#A22A33

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

Shades of Guardsman Red #A22A33

Tints of Guardsman Red #A22A33

Color information

#A22A33 (or 0xA22A33) is unknown color: approx Guardsman Red. HEX triplet: A2, 2A and 33. RGB value is (162,42,51). Sum of RGB (Red+Green+Blue) = 162+42+51=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A33 is #5DD5CC. Grayscale: #4E4E4E. Windows color (decimal): -6149581 or 3353250. OLE color: 3353250.

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

Color convert

RGB1624251-
CMYK00.740.690.36
HSL355.5º58.82%40%-
HSV(B)355.5º74.07%63.53%-
XYZ16.339.584.12-
YUV78.91112.26187.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.53%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 51 (20.31% from 255) = 20%
R=63.53%
G=16.47%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162425100.740.690.36355.558.8240
HexA22A3304A45241643b28
Octal24252630112105445447350
Binary10100010101010110011010010101000101100100101100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A33; }

 p { color: rgb(162,42,51); }

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

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

 a { background-color: rgb(162,42,51); }

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

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

 span { border-color: rgb(162,42,51); }

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