Html Css Color HEX #A72024 Guardsman Red

📋 copy color: '#A72024'

red 167 ◦ green 32 ◦ blue 36

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

Shades of Guardsman Red #A72024

Tints of Guardsman Red #A72024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 71.06%
G = 13.62%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A72024 (or 0xA72024) is known color: Guardsman Red. HEX triplet: A7, 20 and 24. RGB value is (167,32,36). Sum of RGB (Red+Green+Blue) = 167+32+36=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A72024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72024 is #58DFDB. Grayscale: #484848. Windows color (decimal): -5824476 or 2367655. OLE color: 2367655.

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

Color convert

RGB 167 32 36 -
CMYK 0 0.81 0.78 0.35
HSL 358.22º 0.68% 0.39% -
HSV(B) 358.22º 0.81% 0.65% -
XYZ 16.77 9.38 2.59 -
YUV 72.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 167 32 36 0 0.81 0.78 0.35 358.22 0.68 0.39
Hex A7 20 24 0 51 4E 23 166 44 27
Octal 247 40 44 0 121 116 43 546 104 47
Binary 10100111 100000 100100 0 1010001 1001110 100011 101100110 1000100 100111

Color Harmonies of #A72024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72024

Black with #A72024

Text Example


Text Example

White with #A72024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72024; }

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

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

background-color css

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

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

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

border-color css

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

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

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