Html Css Color HEX #A11005 Dark Red

📋 copy color: '#A11005'

red 161 ◦ green 16 ◦ blue 5

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

Shades of Dark Red #A11005

Tints of Dark Red #A11005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 88.46%
G = 8.79%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A11005 (or 0xA11005) is known color: Dark Red. HEX triplet: A1, 10 and 05. RGB value is (161,16,5). Sum of RGB (Red+Green+Blue) = 161+16+5=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A11005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11005 is #5EEFFA. Grayscale: #3A3A3A. Windows color (decimal): -6221819 or 331937. OLE color: 331937.

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

Color convert

RGB 161 16 5 -
CMYK 0 0.90 0.97 0.37
HSL 4.23º 0.94% 0.33% -
HSV(B) 4.23º 0.97% 0.63% -
XYZ 14.91 7.96 0.89 -
YUV 58.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 161 16 5 0 0.90 0.97 0.37 4.23 0.94 0.33
Hex A1 10 5 0 5A 61 25 4 5E 21
Octal 241 20 5 0 132 141 45 4 136 41
Binary 10100001 10000 101 0 1011010 1100001 100101 100 1011110 100001

Color Harmonies of #A11005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11005

Black with #A11005

Text Example


Text Example

White with #A11005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11005; }

 p { color: rgb(161,16,5); }

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

background-color css

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

 a { background-color: rgb(161,16,5); }

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

border-color css

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

 span { border-color: rgb(161,16,5); }

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