#A2353C

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

Shades of Guardsman Red #A2353C

Tints of Guardsman Red #A2353C

Color information

#A2353C (or 0xA2353C) is unknown color: approx Guardsman Red. HEX triplet: A2, 35 and 3C. RGB value is (162,53,60). Sum of RGB (Red+Green+Blue) = 162+53+60=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2353C is #5DCAC3. Grayscale: #565656. Windows color (decimal): -6146756 or 3945890. OLE color: 3945890.

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

Color convert

RGB1625360-
CMYK00.670.630.36
HSL356.15º50.7%42.16%-
HSV(B)356.15º67.28%63.53%-
XYZ16.9910.555.42-
YUV86.39113.11181.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=58.91%
G=19.27%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162536000.670.630.36356.1550.742.16
HexA2353C0433F24164332a
Octal2426574010377445446352
Binary1010001011010111110001000011111111100100101100100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2353C; }

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

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

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

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

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

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

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

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