#a22532

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

Shades of Guardsman Red #A22532

Tints of Guardsman Red #A22532

Color information

#A22532 (or 0xA22532) is unknown color: approx Guardsman Red. HEX triplet: A2, 25 and 32. RGB value is (162,37,50). Sum of RGB (Red+Green+Blue) = 162+37+50=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A22532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22532 is #5DDACD. Grayscale: #4B4B4B. Windows color (decimal): -6150862 or 3286434. OLE color: 3286434.

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

Color convert

RGB1623750-
CMYK00.770.690.36
HSL353.76º62.81%39.02%-
HSV(B)353.76º77.16%63.53%-
XYZ16.149.233.95-
YUV75.86113.41189.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=65.06%
G=14.86%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162375000.770.690.36353.7662.8139.02
HexA2253204D45241623f27
Octal24245620115105445427747
Binary10100010100101110010010011011000101100100101100010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22532; }

 p { color: rgb(162,37,50); }

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

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

 a { background-color: rgb(162,37,50); }

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

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

 span { border-color: rgb(162,37,50); }

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