Html Css Color HEX #A02000 Dark Red

📋 copy color: '#A02000'

red 160 ◦ green 32 ◦ blue 0

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

Shades of Dark Red #A02000

Tints of Dark Red #A02000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A02000 (or 0xA02000) is known color: Dark Red. HEX triplet: A0, 20 and 00. RGB value is (160,32,0). Sum of RGB (Red+Green+Blue) = 160+32+0=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A02000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02000 is #5FDFFF. Grayscale: #424242. Windows color (decimal): -6283264 or 8352. OLE color: 8352.

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

Color convert

RGB 160 32 0 -
CMYK 0 0.80 1 0.37
HSL 12º 1% 0.31% -
HSV(B) 12º 1% 0.63% -
XYZ 15.01 8.51 0.85 -
YUV 66.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 160 32 0 0 0.80 1 0.37 12 1 0.31
Hex A0 20 0 0 50 64 25 C 64 1F
Octal 240 40 0 0 120 144 45 14 144 37
Binary 10100000 100000 0 0 1010000 1100100 100101 1100 1100100 11111

Color Harmonies of #A02000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02000

Black with #A02000

Text Example


Text Example

White with #A02000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02000; }

 p { color: rgb(160,32,0); }

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

background-color css

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

 a { background-color: rgb(160,32,0); }

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

border-color css

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

 span { border-color: rgb(160,32,0); }

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