#A0363F

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

Shades of Guardsman Red #A0363F

Tints of Guardsman Red #A0363F

Color information

#A0363F (or 0xA0363F) is unknown color: approx Guardsman Red. HEX triplet: A0, 36 and 3F. RGB value is (160,54,63). Sum of RGB (Red+Green+Blue) = 160+54+63=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0363F is #5FC9C0. Grayscale: #565656. Windows color (decimal): -6277569 or 4142752. OLE color: 4142752.

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

Color convert

RGB1605463-
CMYK00.660.610.37
HSL354.91º49.53%41.96%-
HSV(B)354.91º66.25%62.75%-
XYZ16.7110.475.84-
YUV86.72114.62180.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 63 (25% from 255) = 22.74%
R=57.76%
G=19.49%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160546300.660.610.37354.9149.5341.96
HexA0363F0423D25163322a
Octal2406677010275455436252
Binary1010000011011011111101000010111101100101101100011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0363F; }

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

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

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

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

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

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

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

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