#A22936

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

Shades of Guardsman Red #A22936

Tints of Guardsman Red #A22936

Color information

#A22936 (or 0xA22936) is unknown color: approx Guardsman Red. HEX triplet: A2, 29 and 36. RGB value is (162,41,54). Sum of RGB (Red+Green+Blue) = 162+41+54=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A22936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22936 is #5DD6C9. Grayscale: #4E4E4E. Windows color (decimal): -6149834 or 3549602. OLE color: 3549602.

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

Color convert

RGB1624154-
CMYK00.750.670.36
HSL353.55º59.61%39.8%-
HSV(B)353.55º74.69%63.53%-
XYZ16.369.534.47-
YUV78.66114.09187.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=63.04%
G=15.95%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162415400.750.670.36353.5559.6139.8
HexA2293604B43241623c28
Octal24251660113103445427450
Binary10100010101001110110010010111000011100100101100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22936; }

 p { color: rgb(162,41,54); }

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

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

 a { background-color: rgb(162,41,54); }

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

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

 span { border-color: rgb(162,41,54); }

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