#A72F33

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

Shades of Guardsman Red #A72F33

Tints of Guardsman Red #A72F33

Color information

#A72F33 (or 0xA72F33) is unknown color: approx Guardsman Red. HEX triplet: A7, 2F and 33. RGB value is (167,47,51). Sum of RGB (Red+Green+Blue) = 167+47+51=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72F33 is #58D0CC. Grayscale: #535353. Windows color (decimal): -5820621 or 3354535. OLE color: 3354535.

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

Color convert

RGB1674751-
CMYK00.720.690.35
HSL358º56.07%41.96%-
HSV(B)358º71.86%65.49%-
XYZ17.5510.494.23-
YUV83.34109.76187.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.02%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=63.02%
G=17.74%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167475100.720.690.3535856.0741.96
HexA72F330484523166382a
Octal24757630110105435467052
Binary10100111101111110011010010001000101100011101100110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72F33; }

 p { color: rgb(167,47,51); }

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

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

 a { background-color: rgb(167,47,51); }

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

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

 span { border-color: rgb(167,47,51); }

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