Html Css Color HEX #A11706 Dark Red

📋 copy color: '#A11706'

red 161 ◦ green 23 ◦ blue 6

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

Shades of Dark Red #A11706

Tints of Dark Red #A11706

RGB

 RED value IS 161 (63.28% from 255) = 84.74%

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

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

R = 84.74%
G = 12.11%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A11706 (or 0xA11706) is known color: Dark Red. HEX triplet: A1, 17 and 06. RGB value is (161,23,6). Sum of RGB (Red+Green+Blue) = 161+23+6=190 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.74% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 161 - color contains mainly: red. Hex color #A11706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11706 is #5EE8F9. Grayscale: #3E3E3E. Windows color (decimal): -6220026 or 399265. OLE color: 399265.

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

Color convert

RGB 161 23 6 -
CMYK 0 0.86 0.96 0.37
HSL 6.58º 0.93% 0.33% -
HSV(B) 6.58º 0.96% 0.63% -
XYZ 15.04 8.2 0.96 -
YUV 62.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 161 23 6 0 0.86 0.96 0.37 6.58 0.93 0.33
Hex A1 17 6 0 56 60 25 7 5D 21
Octal 241 27 6 0 126 140 45 7 135 41
Binary 10100001 10111 110 0 1010110 1100000 100101 111 1011101 100001

Color Harmonies of #A11706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11706

Black with #A11706

Text Example


Text Example

White with #A11706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11706; }

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

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

background-color css

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

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

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

border-color css

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

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

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