#9F353C

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

Shades of Guardsman Red #9F353C

Tints of Guardsman Red #9F353C

Color information

#9F353C (or 0x9F353C) is unknown color: approx Guardsman Red. HEX triplet: 9F, 35 and 3C. RGB value is (159,53,60). Sum of RGB (Red+Green+Blue) = 159+53+60=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F353C is #60CAC3. Grayscale: #555555. Windows color (decimal): -6343364 or 3945887. OLE color: 3945887.

HSL color Cylindrical-coordinate representation of color #9F353C: hue angle of 356.04º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F353C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB1595360-
CMYK00.670.620.38
HSL356.04º50%41.57%-
HSV(B)356.04º66.67%62.35%-
XYZ16.3910.245.39-
YUV85.49113.62180.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.46%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=58.46%
G=19.49%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159536000.670.620.38356.045041.57
Hex9F353C0433E26164322a
Octal2376574010376465446252
Binary1001111111010111110001000011111110100110101100100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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