Html Css Color HEX #A01100 Dark Red

📋 copy color: '#A01100'

red 160 ◦ green 17 ◦ blue 0

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

Shades of Dark Red #A01100

Tints of Dark Red #A01100

RGB

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

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

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

R = 90.4%
G = 9.6%
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

#A01100 (or 0xA01100) is known color: Dark Red. HEX triplet: A0, 11 and 00. RGB value is (160,17,0). Sum of RGB (Red+Green+Blue) = 160+17+0=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A01100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01100 is #5FEEFF. Grayscale: #3A3A3A. Windows color (decimal): -6287104 or 4512. OLE color: 4512.

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

Color convert

RGB 160 17 0 -
CMYK 0 0.89 1 0.37
HSL 6.38º 1% 0.31% -
HSV(B) 6.38º 1% 0.63% -
XYZ 14.7 7.87 0.75 -
YUV 57.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 160 17 0 0 0.89 1 0.37 6.38 1 0.31
Hex A0 11 0 0 59 64 25 6 64 1F
Octal 240 21 0 0 131 144 45 6 144 37
Binary 10100000 10001 0 0 1011001 1100100 100101 110 1100100 11111

Color Harmonies of #A01100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01100

Black with #A01100

Text Example


Text Example

White with #A01100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01100; }

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

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

background-color css

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

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

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

border-color css

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

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

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