Html Css Color HEX #A21206 Dark Red

📋 copy color: '#A21206'

red 162 ◦ green 18 ◦ blue 6

#A21206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A21206

Tints of Dark Red #A21206

RGB

 RED value IS 162 (63.67% from 255) = 87.1%

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 87.1%
G = 9.68%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A21206 (or 0xA21206) is known color: Dark Red. HEX triplet: A2, 12 and 06. RGB value is (162,18,6). Sum of RGB (Red+Green+Blue) = 162+18+6=186 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.10% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 162 - color contains mainly: red. Hex color #A21206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21206 is #5DEDF9. Grayscale: #3B3B3B. Windows color (decimal): -6155770 or 397986. OLE color: 397986.

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

Color convert

RGB 162 18 6 -
CMYK 0 0.89 0.96 0.36
HSL 4.62º 0.93% 0.33% -
HSV(B) 4.62º 0.96% 0.64% -
XYZ 15.15 8.13 0.94 -
YUV 59.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 162 18 6 0 0.89 0.96 0.36 4.62 0.93 0.33
Hex A2 12 6 0 59 60 24 5 5D 21
Octal 242 22 6 0 131 140 44 5 135 41
Binary 10100010 10010 110 0 1011001 1100000 100100 101 1011101 100001

Color Harmonies of #A21206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21206

Black with #A21206

Text Example


Text Example

White with #A21206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21206; }

 p { color: rgb(162,18,6); }

 H1.HeaderClassName
 {
   color: #A21206;
 }
 .AnyTagClassName
 {
   color: #A21206;
 }
</style>

background-color css

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

 a { background-color: rgb(162,18,6); }

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

border-color css

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

 span { border-color: rgb(162,18,6); }

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