#A22F40

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

Shades of Guardsman Red #A22F40

Tints of Guardsman Red #A22F40

Color information

#A22F40 (or 0xA22F40) is unknown color: approx Guardsman Red. HEX triplet: A2, 2F and 40. RGB value is (162,47,64). Sum of RGB (Red+Green+Blue) = 162+47+64=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F40 is #5DD0BF. Grayscale: #535353. Windows color (decimal): -6148288 or 4206498. OLE color: 4206498.

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

Color convert

RGB1624764-
CMYK00.710.600.36
HSL351.13º55.02%40.98%-
HSV(B)351.13º70.99%63.53%-
XYZ16.8410.085.91-
YUV83.32117.1184.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=59.34%
G=17.22%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162476400.710.600.36351.1355.0240.98
HexA22F400473C2415f3729
Octal24257100010774445376751
Binary10100010101111100000001000111111100100100101011111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F40; }

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

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

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

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

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

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

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

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