#A03137

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

Shades of Guardsman Red #A03137

Tints of Guardsman Red #A03137

Color information

#A03137 (or 0xA03137) is unknown color: approx Guardsman Red. HEX triplet: A0, 31 and 37. RGB value is (160,49,55). Sum of RGB (Red+Green+Blue) = 160+49+55=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A03137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03137 is #5FCEC8. Grayscale: #525252. Windows color (decimal): -6278857 or 3617184. OLE color: 3617184.

HSL color Cylindrical-coordinate representation of color #A03137: hue angle of 356.76º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03137 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1604955-
CMYK00.690.660.37
HSL356.76º53.11%40.98%-
HSV(B)356.76º69.38%62.75%-
XYZ16.299.954.68-
YUV82.87112.27183.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.61%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=60.61%
G=18.56%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160495500.690.660.37356.7653.1140.98
HexA0313704542251653529
Octal24061670105102455456551
Binary10100000110001110111010001011000010100101101100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03137; }

 p { color: rgb(160,49,55); }

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

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

 a { background-color: rgb(160,49,55); }

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

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

 span { border-color: rgb(160,49,55); }

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