#9E3334

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

Shades of Guardsman Red #9E3334

Tints of Guardsman Red #9E3334

Color information

#9E3334 (or 0x9E3334) is unknown color: approx Guardsman Red. HEX triplet: 9E, 33 and 34. RGB value is (158,51,52). Sum of RGB (Red+Green+Blue) = 158+51+52=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3334 is #61CCCB. Grayscale: #535353. Windows color (decimal): -6409420 or 3421086. OLE color: 3421086.

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

Color convert

RGB1585152-
CMYK00.680.670.38
HSL359.44º51.2%40.98%-
HSV(B)359.44º67.72%61.96%-
XYZ15.99.884.32-
YUV83.11110.45181.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.54%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=60.54%
G=19.54%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158515200.680.670.38359.4451.240.98
Hex9E333404443261673329
Octal23663640104103465476351
Binary10011110110011110100010001001000011100110101100111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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