#A1393D

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

Shades of Guardsman Red #A1393D

Tints of Guardsman Red #A1393D

Color information

#A1393D (or 0xA1393D) is unknown color: approx Guardsman Red. HEX triplet: A1, 39 and 3D. RGB value is (161,57,61). Sum of RGB (Red+Green+Blue) = 161+57+61=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1393D is #5EC6C2. Grayscale: #585858. Windows color (decimal): -6211267 or 4012449. OLE color: 4012449.

HSL color Cylindrical-coordinate representation of color #A1393D: hue angle of 357.69º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1393D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1615761-
CMYK00.650.620.37
HSL357.69º47.71%42.75%-
HSV(B)357.69º64.6%63.14%-
XYZ1710.845.61-
YUV88.55112.46179.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=57.71%
G=20.43%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161576100.650.620.37357.6947.7142.75
HexA1393D0413E25166302b
Octal2417175010176455466053
Binary1010000111100111110101000001111110100101101100110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1393D; }

 p { color: rgb(161,57,61); }

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

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

 a { background-color: rgb(161,57,61); }

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

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

 span { border-color: rgb(161,57,61); }

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