Html Css Color HEX #A21706 Dark Red

📋 copy color: '#A21706'

red 162 ◦ green 23 ◦ blue 6

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

Shades of Dark Red #A21706

Tints of Dark Red #A21706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 84.82%
G = 12.04%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A21706 (or 0xA21706) is known color: Dark Red. HEX triplet: A2, 17 and 06. RGB value is (162,23,6). Sum of RGB (Red+Green+Blue) = 162+23+6=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A21706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21706 is #5DE8F9. Grayscale: #3E3E3E. Windows color (decimal): -6154490 or 399266. OLE color: 399266.

HSL color Cylindrical-coordinate representation of color #A21706: hue angle of 6.54º 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 #A21706 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 6 -
CMYK 0 0.86 0.96 0.36
HSL 6.54º 0.93% 0.33% -
HSV(B) 6.54º 0.96% 0.64% -
XYZ 15.24 8.31 0.97 -
YUV 62.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 162 23 6 0 0.86 0.96 0.36 6.54 0.93 0.33
Hex A2 17 6 0 56 60 24 7 5D 21
Octal 242 27 6 0 126 140 44 7 135 41
Binary 10100010 10111 110 0 1010110 1100000 100100 111 1011101 100001

Color Harmonies of #A21706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21706

Black with #A21706

Text Example


Text Example

White with #A21706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21706; }

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

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

background-color css

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

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

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

border-color css

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

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

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