#A22935

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

Shades of Guardsman Red #A22935

Tints of Guardsman Red #A22935

Color information

#A22935 (or 0xA22935) is unknown color: approx Guardsman Red. HEX triplet: A2, 29 and 35. RGB value is (162,41,53). Sum of RGB (Red+Green+Blue) = 162+41+53=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A22935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22935 is #5DD6CA. Grayscale: #4E4E4E. Windows color (decimal): -6149835 or 3484066. OLE color: 3484066.

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

Color convert

RGB1624153-
CMYK00.750.670.36
HSL354.05º59.61%39.8%-
HSV(B)354.05º74.69%63.53%-
XYZ16.349.524.35-
YUV78.55113.59187.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=63.28%
G=16.02%
B=20.70%

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
Decimal162415300.750.670.36354.0559.6139.8
HexA2293504B43241623c28
Octal24251650113103445427450
Binary10100010101001110101010010111000011100100101100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22935; }

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

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

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

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

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

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

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

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