Html Css Color HEX #A00B02 Dark Red

📋 copy color: '#A00B02'

red 160 ◦ green 11 ◦ blue 2

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

Shades of Dark Red #A00B02

Tints of Dark Red #A00B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.36%

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

R = 92.49%
G = 6.36%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A00B02 (or 0xA00B02) is known color: Dark Red. HEX triplet: A0, 0B and 02. RGB value is (160,11,2). Sum of RGB (Red+Green+Blue) = 160+11+2=173 (22% of max value = 765). Red value is 160 (62.89% from 255 or 92.49% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00B02 is #5FF4FD. Grayscale: #363636. Windows color (decimal): -6288638 or 134048. OLE color: 134048.

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

Color convert

RGB 160 11 2 -
CMYK 0 0.93 0.99 0.37
HSL 3.42º 0.98% 0.32% -
HSV(B) 3.42º 0.99% 0.63% -
XYZ 14.63 7.72 0.78 -
YUV 54.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 160 11 2 0 0.93 0.99 0.37 3.42 0.98 0.32
Hex A0 B 2 0 5D 63 25 3 62 20
Octal 240 13 2 0 135 143 45 3 142 40
Binary 10100000 1011 10 0 1011101 1100011 100101 11 1100010 100000

Color Harmonies of #A00B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B02

Black with #A00B02

Text Example


Text Example

White with #A00B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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