#A72B37

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

Shades of Guardsman Red #A72B37

Tints of Guardsman Red #A72B37

Color information

#A72B37 (or 0xA72B37) is unknown color: approx Guardsman Red. HEX triplet: A7, 2B and 37. RGB value is (167,43,55). Sum of RGB (Red+Green+Blue) = 167+43+55=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72B37 is #58D4C8. Grayscale: #515151. Windows color (decimal): -5821641 or 3615655. OLE color: 3615655.

HSL color Cylindrical-coordinate representation of color #A72B37: hue angle of 354.19º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72B37 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1674355-
CMYK00.740.670.35
HSL354.19º59.05%41.18%-
HSV(B)354.19º74.25%65.49%-
XYZ17.4910.224.67-
YUV81.44113.08189.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.02%
GREEN value IS 43 (17.19% from 255) = 16.23%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=63.02%
G=16.23%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167435500.740.670.35354.1959.0541.18
HexA72B3704A43231623b29
Octal24753670112103435427351
Binary10100111101011110111010010101000011100011101100010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72B37; }

 p { color: rgb(167,43,55); }

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

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

 a { background-color: rgb(167,43,55); }

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

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

 span { border-color: rgb(167,43,55); }

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