#9E272C

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

Shades of Guardsman Red #9E272C

Tints of Guardsman Red #9E272C

Color information

#9E272C (or 0x9E272C) is unknown color: approx Guardsman Red. HEX triplet: 9E, 27 and 2C. RGB value is (158,39,44). Sum of RGB (Red+Green+Blue) = 158+39+44=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E272C is #61D8D3. Grayscale: #4B4B4B. Windows color (decimal): -6412500 or 2893726. OLE color: 2893726.

HSL color Cylindrical-coordinate representation of color #9E272C: hue angle of 357.48º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E272C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1583944-
CMYK00.750.720.38
HSL357.48º60.41%38.63%-
HSV(B)357.48º75.32%61.96%-
XYZ15.288.93.3-
YUV75.15110.42187.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.56%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=65.56%
G=16.18%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158394400.750.720.38357.4860.4138.63
Hex9E272C04B48261653c27
Octal23647540113110465457447
Binary10011110100111101100010010111001000100110101100101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,39,44); }

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

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

 a { background-color: rgb(158,39,44); }

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

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

 span { border-color: rgb(158,39,44); }

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