#A21508

Color #A21508 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A21508

Tints of Dark Red #A21508

Color information

#A21508 (or 0xA21508) is unknown color: approx Dark Red. HEX triplet: A2, 15 and 08. RGB value is (162,21,8). Sum of RGB (Red+Green+Blue) = 162+21+8=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A21508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21508 is #5DEAF7. Grayscale: #3D3D3D. Windows color (decimal): -6155000 or 529826. OLE color: 529826.

HSL color Cylindrical-coordinate representation of color #A21508: hue angle of 5.06º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A21508 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB162218-
CMYK00.870.950.36
HSL5.06º90.59%33.33%-
HSV(B)5.06º95.06%63.53%-
XYZ15.218.241.02-
YUV61.6897.71199.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 84.82%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=84.82%
G=10.99%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16221800.870.950.365.0690.5933.33
HexA21580575F2455b21
Octal2422510012713744513341
Binary101000101010110000101011110111111001001011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21508; }

 p { color: rgb(162,21,8); }

 H1.HeaderClassName
 {
   color: #A21508;
 }
 .AnyTagClassName
 {
   color: #A21508;
 }
</style>
background-color css

<style>
 a { background-color: #A21508; }

 a { background-color: rgb(162,21,8); }

 div.DivClassName
 {
   background-color: #A21508;
 }
 .BgClassName
 {
   background-color: #A21508;
 }
</style>
border-color css

<style>
 span { border-color: #A21508; }

 span { border-color: rgb(162,21,8); }

 td.TdClassName
 {
   border-color: #A21508;
 }
 .TagClassName
 {
   border-color: #A21508;
 }
</style>