Html Css Color HEX #A01501 Dark Red

📋 copy color: '#A01501'

red 160 ◦ green 21 ◦ blue 1

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

Shades of Dark Red #A01501

Tints of Dark Red #A01501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 87.91%
G = 11.54%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A01501 (or 0xA01501) is known color: Dark Red. HEX triplet: A0, 15 and 01. RGB value is (160,21,1). Sum of RGB (Red+Green+Blue) = 160+21+1=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A01501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01501 is #5FEAFE. Grayscale: #3C3C3C. Windows color (decimal): -6286079 or 71072. OLE color: 71072.

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

Color convert

RGB 160 21 1 -
CMYK 0 0.87 0.99 0.37
HSL 7.55º 0.99% 0.32% -
HSV(B) 7.55º 0.99% 0.63% -
XYZ 14.77 8.01 0.8 -
YUV 60.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 160 21 1 0 0.87 0.99 0.37 7.55 0.99 0.32
Hex A0 15 1 0 57 63 25 8 63 20
Octal 240 25 1 0 127 143 45 10 143 40
Binary 10100000 10101 1 0 1010111 1100011 100101 1000 1100011 100000

Color Harmonies of #A01501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01501

Black with #A01501

Text Example


Text Example

White with #A01501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01501; }

 p { color: rgb(160,21,1); }

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

background-color css

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

 a { background-color: rgb(160,21,1); }

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

border-color css

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

 span { border-color: rgb(160,21,1); }

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