#A1363C

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

Shades of Guardsman Red #A1363C

Tints of Guardsman Red #A1363C

Color information

#A1363C (or 0xA1363C) is unknown color: approx Guardsman Red. HEX triplet: A1, 36 and 3C. RGB value is (161,54,60). Sum of RGB (Red+Green+Blue) = 161+54+60=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1363C is #5EC9C3. Grayscale: #565656. Windows color (decimal): -6212036 or 3946145. OLE color: 3946145.

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

Color convert

RGB1615460-
CMYK00.660.630.37
HSL356.64º49.77%42.16%-
HSV(B)356.64º66.46%63.14%-
XYZ16.8310.545.42-
YUV86.68112.95181.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=58.55%
G=19.64%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161546000.660.630.37356.6449.7742.16
HexA1363C0423F25165322a
Octal2416674010277455456252
Binary1010000111011011110001000010111111100101101100101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1363C; }

 p { color: rgb(161,54,60); }

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

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

 a { background-color: rgb(161,54,60); }

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

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

 span { border-color: rgb(161,54,60); }

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