Html Css Color HEX #A21902 Dark Red

📋 copy color: '#A21902'

red 162 ◦ green 25 ◦ blue 2

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

Shades of Dark Red #A21902

Tints of Dark Red #A21902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 85.71%
G = 13.23%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A21902 (or 0xA21902) is known color: Dark Red. HEX triplet: A2, 19 and 02. RGB value is (162,25,2). Sum of RGB (Red+Green+Blue) = 162+25+2=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A21902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21902 is #5DE6FD. Grayscale: #3F3F3F. Windows color (decimal): -6153982 or 137634. OLE color: 137634.

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

Color convert

RGB 162 25 2 -
CMYK 0 0.85 0.99 0.36
HSL 8.63º 0.98% 0.32% -
HSV(B) 8.63º 0.99% 0.64% -
XYZ 15.26 8.38 0.87 -
YUV 63.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 162 25 2 0 0.85 0.99 0.36 8.63 0.98 0.32
Hex A2 19 2 0 55 63 24 9 62 20
Octal 242 31 2 0 125 143 44 11 142 40
Binary 10100010 11001 10 0 1010101 1100011 100100 1001 1100010 100000

Color Harmonies of #A21902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21902

Black with #A21902

Text Example


Text Example

White with #A21902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21902; }

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

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

background-color css

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

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

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

border-color css

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

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

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