Html Css Color HEX #A00202 Dark Red

📋 copy color: '#A00202'

red 160 ◦ green 2 ◦ blue 2

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

Shades of Dark Red #A00202

Tints of Dark Red #A00202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

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

R = 97.56%
G = 1.22%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A00202 (or 0xA00202) is known color: Dark Red. HEX triplet: A0, 02 and 02. RGB value is (160,2,2). Sum of RGB (Red+Green+Blue) = 160+2+2=164 (21% of max value = 765). Red value is 160 (62.89% from 255 or 97.56% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 160 - color contains mainly: red. Hex color #A00202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00202 is #5FFDFD. Grayscale: #313131. Windows color (decimal): -6290942 or 131744. OLE color: 131744.

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

Color convert

RGB 160 2 2 -
CMYK 0 0.99 0.99 0.37
HSL 0.98% 0.32% -
HSV(B) 0.99% 0.63% -
XYZ 14.53 7.52 0.74 -
YUV 49.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 160 2 2 0 0.99 0.99 0.37 0 0.98 0.32
Hex A0 2 2 0 63 63 25 0 62 20
Octal 240 2 2 0 143 143 45 0 142 40
Binary 10100000 10 10 0 1100011 1100011 100101 0 1100010 100000

Color Harmonies of #A00202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00202

Black with #A00202

Text Example


Text Example

White with #A00202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00202; }

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

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

background-color css

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

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

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

border-color css

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

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

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