#9E292F

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

Shades of Guardsman Red #9E292F

Tints of Guardsman Red #9E292F

Color information

#9E292F (or 0x9E292F) is unknown color: approx Guardsman Red. HEX triplet: 9E, 29 and 2F. RGB value is (158,41,47). Sum of RGB (Red+Green+Blue) = 158+41+47=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E292F is #61D6D0. Grayscale: #4C4C4C. Windows color (decimal): -6411985 or 3090846. OLE color: 3090846.

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

Color convert

RGB1584147-
CMYK00.740.700.38
HSL356.92º58.79%39.02%-
HSV(B)356.92º74.05%61.96%-
XYZ15.419.063.63-
YUV76.67111.26186.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.23%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=64.23%
G=16.67%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158414700.740.700.38356.9258.7939.02
Hex9E292F04A46261653b27
Octal23651570112106465457347
Binary10011110101001101111010010101000110100110101100101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,41,47); }

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

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

 a { background-color: rgb(158,41,47); }

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

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

 span { border-color: rgb(158,41,47); }

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