Html Css Color HEX #A1110E Dark Red

📋 copy color: '#A1110E'

red 161 ◦ green 17 ◦ blue 14

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

Shades of Dark Red #A1110E

Tints of Dark Red #A1110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 83.85%
G = 8.85%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1110E (or 0xA1110E) is known color: Dark Red. HEX triplet: A1, 11 and 0E. RGB value is (161,17,14). Sum of RGB (Red+Green+Blue) = 161+17+14=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1110E is #5EEEF1. Grayscale: #3B3B3B. Windows color (decimal): -6221554 or 922017. OLE color: 922017.

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

Color convert

RGB 161 17 14 -
CMYK 0 0.89 0.91 0.37
HSL 1.22º 0.84% 0.34% -
HSV(B) 1.22º 0.91% 0.63% -
XYZ 14.98 8.01 1.17 -
YUV 59.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 161 17 14 0 0.89 0.91 0.37 1.22 0.84 0.34
Hex A1 11 E 0 59 5B 25 1 54 22
Octal 241 21 16 0 131 133 45 1 124 42
Binary 10100001 10001 1110 0 1011001 1011011 100101 1 1010100 100010

Color Harmonies of #A1110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1110E

Black with #A1110E

Text Example


Text Example

White with #A1110E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1110E; }

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

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

background-color css

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

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

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

border-color css

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

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

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