#A22931

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

Shades of Guardsman Red #A22931

Tints of Guardsman Red #A22931

Color information

#A22931 (or 0xA22931) is unknown color: approx Guardsman Red. HEX triplet: A2, 29 and 31. RGB value is (162,41,49). Sum of RGB (Red+Green+Blue) = 162+41+49=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A22931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22931 is #5DD6CE. Grayscale: #4E4E4E. Windows color (decimal): -6149839 or 3221922. OLE color: 3221922.

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

Color convert

RGB1624149-
CMYK00.750.700.36
HSL356.03º59.61%39.8%-
HSV(B)356.03º74.69%63.53%-
XYZ16.259.493.88-
YUV78.09111.59187.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=64.29%
G=16.27%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162414900.750.700.36356.0359.6139.8
HexA2293104B46241643c28
Octal24251610113106445447450
Binary10100010101001110001010010111000110100100101100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22931; }

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

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

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

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

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

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

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

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