Html Css Color HEX #A01D03 Dark Red

📋 copy color: '#A01D03'

red 160 ◦ green 29 ◦ blue 3

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

Shades of Dark Red #A01D03

Tints of Dark Red #A01D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

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

R = 83.33%
G = 15.1%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A01D03 (or 0xA01D03) is known color: Dark Red. HEX triplet: A0, 1D and 03. RGB value is (160,29,3). Sum of RGB (Red+Green+Blue) = 160+29+3=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01D03 is #5FE2FC. Grayscale: #414141. Windows color (decimal): -6284029 or 204192. OLE color: 204192.

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

Color convert

RGB 160 29 3 -
CMYK 0 0.82 0.98 0.37
HSL 9.94º 0.96% 0.32% -
HSV(B) 9.94º 0.98% 0.63% -
XYZ 14.95 8.36 0.91 -
YUV 65.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 160 29 3 0 0.82 0.98 0.37 9.94 0.96 0.32
Hex A0 1D 3 0 52 62 25 A 60 20
Octal 240 35 3 0 122 142 45 12 140 40
Binary 10100000 11101 11 0 1010010 1100010 100101 1010 1100000 100000

Color Harmonies of #A01D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D03

Black with #A01D03

Text Example


Text Example

White with #A01D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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