#9F3035

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

Shades of Guardsman Red #9F3035

Tints of Guardsman Red #9F3035

Color information

#9F3035 (or 0x9F3035) is unknown color: approx Guardsman Red. HEX triplet: 9F, 30 and 35. RGB value is (159,48,53). Sum of RGB (Red+Green+Blue) = 159+48+53=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3035 is #60CFCA. Grayscale: #515151. Windows color (decimal): -6344651 or 3485855. OLE color: 3485855.

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

Color convert

RGB1594853-
CMYK00.700.670.38
HSL357.3º53.62%40.59%-
HSV(B)357.3º69.81%62.35%-
XYZ169.744.41-
YUV81.76111.77183.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=61.15%
G=18.46%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159485300.700.670.38357.353.6240.59
Hex9F303504643261653629
Octal23760650106103465456651
Binary10011111110000110101010001101000011100110101100101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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