#9F323C

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

Shades of Guardsman Red #9F323C

Tints of Guardsman Red #9F323C

Color information

#9F323C (or 0x9F323C) is unknown color: approx Guardsman Red. HEX triplet: 9F, 32 and 3C. RGB value is (159,50,60). Sum of RGB (Red+Green+Blue) = 159+50+60=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F323C is #60CDC3. Grayscale: #535353. Windows color (decimal): -6344132 or 3945119. OLE color: 3945119.

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

Color convert

RGB1595060-
CMYK00.690.620.38
HSL354.5º52.15%40.98%-
HSV(B)354.5º68.55%62.35%-
XYZ16.259.985.34-
YUV83.73114.61181.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.11%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=59.11%
G=18.59%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159506000.690.620.38354.552.1540.98
Hex9F323C0453E261623429
Octal2376274010576465426451
Binary1001111111001011110001000101111110100110101100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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