Html Css Color HEX #A11204 Dark Red

📋 copy color: '#A11204'

red 161 ◦ green 18 ◦ blue 4

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

Shades of Dark Red #A11204

Tints of Dark Red #A11204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 87.98%
G = 9.84%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A11204 (or 0xA11204) is known color: Dark Red. HEX triplet: A1, 12 and 04. RGB value is (161,18,4). Sum of RGB (Red+Green+Blue) = 161+18+4=183 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.98% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 161 - color contains mainly: red. Hex color #A11204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11204 is #5EEDFB. Grayscale: #3B3B3B. Windows color (decimal): -6221308 or 266913. OLE color: 266913.

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

Color convert

RGB 161 18 4 -
CMYK 0 0.89 0.98 0.37
HSL 5.35º 0.95% 0.32% -
HSV(B) 5.35º 0.98% 0.63% -
XYZ 14.94 8.02 0.88 -
YUV 59.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 161 18 4 0 0.89 0.98 0.37 5.35 0.95 0.32
Hex A1 12 4 0 59 62 25 5 5F 20
Octal 241 22 4 0 131 142 45 5 137 40
Binary 10100001 10010 100 0 1011001 1100010 100101 101 1011111 100000

Color Harmonies of #A11204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11204

Black with #A11204

Text Example


Text Example

White with #A11204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11204; }

 p { color: rgb(161,18,4); }

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

background-color css

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

 a { background-color: rgb(161,18,4); }

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

border-color css

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

 span { border-color: rgb(161,18,4); }

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