COLOR #A51B08

HEX: #A51B08
RGB: (165,27,8)

Color info

#A51B08 contains mainly red color. Web safe color of #A51B08 is #993300 (or #930).

RGB color model

#A51B08 color RGB value is (165,27,8).

  • red value is 165;
  • green value is 27;
  • blue value is 8.
RGB:
(165,27,8)
(65%,11%,3%)

RGB channels and saturation

R 165 of 255 = 65%
G 27 of 255 = 11%
B 8 of 255 = 3%

165
27
8

R + G + B ~ 26%. #A51B08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 27 + 8 = 200 (100%)
R 165 of 200 ~ 82.5%
G 27 of 200 ~ 13.5%
B 8 of 200 ~ 4%

%82.5
%13.5

CMYK color model

#A51B08 color CMYK value is (0,84,95,35).

  • cyan value is 0.00%
  • magenta value is 83.64%
  • yellow value is 95.15%
  • key color value is 35.29%
CMYK:
(0,84,95,35)
C0M84Y95K35 
(0%,84%,95%,35%)
(0.00/0.84/0.95/0.35)	

CMYK percentages

%0
%83.64
%95.15
%35.29

Codes

Color #A51B08 in popluar color models

A51B08
RGB165278
HSL90.75%33.92%
HSB/HSV95.15%64.71%
CMYK0.00%83.64%95.15%
35.29%

Color #A51B08 in popluar number systems.

HEXA51B08
Decimal165278
Binary10100101110111000
Octal2453310

Shades and tints

Shades of #A51B08

#A51B08
(165,27,8)
#961908
(150,25,8)
#871708
(135,23,8)
#781508
(120,21,8)
#691308
(105,19,8)
#5A1108
(90,17,8)
#4B0F08
(75,15,8)
#3C0D08
(60,13,8)
#2D0B08
(45,11,8)
#1E0908
(30,9,8)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #A51B08

#A51B08
(165,27,8)
#AD2F1E
(173,47,30)
#B54334
(181,67,52)
#BD574A
(189,87,74)
#C56B60
(197,107,96)
#CD7F76
(205,127,118)
#D5938C
(213,147,140)
#DDA7A2
(221,167,162)
#E5BBB8
(229,187,184)
#EDCFCE
(237,207,206)
#F5E3E4
(245,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A51B08 color. Also use rgb(165,27,8) instead hex code.

Text Font Color

.myTextColor { color: #A51B08; }

<p style="color:#A51B08">This sample text font color is #A51B08.</p>

This text font color is #A51B08.


Background Color

.myBgColor { background-color: #A51B08; }

<div style="background-color:#A51B08">Inner text</div>

This div background color is #A51B08.


Border color

.myBorderColor { border: 1px solid #A51B08; }

<div style="border:3px solid #A51B08">Div</div>

This div border color is #A51B08.


Opacity

.myOpacity80 { color: #A51B08; opacity: 0.8; }

<p style="color:#A51B08;opacity:0.8;">80%</p>

Text with #A51B08 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A51B08;}

<p style="text-shadow: 3px 3px 1px #A51B08">Text here.</p>

This text has shadow with #A51B08 color.

.textShadow {text-shadow: 3px 3px 1px #A51B08, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A51B08, 5px 5px 20px red">Text here.</p>

This text has shadow with #A51B08 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A51B08, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A51B08, Direction=45, Strength=4)">Text</p>

This text has shadow with #A51B08 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A51B08;
  -webkit-box-shadow:	1px 1px 3px 2px #A51B08;
  box-shadow:		1px 1px 3px 2px #A51B08;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A51B08;
-webkit-box-shadow: 1px 1px 3px 2px #A51B08;
box-shadow:1px 1px 3px 2px #A51B08;">
Div content here</div>
This div box has shadow with color #A51B08.

Preview

Color preview on black background

This text has color #A51B08 on black background.


Color preview on white background

This text has color #A51B08 on white background.



Black color preview on #A51B08 background

This text has black color on #A51B08 background.


White color preview on #A51B08 background

This text has white color on #A51B08 background.