Html Css Color HEX #A21704 Dark Red

📋 copy color: '#A21704'

red 162 ◦ green 23 ◦ blue 4

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

Shades of Dark Red #A21704

Tints of Dark Red #A21704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 85.71%
G = 12.17%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A21704 (or 0xA21704) is known color: Dark Red. HEX triplet: A2, 17 and 04. RGB value is (162,23,4). Sum of RGB (Red+Green+Blue) = 162+23+4=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A21704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21704 is #5DE8FB. Grayscale: #3E3E3E. Windows color (decimal): -6154492 or 268194. OLE color: 268194.

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

Color convert

RGB 162 23 4 -
CMYK 0 0.86 0.98 0.36
HSL 7.22º 0.95% 0.33% -
HSV(B) 7.22º 0.98% 0.64% -
XYZ 15.23 8.3 0.91 -
YUV 62.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 162 23 4 0 0.86 0.98 0.36 7.22 0.95 0.33
Hex A2 17 4 0 56 62 24 7 5F 21
Octal 242 27 4 0 126 142 44 7 137 41
Binary 10100010 10111 100 0 1010110 1100010 100100 111 1011111 100001

Color Harmonies of #A21704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21704

Black with #A21704

Text Example


Text Example

White with #A21704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21704; }

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

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

background-color css

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

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

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

border-color css

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

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

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