#A22E3C

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

Shades of Guardsman Red #A22E3C

Tints of Guardsman Red #A22E3C

Color information

#A22E3C (or 0xA22E3C) is unknown color: approx Guardsman Red. HEX triplet: A2, 2E and 3C. RGB value is (162,46,60). Sum of RGB (Red+Green+Blue) = 162+46+60=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E3C is #5DD1C3. Grayscale: #525252. Windows color (decimal): -6148548 or 3944098. OLE color: 3944098.

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

Color convert

RGB1624660-
CMYK00.720.630.36
HSL352.76º55.77%40.78%-
HSV(B)352.76º71.6%63.53%-
XYZ16.699.965.32-
YUV82.28115.43184.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=60.45%
G=17.16%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162466000.720.630.36352.7655.7740.78
HexA22E3C0483F241613829
Octal2425674011077445417051
Binary1010001010111011110001001000111111100100101100001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E3C; }

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

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

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

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

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

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

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

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