#A00301

Color #A00301 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A00301

Tints of Dark Red #A00301

Color information

#A00301 (or 0xA00301) is unknown color: approx Dark Red. HEX triplet: A0, 03 and 01. RGB value is (160,3,1). Sum of RGB (Red+Green+Blue) = 160+3+1=164 (21% of max value = 765). Red value is 160 (62.89% from 255 or 97.56% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 160 - color contains mainly: red. Hex color #A00301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00301 is #5FFCFE. Grayscale: #313131. Windows color (decimal): -6290687 or 66464. OLE color: 66464.

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

Color convert

RGB16031-
CMYK00.980.990.37
HSL0.75º98.76%31.57%-
HSV(B)0.75º99.37%62.75%-
XYZ14.547.540.72-
YUV49.72100.51206.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 97.56%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=97.56%
G=1.83%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603100.980.990.370.7598.7631.57
HexA031062632516320
Octal24031014214345114340
Binary1010000011101100010110001110010111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00301; }

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

 H1.HeaderClassName
 {
   color: #A00301;
 }
 .AnyTagClassName
 {
   color: #A00301;
 }
</style>
background-color css

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

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

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

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

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

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