#A0393B

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

Shades of Guardsman Red #A0393B

Tints of Guardsman Red #A0393B

Color information

#A0393B (or 0xA0393B) is unknown color: approx Guardsman Red. HEX triplet: A0, 39 and 3B. RGB value is (160,57,59). Sum of RGB (Red+Green+Blue) = 160+57+59=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0393B is #5FC6C4. Grayscale: #585858. Windows color (decimal): -6276805 or 3881376. OLE color: 3881376.

HSL color Cylindrical-coordinate representation of color #A0393B: hue angle of 358.83º 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 #A0393B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB1605759-
CMYK00.640.630.37
HSL358.83º47.47%42.55%-
HSV(B)358.83º64.38%62.75%-
XYZ16.7510.725.32-
YUV88.02111.62179.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=57.97%
G=20.65%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160575900.640.630.37358.8347.4742.55
HexA0393B0403F251672f2b
Octal2407173010077455475753
Binary1010000011100111101101000000111111100101101100111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0393B; }

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

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

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

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

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

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

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

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