#9E3339

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

Shades of Guardsman Red #9E3339

Tints of Guardsman Red #9E3339

Color information

#9E3339 (or 0x9E3339) is unknown color: approx Guardsman Red. HEX triplet: 9E, 33 and 39. RGB value is (158,51,57). Sum of RGB (Red+Green+Blue) = 158+51+57=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3339 is #61CCC6. Grayscale: #535353. Windows color (decimal): -6409415 or 3748766. OLE color: 3748766.

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

Color convert

RGB1585157-
CMYK00.680.640.38
HSL356.64º51.2%40.98%-
HSV(B)356.64º67.72%61.96%-
XYZ16.029.934.94-
YUV83.68112.95181.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.40%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 57 (22.66% from 255) = 21.43%
R=59.40%
G=19.17%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158515700.680.640.38356.6451.240.98
Hex9E333904440261653329
Octal23663710104100465456351
Binary10011110110011111001010001001000000100110101100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,51,57); }

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

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

 a { background-color: rgb(158,51,57); }

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

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

 span { border-color: rgb(158,51,57); }

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