#A72E35

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

Shades of Guardsman Red #A72E35

Tints of Guardsman Red #A72E35

Color information

#A72E35 (or 0xA72E35) is unknown color: approx Guardsman Red. HEX triplet: A7, 2E and 35. RGB value is (167,46,53). Sum of RGB (Red+Green+Blue) = 167+46+53=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E35 is #58D1CA. Grayscale: #535353. Windows color (decimal): -5820875 or 3485351. OLE color: 3485351.

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

Color convert

RGB1674653-
CMYK00.720.680.35
HSL356.53º56.81%41.76%-
HSV(B)356.53º72.46%65.49%-
XYZ17.5610.434.46-
YUV82.98111.09187.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.78%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 53 (21.09% from 255) = 19.92%
R=62.78%
G=17.29%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167465300.720.680.35356.5356.8141.76
HexA72E350484423165392a
Octal24756650110104435457152
Binary10100111101110110101010010001000100100011101100101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72E35; }

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

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

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

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

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

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

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

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