#A22A2C

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

Shades of Guardsman Red #A22A2C

Tints of Guardsman Red #A22A2C

Color information

#A22A2C (or 0xA22A2C) is unknown color: approx Guardsman Red. HEX triplet: A2, 2A and 2C. RGB value is (162,42,44). Sum of RGB (Red+Green+Blue) = 162+42+44=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A2C is #5DD5D3. Grayscale: #4E4E4E. Windows color (decimal): -6149588 or 2894498. OLE color: 2894498.

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

Color convert

RGB1624244-
CMYK00.740.730.36
HSL359º58.82%40%-
HSV(B)359º74.07%63.53%-
XYZ16.189.523.37-
YUV78.11108.76187.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.32%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=65.32%
G=16.94%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162424400.740.730.3635958.8240
HexA22A2C04A49241673b28
Octal24252540112111445477350
Binary10100010101010101100010010101001001100100101100111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A2C; }

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

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

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

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

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

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

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

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