Html Css Color HEX #A11702 Dark Red

📋 copy color: '#A11702'

red 161 ◦ green 23 ◦ blue 2

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

Shades of Dark Red #A11702

Tints of Dark Red #A11702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 86.56%
G = 12.37%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A11702 (or 0xA11702) is known color: Dark Red. HEX triplet: A1, 17 and 02. RGB value is (161,23,2). Sum of RGB (Red+Green+Blue) = 161+23+2=186 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.56% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 161 - color contains mainly: red. Hex color #A11702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11702 is #5EE8FD. Grayscale: #3E3E3E. Windows color (decimal): -6220030 or 137121. OLE color: 137121.

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

Color convert

RGB 161 23 2 -
CMYK 0 0.86 0.99 0.37
HSL 7.92º 0.98% 0.32% -
HSV(B) 7.92º 0.99% 0.63% -
XYZ 15.02 8.19 0.85 -
YUV 61.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 161 23 2 0 0.86 0.99 0.37 7.92 0.98 0.32
Hex A1 17 2 0 56 63 25 8 62 20
Octal 241 27 2 0 126 143 45 10 142 40
Binary 10100001 10111 10 0 1010110 1100011 100101 1000 1100010 100000

Color Harmonies of #A11702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11702

Black with #A11702

Text Example


Text Example

White with #A11702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11702; }

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

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

background-color css

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

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

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

border-color css

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

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

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