Html Css Color HEX #A21801 Dark Red

📋 copy color: '#A21801'

red 162 ◦ green 24 ◦ blue 1

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

Shades of Dark Red #A21801

Tints of Dark Red #A21801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 86.63%
G = 12.83%
B = 0.53%

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

#A21801 (or 0xA21801) is known color: Dark Red. HEX triplet: A2, 18 and 01. RGB value is (162,24,1). Sum of RGB (Red+Green+Blue) = 162+24+1=187 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.63% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 162 - color contains mainly: red. Hex color #A21801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21801 is #5DE7FE. Grayscale: #3E3E3E. Windows color (decimal): -6154239 or 71842. OLE color: 71842.

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

Color convert

RGB 162 24 1 -
CMYK 0 0.85 0.99 0.36
HSL 8.57º 0.99% 0.32% -
HSV(B) 8.57º 0.99% 0.64% -
XYZ 15.23 8.34 0.84 -
YUV 62.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 162 24 1 0 0.85 0.99 0.36 8.57 0.99 0.32
Hex A2 18 1 0 55 63 24 9 63 20
Octal 242 30 1 0 125 143 44 11 143 40
Binary 10100010 11000 1 0 1010101 1100011 100100 1001 1100011 100000

Color Harmonies of #A21801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21801

Black with #A21801

Text Example


Text Example

White with #A21801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21801; }

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

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

background-color css

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

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

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

border-color css

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

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

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