#A22C35

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

Shades of Guardsman Red #A22C35

Tints of Guardsman Red #A22C35

Color information

#A22C35 (or 0xA22C35) is unknown color: approx Guardsman Red. HEX triplet: A2, 2C and 35. RGB value is (162,44,53). Sum of RGB (Red+Green+Blue) = 162+44+53=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C35 is #5DD3CA. Grayscale: #505050. Windows color (decimal): -6149067 or 3484834. OLE color: 3484834.

HSL color Cylindrical-coordinate representation of color #A22C35: hue angle of 355.42º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C35 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1624453-
CMYK00.730.670.36
HSL355.42º57.28%40.39%-
HSV(B)355.42º72.84%63.53%-
XYZ16.449.744.38-
YUV80.31112.59186.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.55%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=62.55%
G=16.99%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162445300.730.670.36355.4257.2840.39
HexA22C3504943241633928
Octal24254650111103445437150
Binary10100010101100110101010010011000011100100101100011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C35; }

 p { color: rgb(162,44,53); }

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

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

 a { background-color: rgb(162,44,53); }

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

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

 span { border-color: rgb(162,44,53); }

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