#a72a3f

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

Shades of Guardsman Red #A72A3F

Tints of Guardsman Red #A72A3F

Color information

#A72A3F (or 0xA72A3F) is unknown color: approx Guardsman Red. HEX triplet: A7, 2A and 3F. RGB value is (167,42,63). Sum of RGB (Red+Green+Blue) = 167+42+63=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72A3F is #58D5C0. Grayscale: #515151. Windows color (decimal): -5821889 or 4139687. OLE color: 4139687.

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

Color convert

RGB1674263-
CMYK00.750.620.35
HSL349.92º59.81%40.98%-
HSV(B)349.92º74.85%65.49%-
XYZ17.6610.235.75-
YUV81.77117.41188.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.40%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 63 (25% from 255) = 23.16%
R=61.40%
G=15.44%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167426300.750.620.35349.9259.8140.98
HexA72A3F04B3E2315e3c29
Octal2475277011376435367451
Binary1010011110101011111101001011111110100011101011110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72a3f; }

 p { color: rgb(167,42,63); }

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

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

 a { background-color: rgb(167,42,63); }

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

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

 span { border-color: rgb(167,42,63); }

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