#9e303a

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

Shades of Guardsman Red #9E303A

Tints of Guardsman Red #9E303A

Color information

#9E303A (or 0x9E303A) is unknown color: approx Guardsman Red. HEX triplet: 9E, 30 and 3A. RGB value is (158,48,58). Sum of RGB (Red+Green+Blue) = 158+48+58=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E303A is #61CFC5. Grayscale: #525252. Windows color (decimal): -6410182 or 3813534. OLE color: 3813534.

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

Color convert

RGB1584858-
CMYK00.700.630.38
HSL354.55º53.4%40.39%-
HSV(B)354.55º69.62%61.96%-
XYZ15.929.695.03-
YUV82.03114.44182.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.85%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=59.85%
G=18.18%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158485800.700.630.38354.5553.440.39
Hex9E303A0463F261633528
Octal2366072010677465436550
Binary1001111011000011101001000110111111100110101100011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e303a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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