#A2242E

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

Shades of Guardsman Red #A2242E

Tints of Guardsman Red #A2242E

Color information

#A2242E (or 0xA2242E) is unknown color: approx Guardsman Red. HEX triplet: A2, 24 and 2E. RGB value is (162,36,46). Sum of RGB (Red+Green+Blue) = 162+36+46=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A2242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2242E is #5DDBD1. Grayscale: #4A4A4A. Windows color (decimal): -6151122 or 3024034. OLE color: 3024034.

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

Color convert

RGB1623646-
CMYK00.780.720.36
HSL355.24º63.64%38.82%-
HSV(B)355.24º77.78%63.53%-
XYZ16.029.143.5-
YUV74.81111.74190.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.39%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=66.39%
G=14.75%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162364600.780.720.36355.2463.6438.82
HexA2242E04E48241634027
Octal242445601161104454310047
Binary101000101001001011100100111010010001001001011000111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2242E; }

 p { color: rgb(162,36,46); }

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

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

 a { background-color: rgb(162,36,46); }

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

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

 span { border-color: rgb(162,36,46); }

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