#A13537

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

Shades of Guardsman Red #A13537

Tints of Guardsman Red #A13537

Color information

#A13537 (or 0xA13537) is unknown color: approx Guardsman Red. HEX triplet: A1, 35 and 37. RGB value is (161,53,55). Sum of RGB (Red+Green+Blue) = 161+53+55=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A13537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13537 is #5ECAC8. Grayscale: #555555. Windows color (decimal): -6212297 or 3618209. OLE color: 3618209.

HSL color Cylindrical-coordinate representation of color #A13537: hue angle of 358.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13537 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1615355-
CMYK00.670.660.37
HSL358.89º50.47%41.96%-
HSV(B)358.89º67.08%63.14%-
XYZ16.6610.44.74-
YUV85.52110.78181.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=59.85%
G=19.70%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161535500.670.660.37358.8950.4741.96
HexA135370434225167322a
Octal24165670103102455476252
Binary10100001110101110111010000111000010100101101100111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13537; }

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

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

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

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

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

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

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

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