Html Css Color HEX #A21504 Dark Red

📋 copy color: '#A21504'

red 162 ◦ green 21 ◦ blue 4

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

Shades of Dark Red #A21504

Tints of Dark Red #A21504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 86.63%
G = 11.23%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A21504 (or 0xA21504) is known color: Dark Red. HEX triplet: A2, 15 and 04. RGB value is (162,21,4). Sum of RGB (Red+Green+Blue) = 162+21+4=187 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.63% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 162 - color contains mainly: red. Hex color #A21504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21504 is #5DEAFB. Grayscale: #3D3D3D. Windows color (decimal): -6155004 or 267682. OLE color: 267682.

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

Color convert

RGB 162 21 4 -
CMYK 0 0.87 0.98 0.36
HSL 6.46º 0.95% 0.33% -
HSV(B) 6.46º 0.98% 0.64% -
XYZ 15.19 8.23 0.9 -
YUV 61.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 162 21 4 0 0.87 0.98 0.36 6.46 0.95 0.33
Hex A2 15 4 0 57 62 24 6 5F 21
Octal 242 25 4 0 127 142 44 6 137 41
Binary 10100010 10101 100 0 1010111 1100010 100100 110 1011111 100001

Color Harmonies of #A21504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21504

Black with #A21504

Text Example


Text Example

White with #A21504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21504; }

 p { color: rgb(162,21,4); }

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

background-color css

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

 a { background-color: rgb(162,21,4); }

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

border-color css

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

 span { border-color: rgb(162,21,4); }

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