Html Css Color HEX #A21805 Dark Red

📋 copy color: '#A21805'

red 162 ◦ green 24 ◦ blue 5

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

Shades of Dark Red #A21805

Tints of Dark Red #A21805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 5 (2.34% from 255) = 2.62%

R = 84.82%
G = 12.57%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A21805 (or 0xA21805) is known color: Dark Red. HEX triplet: A2, 18 and 05. RGB value is (162,24,5). Sum of RGB (Red+Green+Blue) = 162+24+5=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A21805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21805 is #5DE7FA. Grayscale: #3F3F3F. Windows color (decimal): -6154235 or 333986. OLE color: 333986.

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

Color convert

RGB 162 24 5 -
CMYK 0 0.85 0.97 0.36
HSL 7.26º 0.94% 0.33% -
HSV(B) 7.26º 0.97% 0.64% -
XYZ 15.25 8.35 0.95 -
YUV 63.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 162 24 5 0 0.85 0.97 0.36 7.26 0.94 0.33
Hex A2 18 5 0 55 61 24 7 5E 21
Octal 242 30 5 0 125 141 44 7 136 41
Binary 10100010 11000 101 0 1010101 1100001 100100 111 1011110 100001

Color Harmonies of #A21805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21805

Black with #A21805

Text Example


Text Example

White with #A21805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21805; }

 p { color: rgb(162,24,5); }

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

background-color css

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

 a { background-color: rgb(162,24,5); }

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

border-color css

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

 span { border-color: rgb(162,24,5); }

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