Html Css Color HEX #A11802 Dark Red

📋 copy color: '#A11802'

red 161 ◦ green 24 ◦ blue 2

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

Shades of Dark Red #A11802

Tints of Dark Red #A11802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

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

R = 86.1%
G = 12.83%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A11802 (or 0xA11802) is known color: Dark Red. HEX triplet: A1, 18 and 02. RGB value is (161,24,2). Sum of RGB (Red+Green+Blue) = 161+24+2=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A11802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11802 is #5EE7FD. Grayscale: #3E3E3E. Windows color (decimal): -6219774 or 137377. OLE color: 137377.

HSL color Cylindrical-coordinate representation of color #A11802: hue angle of 8.3º 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 #A11802 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 24 2 -
CMYK 0 0.85 0.99 0.37
HSL 8.3º 0.98% 0.32% -
HSV(B) 8.3º 0.99% 0.63% -
XYZ 15.04 8.23 0.85 -
YUV 62.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 161 24 2 0 0.85 0.99 0.37 8.3 0.98 0.32
Hex A1 18 2 0 55 63 25 8 62 20
Octal 241 30 2 0 125 143 45 10 142 40
Binary 10100001 11000 10 0 1010101 1100011 100101 1000 1100010 100000

Color Harmonies of #A11802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11802

Black with #A11802

Text Example


Text Example

White with #A11802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11802; }

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

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

background-color css

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

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

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

border-color css

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

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

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