#9E3338

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

Shades of Guardsman Red #9E3338

Tints of Guardsman Red #9E3338

Color information

#9E3338 (or 0x9E3338) is unknown color: approx Guardsman Red. HEX triplet: 9E, 33 and 38. RGB value is (158,51,56). Sum of RGB (Red+Green+Blue) = 158+51+56=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3338 is #61CCC7. Grayscale: #535353. Windows color (decimal): -6409416 or 3683230. OLE color: 3683230.

HSL color Cylindrical-coordinate representation of color #9E3338: hue angle of 357.2º 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 #9E3338 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1585156-
CMYK00.680.650.38
HSL357.2º51.2%40.98%-
HSV(B)357.2º67.72%61.96%-
XYZ169.924.81-
YUV83.56112.45181.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.62%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=59.62%
G=19.25%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158515600.680.650.38357.251.240.98
Hex9E333804441261653329
Octal23663700104101465456351
Binary10011110110011111000010001001000001100110101100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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