#A0313E

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

Shades of Guardsman Red #A0313E

Tints of Guardsman Red #A0313E

Color information

#A0313E (or 0xA0313E) is unknown color: approx Guardsman Red. HEX triplet: A0, 31 and 3E. RGB value is (160,49,62). Sum of RGB (Red+Green+Blue) = 160+49+62=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0313E is #5FCEC1. Grayscale: #535353. Windows color (decimal): -6278850 or 4075936. OLE color: 4075936.

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

Color convert

RGB1604962-
CMYK00.690.610.37
HSL352.97º53.11%40.98%-
HSV(B)352.97º69.38%62.75%-
XYZ16.4710.025.62-
YUV83.67115.77182.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=59.04%
G=18.08%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160496200.690.610.37352.9753.1140.98
HexA0313E0453D251613529
Octal2406176010575455416551
Binary1010000011000111111001000101111101100101101100001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0313E; }

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

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

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

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

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

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

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

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