#9E3140

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

Shades of Guardsman Red #9E3140

Tints of Guardsman Red #9E3140

Color information

#9E3140 (or 0x9E3140) is unknown color: approx Guardsman Red. HEX triplet: 9E, 31 and 40. RGB value is (158,49,64). Sum of RGB (Red+Green+Blue) = 158+49+64=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3140 is #61CEBF. Grayscale: #535353. Windows color (decimal): -6409920 or 4207006. OLE color: 4207006.

HSL color Cylindrical-coordinate representation of color #9E3140: hue angle of 351.74º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3140 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1584964-
CMYK00.690.590.38
HSL351.74º52.66%40.59%-
HSV(B)351.74º68.99%61.96%-
XYZ16.129.845.9-
YUV83.3117.11181.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.30%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=58.30%
G=18.08%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158496400.690.590.38351.7452.6640.59
Hex9E31400453B261603529
Octal23661100010573465406551
Binary10011110110001100000001000101111011100110101100000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E3140; }

 p { color: rgb(158,49,64); }

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

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

 a { background-color: rgb(158,49,64); }

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

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

 span { border-color: rgb(158,49,64); }

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