#A1373D

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

Shades of Guardsman Red #A1373D

Tints of Guardsman Red #A1373D

Color information

#A1373D (or 0xA1373D) is unknown color: approx Guardsman Red. HEX triplet: A1, 37 and 3D. RGB value is (161,55,61). Sum of RGB (Red+Green+Blue) = 161+55+61=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1373D is #5EC8C2. Grayscale: #575757. Windows color (decimal): -6211779 or 4011937. OLE color: 4011937.

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

Color convert

RGB1615561-
CMYK00.660.620.37
HSL356.6º49.07%42.35%-
HSV(B)356.6º65.84%63.14%-
XYZ16.9110.655.58-
YUV87.38113.12180.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=58.12%
G=19.86%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161556100.660.620.37356.649.0742.35
HexA1373D0423E25165312a
Octal2416775010276455456152
Binary1010000111011111110101000010111110100101101100101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1373D; }

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

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

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

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

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

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

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

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