Html Css Color HEX #A21900 Dark Red

📋 copy color: '#A21900'

red 162 ◦ green 25 ◦ blue 0

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

Shades of Dark Red #A21900

Tints of Dark Red #A21900

RGB

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

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

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

R = 86.63%
G = 13.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A21900 (or 0xA21900) is known color: Dark Red. HEX triplet: A2, 19 and 00. RGB value is (162,25,0). Sum of RGB (Red+Green+Blue) = 162+25+0=187 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.63% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 162 - color contains mainly: red. Hex color #A21900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21900 is #5DE6FF. Grayscale: #3F3F3F. Windows color (decimal): -6153984 or 6562. OLE color: 6562.

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

Color convert

RGB 162 25 0 -
CMYK 0 0.85 1 0.36
HSL 9.26º 1% 0.32% -
HSV(B) 9.26º 1% 0.64% -
XYZ 15.25 8.38 0.81 -
YUV 63.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 162 25 0 0 0.85 1 0.36 9.26 1 0.32
Hex A2 19 0 0 55 64 24 9 64 20
Octal 242 31 0 0 125 144 44 11 144 40
Binary 10100010 11001 0 0 1010101 1100100 100100 1001 1100100 100000

Color Harmonies of #A21900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21900

Black with #A21900

Text Example


Text Example

White with #A21900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21900; }

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

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

background-color css

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

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

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

border-color css

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

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

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