#A0393C

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

Shades of Guardsman Red #A0393C

Tints of Guardsman Red #A0393C

Color information

#A0393C (or 0xA0393C) is unknown color: approx Guardsman Red. HEX triplet: A0, 39 and 3C. RGB value is (160,57,60). Sum of RGB (Red+Green+Blue) = 160+57+60=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0393C is #5FC6C3. Grayscale: #585858. Windows color (decimal): -6276804 or 3946912. OLE color: 3946912.

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

Color convert

RGB1605760-
CMYK00.640.620.37
HSL358.25º47.47%42.55%-
HSV(B)358.25º64.38%62.75%-
XYZ16.7810.735.46-
YUV88.14112.12179.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=57.76%
G=20.58%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160576000.640.620.37358.2547.4742.55
HexA0393C0403E251662f2b
Octal2407174010076455465753
Binary1010000011100111110001000000111110100101101100110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0393C; }

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

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

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

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

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

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

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

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