#A22E37

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

Shades of Guardsman Red #A22E37

Tints of Guardsman Red #A22E37

Color information

#A22E37 (or 0xA22E37) is unknown color: approx Guardsman Red. HEX triplet: A2, 2E and 37. RGB value is (162,46,55). Sum of RGB (Red+Green+Blue) = 162+46+55=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E37 is #5DD1C8. Grayscale: #515151. Windows color (decimal): -6148553 or 3616418. OLE color: 3616418.

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

Color convert

RGB1624655-
CMYK00.720.660.36
HSL355.34º55.77%40.78%-
HSV(B)355.34º71.6%63.53%-
XYZ16.579.914.65-
YUV81.71112.93185.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=61.60%
G=17.49%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162465500.720.660.36355.3455.7740.78
HexA22E3704842241633829
Octal24256670110102445437051
Binary10100010101110110111010010001000010100100101100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E37; }

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

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

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

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

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

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

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

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