#A1363A

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

Shades of Guardsman Red #A1363A

Tints of Guardsman Red #A1363A

Color information

#A1363A (or 0xA1363A) is unknown color: approx Guardsman Red. HEX triplet: A1, 36 and 3A. RGB value is (161,54,58). Sum of RGB (Red+Green+Blue) = 161+54+58=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1363A is #5EC9C5. Grayscale: #565656. Windows color (decimal): -6212038 or 3815073. OLE color: 3815073.

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

Color convert

RGB1615458-
CMYK00.660.640.37
HSL357.76º49.77%42.16%-
HSV(B)357.76º66.46%63.14%-
XYZ16.7810.525.15-
YUV86.45111.95181.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=58.97%
G=19.78%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161545800.660.640.37357.7649.7742.16
HexA1363A0424025166322a
Octal24166720102100455466252
Binary10100001110110111010010000101000000100101101100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1363A; }

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

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

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

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

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

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

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

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