Html Css Color HEX #A1100E Dark Red

📋 copy color: '#A1100E'

red 161 ◦ green 16 ◦ blue 14

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

Shades of Dark Red #A1100E

Tints of Dark Red #A1100E

RGB

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

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

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

R = 84.29%
G = 8.38%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1100E (or 0xA1100E) is known color: Dark Red. HEX triplet: A1, 10 and 0E. RGB value is (161,16,14). Sum of RGB (Red+Green+Blue) = 161+16+14=191 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.29% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 161 - color contains mainly: red. Hex color #A1100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1100E is #5EEFF1. Grayscale: #3B3B3B. Windows color (decimal): -6221810 or 921761. OLE color: 921761.

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

Color convert

RGB 161 16 14 -
CMYK 0 0.90 0.91 0.37
HSL 0.82º 0.84% 0.34% -
HSV(B) 0.82º 0.91% 0.63% -
XYZ 14.96 7.98 1.17 -
YUV 59.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 161 16 14 0 0.90 0.91 0.37 0.82 0.84 0.34
Hex A1 10 E 0 5A 5B 25 1 54 22
Octal 241 20 16 0 132 133 45 1 124 42
Binary 10100001 10000 1110 0 1011010 1011011 100101 1 1010100 100010

Color Harmonies of #A1100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1100E

Black with #A1100E

Text Example


Text Example

White with #A1100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1100E; }

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

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

background-color css

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

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

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

border-color css

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

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

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