#9F3334

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

Shades of Guardsman Red #9F3334

Tints of Guardsman Red #9F3334

Color information

#9F3334 (or 0x9F3334) is unknown color: approx Guardsman Red. HEX triplet: 9F, 33 and 34. RGB value is (159,51,52). Sum of RGB (Red+Green+Blue) = 159+51+52=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3334 is #60CCCB. Grayscale: #535353. Windows color (decimal): -6343884 or 3421087. OLE color: 3421087.

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

Color convert

RGB1595152-
CMYK00.680.670.38
HSL359.44º51.43%41.18%-
HSV(B)359.44º67.92%62.35%-
XYZ16.19.994.33-
YUV83.41110.28181.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.69%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=60.69%
G=19.47%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159515200.680.670.38359.4451.4341.18
Hex9F333404443261673329
Octal23763640104103465476351
Binary10011111110011110100010001001000011100110101100111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,51,52); }

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

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

 a { background-color: rgb(159,51,52); }

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

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

 span { border-color: rgb(159,51,52); }

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