Html Css Color HEX #A21202 Dark Red

📋 copy color: '#A21202'

red 162 ◦ green 18 ◦ blue 2

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

Shades of Dark Red #A21202

Tints of Dark Red #A21202

RGB

 RED value IS 162 (63.67% from 255) = 89.01%

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 89.01%
G = 9.89%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A21202 (or 0xA21202) is known color: Dark Red. HEX triplet: A2, 12 and 02. RGB value is (162,18,2). Sum of RGB (Red+Green+Blue) = 162+18+2=182 (24% of max value = 765). Red value is 162 (63.67% from 255 or 89.01% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 162 - color contains mainly: red. Hex color #A21202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21202 is #5DEDFD. Grayscale: #3B3B3B. Windows color (decimal): -6155774 or 135842. OLE color: 135842.

HSL color Cylindrical-coordinate representation of color #A21202: hue angle of 6º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A21202 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 2 -
CMYK 0 0.89 0.99 0.36
HSL 0.98% 0.32% -
HSV(B) 0.99% 0.64% -
XYZ 15.13 8.12 0.83 -
YUV 59.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 162 18 2 0 0.89 0.99 0.36 6 0.98 0.32
Hex A2 12 2 0 59 63 24 6 62 20
Octal 242 22 2 0 131 143 44 6 142 40
Binary 10100010 10010 10 0 1011001 1100011 100100 110 1100010 100000

Color Harmonies of #A21202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21202

Black with #A21202

Text Example


Text Example

White with #A21202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21202; }

 p { color: rgb(162,18,2); }

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

background-color css

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

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

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

border-color css

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

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

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