Html Css Color HEX #A72E36 Guardsman Red

📋 copy color: '#A72E36'

red 167 ◦ green 46 ◦ blue 54

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

Shades of Guardsman Red #A72E36

Tints of Guardsman Red #A72E36

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.23%

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 62.55%
G = 17.23%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A72E36 (or 0xA72E36) is known color: Guardsman Red. HEX triplet: A7, 2E and 36. RGB value is (167,46,54). Sum of RGB (Red+Green+Blue) = 167+46+54=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E36 is #58D1C9. Grayscale: #535353. Windows color (decimal): -5820874 or 3550887. OLE color: 3550887.

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

Color convert

RGB 167 46 54 -
CMYK 0 0.72 0.68 0.35
HSL 356.03º 0.57% 0.42% -
HSV(B) 356.03º 0.72% 0.65% -
XYZ 17.58 10.44 4.58 -
YUV 83.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 167 46 54 0 0.72 0.68 0.35 356.03 0.57 0.42
Hex A7 2E 36 0 48 44 23 164 39 2A
Octal 247 56 66 0 110 104 43 544 71 52
Binary 10100111 101110 110110 0 1001000 1000100 100011 101100100 111001 101010

Color Harmonies of #A72E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E36

Black with #A72E36

Text Example


Text Example

White with #A72E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E36; }

 p { color: rgb(167,46,54); }

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

background-color css

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

 a { background-color: rgb(167,46,54); }

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

border-color css

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

 span { border-color: rgb(167,46,54); }

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