#9E3637

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

Shades of Guardsman Red #9E3637

Tints of Guardsman Red #9E3637

Color information

#9E3637 (or 0x9E3637) is unknown color: approx Guardsman Red. HEX triplet: 9E, 36 and 37. RGB value is (158,54,55). Sum of RGB (Red+Green+Blue) = 158+54+55=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3637 is #61C9C8. Grayscale: #555555. Windows color (decimal): -6408649 or 3618462. OLE color: 3618462.

HSL color Cylindrical-coordinate representation of color #9E3637: hue angle of 359.42º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3637 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1585455-
CMYK00.660.650.38
HSL359.42º49.06%41.57%-
HSV(B)359.42º65.82%61.96%-
XYZ16.1110.184.73-
YUV85.21110.96179.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.18%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=59.18%
G=20.22%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158545500.660.650.38359.4249.0641.57
Hex9E36370424126167312a
Octal23666670102101465476152
Binary10011110110110110111010000101000001100110101100111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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