#A2393C

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

Shades of Guardsman Red #A2393C

Tints of Guardsman Red #A2393C

Color information

#A2393C (or 0xA2393C) is unknown color: approx Guardsman Red. HEX triplet: A2, 39 and 3C. RGB value is (162,57,60). Sum of RGB (Red+Green+Blue) = 162+57+60=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A2393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2393C is #5DC6C3. Grayscale: #585858. Windows color (decimal): -6145732 or 3946914. OLE color: 3946914.

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

Color convert

RGB1625760-
CMYK00.650.630.36
HSL358.29º47.95%42.94%-
HSV(B)358.29º64.81%63.53%-
XYZ17.1810.935.48-
YUV88.74111.79180.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=58.06%
G=20.43%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162576000.650.630.36358.2947.9542.94
HexA2393C0413F24166302b
Octal2427174010177445466053
Binary1010001011100111110001000001111111100100101100110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2393C; }

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

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

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

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

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

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

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

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