Html Css Color HEX #A11100 Dark Red

📋 copy color: '#A11100'

red 161 ◦ green 17 ◦ blue 0

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

Shades of Dark Red #A11100

Tints of Dark Red #A11100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.45%
G = 9.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A11100 (or 0xA11100) is known color: Dark Red. HEX triplet: A1, 11 and 00. RGB value is (161,17,0). Sum of RGB (Red+Green+Blue) = 161+17+0=178 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.45% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 161 - color contains mainly: red. Hex color #A11100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11100 is #5EEEFF. Grayscale: #3A3A3A. Windows color (decimal): -6221568 or 4513. OLE color: 4513.

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

Color convert

RGB 161 17 0 -
CMYK 0 0.89 1 0.37
HSL 6.34º 1% 0.32% -
HSV(B) 6.34º 1% 0.63% -
XYZ 14.9 7.98 0.75 -
YUV 58.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 161 17 0 0 0.89 1 0.37 6.34 1 0.32
Hex A1 11 0 0 59 64 25 6 64 20
Octal 241 21 0 0 131 144 45 6 144 40
Binary 10100001 10001 0 0 1011001 1100100 100101 110 1100100 100000

Color Harmonies of #A11100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11100

Black with #A11100

Text Example


Text Example

White with #A11100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11100; }

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

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

background-color css

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

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

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

border-color css

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

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

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