Html Css Color HEX #A01D02 Dark Red

📋 copy color: '#A01D02'

red 160 ◦ green 29 ◦ blue 2

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

Shades of Dark Red #A01D02

Tints of Dark Red #A01D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 83.77%
G = 15.18%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A01D02 (or 0xA01D02) is known color: Dark Red. HEX triplet: A0, 1D and 02. RGB value is (160,29,2). Sum of RGB (Red+Green+Blue) = 160+29+2=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01D02 is #5FE2FD. Grayscale: #414141. Windows color (decimal): -6284030 or 138656. OLE color: 138656.

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

Color convert

RGB 160 29 2 -
CMYK 0 0.82 0.99 0.37
HSL 10.25º 0.98% 0.32% -
HSV(B) 10.25º 0.99% 0.63% -
XYZ 14.95 8.36 0.88 -
YUV 65.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 160 29 2 0 0.82 0.99 0.37 10.25 0.98 0.32
Hex A0 1D 2 0 52 63 25 A 62 20
Octal 240 35 2 0 122 143 45 12 142 40
Binary 10100000 11101 10 0 1010010 1100011 100101 1010 1100010 100000

Color Harmonies of #A01D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D02

Black with #A01D02

Text Example


Text Example

White with #A01D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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