#A72E3B

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

Shades of Guardsman Red #A72E3B

Tints of Guardsman Red #A72E3B

Color information

#A72E3B (or 0xA72E3B) is unknown color: approx Guardsman Red. HEX triplet: A7, 2E and 3B. RGB value is (167,46,59). Sum of RGB (Red+Green+Blue) = 167+46+59=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E3B is #58D1C4. Grayscale: #535353. Windows color (decimal): -5820869 or 3878567. OLE color: 3878567.

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

Color convert

RGB1674659-
CMYK00.720.650.35
HSL353.55º56.81%41.76%-
HSV(B)353.55º72.46%65.49%-
XYZ17.710.495.23-
YUV83.66114.09187.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.40%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=61.40%
G=16.91%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167465900.720.650.35353.5556.8141.76
HexA72E3B0484123162392a
Octal24756730110101435427152
Binary10100111101110111011010010001000001100011101100010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72E3B; }

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

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

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

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

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

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

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

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