#A2323E

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

Shades of Guardsman Red #A2323E

Tints of Guardsman Red #A2323E

Color information

#A2323E (or 0xA2323E) is unknown color: approx Guardsman Red. HEX triplet: A2, 32 and 3E. RGB value is (162,50,62). Sum of RGB (Red+Green+Blue) = 162+50+62=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323E is #5DCDC1. Grayscale: #545454. Windows color (decimal): -6147522 or 4076194. OLE color: 4076194.

HSL color Cylindrical-coordinate representation of color #A2323E: hue angle of 353.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2323E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1625062-
CMYK00.690.620.36
HSL353.57º52.83%41.57%-
HSV(B)353.57º69.14%63.53%-
XYZ16.9110.315.66-
YUV84.86115.11183.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=59.12%
G=18.25%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162506200.690.620.36353.5752.8341.57
HexA2323E0453E24162352a
Octal2426276010576445426552
Binary1010001011001011111001000101111110100100101100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2323E; }

 p { color: rgb(162,50,62); }

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

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

 a { background-color: rgb(162,50,62); }

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

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

 span { border-color: rgb(162,50,62); }

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