Html Css Color HEX #A01A03 Dark Red

📋 copy color: '#A01A03'

red 160 ◦ green 26 ◦ blue 3

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

Shades of Dark Red #A01A03

Tints of Dark Red #A01A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.76%

 BLUE value IS 3 (1.56% from 255) = 1.59%

R = 84.66%
G = 13.76%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A01A03 (or 0xA01A03) is known color: Dark Red. HEX triplet: A0, 1A and 03. RGB value is (160,26,3). Sum of RGB (Red+Green+Blue) = 160+26+3=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01A03 is #5FE5FC. Grayscale: #3F3F3F. Windows color (decimal): -6284797 or 203424. OLE color: 203424.

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

Color convert

RGB 160 26 3 -
CMYK 0 0.84 0.98 0.37
HSL 8.79º 0.96% 0.32% -
HSV(B) 8.79º 0.98% 0.63% -
XYZ 14.88 8.22 0.89 -
YUV 63.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 160 26 3 0 0.84 0.98 0.37 8.79 0.96 0.32
Hex A0 1A 3 0 54 62 25 9 60 20
Octal 240 32 3 0 124 142 45 11 140 40
Binary 10100000 11010 11 0 1010100 1100010 100101 1001 1100000 100000

Color Harmonies of #A01A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A03

Black with #A01A03

Text Example


Text Example

White with #A01A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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