#9E3236

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

Shades of Guardsman Red #9E3236

Tints of Guardsman Red #9E3236

Color information

#9E3236 (or 0x9E3236) is unknown color: approx Guardsman Red. HEX triplet: 9E, 32 and 36. RGB value is (158,50,54). Sum of RGB (Red+Green+Blue) = 158+50+54=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3236 is #61CDC9. Grayscale: #525252. Windows color (decimal): -6409674 or 3551902. OLE color: 3551902.

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

Color convert

RGB1585054-
CMYK00.680.660.38
HSL357.78º51.92%40.78%-
HSV(B)357.78º68.35%61.96%-
XYZ15.919.824.55-
YUV82.75111.78181.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.31%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=60.31%
G=19.08%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158505400.680.660.38357.7851.9240.78
Hex9E323604442261663429
Octal23662660104102465466451
Binary10011110110010110110010001001000010100110101100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,50,54); }

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

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

 a { background-color: rgb(158,50,54); }

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

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

 span { border-color: rgb(158,50,54); }

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