#A8363E

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

Shades of Guardsman Red #A8363E

Tints of Guardsman Red #A8363E

Color information

#A8363E (or 0xA8363E) is unknown color: approx Guardsman Red. HEX triplet: A8, 36 and 3E. RGB value is (168,54,62). Sum of RGB (Red+Green+Blue) = 168+54+62=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8363E is #57C9C1. Grayscale: #595959. Windows color (decimal): -5753282 or 4077224. OLE color: 4077224.

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

Color convert

RGB1685462-
CMYK00.680.630.34
HSL355.79º51.35%43.53%-
HSV(B)355.79º67.86%65.88%-
XYZ18.3411.315.77-
YUV89112.77184.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.15%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=59.15%
G=19.01%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168546200.680.630.34355.7951.3543.53
HexA8363E0443F22164332c
Octal2506676010477425446354
Binary1010100011011011111001000100111111100010101100100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8363E; }

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

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

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

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

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

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

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

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