#A2292A

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

Shades of Guardsman Red #A2292A

Tints of Guardsman Red #A2292A

Color information

#A2292A (or 0xA2292A) is unknown color: approx Guardsman Red. HEX triplet: A2, 29 and 2A. RGB value is (162,41,42). Sum of RGB (Red+Green+Blue) = 162+41+42=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2292A is #5DD6D5. Grayscale: #4D4D4D. Windows color (decimal): -6149846 or 2763170. OLE color: 2763170.

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

Color convert

RGB1624142-
CMYK00.750.740.36
HSL359.5º59.61%39.8%-
HSV(B)359.5º74.69%63.53%-
XYZ16.119.433.16-
YUV77.29108.09188.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=66.12%
G=16.73%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162414200.750.740.36359.559.6139.8
HexA2292A04B4A241683c28
Octal24251520113112445507450
Binary10100010101001101010010010111001010100100101101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2292A; }

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

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

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

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

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

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

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

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