#9F3236

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

Shades of Guardsman Red #9F3236

Tints of Guardsman Red #9F3236

Color information

#9F3236 (or 0x9F3236) is unknown color: approx Guardsman Red. HEX triplet: 9F, 32 and 36. RGB value is (159,50,54). Sum of RGB (Red+Green+Blue) = 159+50+54=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3236 is #60CDC9. Grayscale: #535353. Windows color (decimal): -6344138 or 3551903. OLE color: 3551903.

HSL color Cylindrical-coordinate representation of color #9F3236: hue angle of 357.8º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3236 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1595054-
CMYK00.690.660.38
HSL357.8º52.15%40.98%-
HSV(B)357.8º68.55%62.35%-
XYZ16.19.924.56-
YUV83.05111.61182.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.46%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=60.46%
G=19.01%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159505400.690.660.38357.852.1540.98
Hex9F323604542261663429
Octal23762660105102465466451
Binary10011111110010110110010001011000010100110101100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,50,54); }

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

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

 a { background-color: rgb(159,50,54); }

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

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

 span { border-color: rgb(159,50,54); }

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