#A72E40

Color #A72E40 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A72E40

Tints of Guardsman Red #A72E40

Color information

#A72E40 (or 0xA72E40) is unknown color: approx Guardsman Red. HEX triplet: A7, 2E and 40. RGB value is (167,46,64). Sum of RGB (Red+Green+Blue) = 167+46+64=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E40 is #58D1BF. Grayscale: #545454. Windows color (decimal): -5820864 or 4206247. OLE color: 4206247.

HSL color Cylindrical-coordinate representation of color #A72E40: hue angle of 351.07º 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 #A72E40 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1674664-
CMYK00.720.620.35
HSL351.07º56.81%41.76%-
HSV(B)351.07º72.46%65.49%-
XYZ17.8410.545.94-
YUV84.23116.59187.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.29%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=60.29%
G=16.61%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167466400.720.620.35351.0756.8141.76
HexA72E400483E2315f392a
Octal24756100011076435377152
Binary10100111101110100000001001000111110100011101011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72E40; }

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

 H1.HeaderClassName
 {
   color: #A72E40;
 }
 .AnyTagClassName
 {
   color: #A72E40;
 }
</style>
background-color css

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

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

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

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

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

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