Html Css Color HEX #A11105 Dark Red

📋 copy color: '#A11105'

red 161 ◦ green 17 ◦ blue 5

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

Shades of Dark Red #A11105

Tints of Dark Red #A11105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

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

R = 87.98%
G = 9.29%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A11105 (or 0xA11105) is known color: Dark Red. HEX triplet: A1, 11 and 05. RGB value is (161,17,5). Sum of RGB (Red+Green+Blue) = 161+17+5=183 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.98% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 161 - color contains mainly: red. Hex color #A11105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11105 is #5EEEFA. Grayscale: #3A3A3A. Windows color (decimal): -6221563 or 332193. OLE color: 332193.

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

Color convert

RGB 161 17 5 -
CMYK 0 0.89 0.97 0.37
HSL 4.62º 0.94% 0.33% -
HSV(B) 4.62º 0.97% 0.63% -
XYZ 14.93 7.99 0.9 -
YUV 58.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 161 17 5 0 0.89 0.97 0.37 4.62 0.94 0.33
Hex A1 11 5 0 59 61 25 5 5E 21
Octal 241 21 5 0 131 141 45 5 136 41
Binary 10100001 10001 101 0 1011001 1100001 100101 101 1011110 100001

Color Harmonies of #A11105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11105

Black with #A11105

Text Example


Text Example

White with #A11105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11105; }

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

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

background-color css

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

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

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

border-color css

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

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

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