#a1393b

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

Shades of Guardsman Red #A1393B

Tints of Guardsman Red #A1393B

Color information

#A1393B (or 0xA1393B) is unknown color: approx Guardsman Red. HEX triplet: A1, 39 and 3B. RGB value is (161,57,59). Sum of RGB (Red+Green+Blue) = 161+57+59=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1393B is #5EC6C4. Grayscale: #585858. Windows color (decimal): -6211269 or 3881377. OLE color: 3881377.

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

Color convert

RGB1615759-
CMYK00.650.630.37
HSL358.85º47.71%42.75%-
HSV(B)358.85º64.6%63.14%-
XYZ16.9510.825.33-
YUV88.32111.46179.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=58.12%
G=20.58%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161575900.650.630.37358.8547.7142.75
HexA1393B0413F25167302b
Octal2417173010177455476053
Binary1010000111100111101101000001111111100101101100111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1393b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1393b; }

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

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

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

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

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

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

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

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