#9E3035

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

Shades of Guardsman Red #9E3035

Tints of Guardsman Red #9E3035

Color information

#9E3035 (or 0x9E3035) is unknown color: approx Guardsman Red. HEX triplet: 9E, 30 and 35. RGB value is (158,48,53). Sum of RGB (Red+Green+Blue) = 158+48+53=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3035 is #61CFCA. Grayscale: #515151. Windows color (decimal): -6410187 or 3485854. OLE color: 3485854.

HSL color Cylindrical-coordinate representation of color #9E3035: hue angle of 357.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3035 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1584853-
CMYK00.700.660.38
HSL357.27º53.4%40.39%-
HSV(B)357.27º69.62%61.96%-
XYZ15.89.644.4-
YUV81.46111.94182.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.00%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=61.00%
G=18.53%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158485300.700.660.38357.2753.440.39
Hex9E303504642261653528
Octal23660650106102465456550
Binary10011110110000110101010001101000010100110101100101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,53); }

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

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

 a { background-color: rgb(158,48,53); }

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

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

 span { border-color: rgb(158,48,53); }

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