Html Css Color HEX #A72124 Guardsman Red

📋 copy color: '#A72124'

red 167 ◦ green 33 ◦ blue 36

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

Shades of Guardsman Red #A72124

Tints of Guardsman Red #A72124

RGB

 RED value IS 167 (65.63% from 255) = 70.76%

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 70.76%
G = 13.98%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A72124 (or 0xA72124) is known color: Guardsman Red. HEX triplet: A7, 21 and 24. RGB value is (167,33,36). Sum of RGB (Red+Green+Blue) = 167+33+36=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A72124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72124 is #58DEDB. Grayscale: #494949. Windows color (decimal): -5824220 or 2367911. OLE color: 2367911.

HSL color Cylindrical-coordinate representation of color #A72124: hue angle of 358.66º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72124 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 33 36 -
CMYK 0 0.80 0.78 0.35
HSL 358.66º 0.67% 0.39% -
HSV(B) 358.66º 0.8% 0.65% -
XYZ 16.8 9.43 2.6 -
YUV 73.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 167 33 36 0 0.80 0.78 0.35 358.66 0.67 0.39
Hex A7 21 24 0 50 4E 23 167 43 27
Octal 247 41 44 0 120 116 43 547 103 47
Binary 10100111 100001 100100 0 1010000 1001110 100011 101100111 1000011 100111

Color Harmonies of #A72124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72124

Black with #A72124

Text Example


Text Example

White with #A72124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72124; }

 p { color: rgb(167,33,36); }

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

background-color css

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

 a { background-color: rgb(167,33,36); }

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

border-color css

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

 span { border-color: rgb(167,33,36); }

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