#A8313E

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

Shades of Guardsman Red #A8313E

Tints of Guardsman Red #A8313E

Color information

#A8313E (or 0xA8313E) is unknown color: approx Guardsman Red. HEX triplet: A8, 31 and 3E. RGB value is (168,49,62). Sum of RGB (Red+Green+Blue) = 168+49+62=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8313E is #57CEC1. Grayscale: #565656. Windows color (decimal): -5754562 or 4075944. OLE color: 4075944.

HSL color Cylindrical-coordinate representation of color #A8313E: hue angle of 353.45º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8313E is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1684962-
CMYK00.710.630.34
HSL353.45º54.84%42.55%-
HSV(B)353.45º70.83%65.88%-
XYZ18.1210.875.7-
YUV86.06114.42186.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=60.22%
G=17.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168496200.710.630.34353.4554.8442.55
HexA8313E0473F22161372b
Octal2506176010777425416753
Binary1010100011000111111001000111111111100010101100001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8313E; }

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

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

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

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

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

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

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

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