Html Css Color HEX #A01900 Dark Red

📋 copy color: '#A01900'

red 160 ◦ green 25 ◦ blue 0

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

Shades of Dark Red #A01900

Tints of Dark Red #A01900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

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

R = 86.49%
G = 13.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A01900 (or 0xA01900) is known color: Dark Red. HEX triplet: A0, 19 and 00. RGB value is (160,25,0). Sum of RGB (Red+Green+Blue) = 160+25+0=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A01900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01900 is #5FE6FF. Grayscale: #3E3E3E. Windows color (decimal): -6285056 or 6560. OLE color: 6560.

HSL color Cylindrical-coordinate representation of color #A01900: hue angle of 9.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 #A01900 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 25 0 -
CMYK 0 0.84 1 0.37
HSL 9.38º 1% 0.31% -
HSV(B) 9.38º 1% 0.63% -
XYZ 14.84 8.17 0.79 -
YUV 62.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 160 25 0 0 0.84 1 0.37 9.38 1 0.31
Hex A0 19 0 0 54 64 25 9 64 1F
Octal 240 31 0 0 124 144 45 11 144 37
Binary 10100000 11001 0 0 1010100 1100100 100101 1001 1100100 11111

Color Harmonies of #A01900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01900

Black with #A01900

Text Example


Text Example

White with #A01900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01900; }

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

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

background-color css

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

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

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

border-color css

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

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

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