Html Css Color HEX #A0110B Dark Red

📋 copy color: '#A0110B'

red 160 ◦ green 17 ◦ blue 11

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

Shades of Dark Red #A0110B

Tints of Dark Red #A0110B

RGB

 RED value IS 160 (62.89% from 255) = 85.11%

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 85.11%
G = 9.04%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0110B (or 0xA0110B) is known color: Dark Red. HEX triplet: A0, 11 and 0B. RGB value is (160,17,11). Sum of RGB (Red+Green+Blue) = 160+17+11=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A0110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0110B is #5FEEF4. Grayscale: #3B3B3B. Windows color (decimal): -6287093 or 725408. OLE color: 725408.

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

Color convert

RGB 160 17 11 -
CMYK 0 0.89 0.93 0.37
HSL 2.42º 0.87% 0.34% -
HSV(B) 2.42º 0.93% 0.63% -
XYZ 14.76 7.9 1.06 -
YUV 59.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 160 17 11 0 0.89 0.93 0.37 2.42 0.87 0.34
Hex A0 11 B 0 59 5D 25 2 57 22
Octal 240 21 13 0 131 135 45 2 127 42
Binary 10100000 10001 1011 0 1011001 1011101 100101 10 1010111 100010

Color Harmonies of #A0110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0110B

Black with #A0110B

Text Example


Text Example

White with #A0110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0110B; }

 p { color: rgb(160,17,11); }

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

background-color css

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

 a { background-color: rgb(160,17,11); }

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

border-color css

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

 span { border-color: rgb(160,17,11); }

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