#9E3234

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

Shades of Guardsman Red #9E3234

Tints of Guardsman Red #9E3234

Color information

#9E3234 (or 0x9E3234) is unknown color: approx Guardsman Red. HEX triplet: 9E, 32 and 34. RGB value is (158,50,52). Sum of RGB (Red+Green+Blue) = 158+50+52=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3234 is #61CDCB. Grayscale: #525252. Windows color (decimal): -6409676 or 3420830. OLE color: 3420830.

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

Color convert

RGB1585052-
CMYK00.680.670.38
HSL358.89º51.92%40.78%-
HSV(B)358.89º68.35%61.96%-
XYZ15.869.84.3-
YUV82.52110.78181.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 52 (20.70% from 255) = 20%
R=60.77%
G=19.23%
B=20%

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
Decimal158505200.680.670.38358.8951.9240.78
Hex9E323404443261673429
Octal23662640104103465476451
Binary10011110110010110100010001001000011100110101100111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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