#A22E38

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

Shades of Guardsman Red #A22E38

Tints of Guardsman Red #A22E38

Color information

#A22E38 (or 0xA22E38) is unknown color: approx Guardsman Red. HEX triplet: A2, 2E and 38. RGB value is (162,46,56). Sum of RGB (Red+Green+Blue) = 162+46+56=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E38 is #5DD1C7. Grayscale: #515151. Windows color (decimal): -6148552 or 3681954. OLE color: 3681954.

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

Color convert

RGB1624656-
CMYK00.720.650.36
HSL354.83º55.77%40.78%-
HSV(B)354.83º71.6%63.53%-
XYZ16.599.924.78-
YUV81.82113.43185.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=61.36%
G=17.42%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162465600.720.650.36354.8355.7740.78
HexA22E3804841241633829
Octal24256700110101445437051
Binary10100010101110111000010010001000001100100101100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E38; }

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

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

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

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

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

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

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

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