#A03136

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

Shades of Guardsman Red #A03136

Tints of Guardsman Red #A03136

Color information

#A03136 (or 0xA03136) is unknown color: approx Guardsman Red. HEX triplet: A0, 31 and 36. RGB value is (160,49,54). Sum of RGB (Red+Green+Blue) = 160+49+54=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A03136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03136 is #5FCEC9. Grayscale: #525252. Windows color (decimal): -6278858 or 3551648. OLE color: 3551648.

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

Color convert

RGB1604954-
CMYK00.690.660.37
HSL357.3º53.11%40.98%-
HSV(B)357.3º69.38%62.75%-
XYZ16.269.944.55-
YUV82.76111.77183.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.84%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=60.84%
G=18.63%
B=20.53%

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
Decimal160495400.690.660.37357.353.1140.98
HexA0313604542251653529
Octal24061660105102455456551
Binary10100000110001110110010001011000010100101101100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03136; }

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

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

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

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

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

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

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

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