#A22F37

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

Shades of Guardsman Red #A22F37

Tints of Guardsman Red #A22F37

Color information

#A22F37 (or 0xA22F37) is unknown color: approx Guardsman Red. HEX triplet: A2, 2F and 37. RGB value is (162,47,55). Sum of RGB (Red+Green+Blue) = 162+47+55=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F37 is #5DD0C8. Grayscale: #525252. Windows color (decimal): -6148297 or 3616674. OLE color: 3616674.

HSL color Cylindrical-coordinate representation of color #A22F37: hue angle of 355.83º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A22F37 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1624755-
CMYK00.710.660.36
HSL355.83º55.02%40.98%-
HSV(B)355.83º70.99%63.53%-
XYZ16.619.994.67-
YUV82.3112.6184.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=61.36%
G=17.80%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162475500.710.660.36355.8355.0240.98
HexA22F3704742241643729
Octal24257670107102445446751
Binary10100010101111110111010001111000010100100101100100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F37; }

 p { color: rgb(162,47,55); }

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

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

 a { background-color: rgb(162,47,55); }

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

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

 span { border-color: rgb(162,47,55); }

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