#9F3839

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

Shades of Guardsman Red #9F3839

Tints of Guardsman Red #9F3839

Color information

#9F3839 (or 0x9F3839) is unknown color: approx Guardsman Red. HEX triplet: 9F, 38 and 39. RGB value is (159,56,57). Sum of RGB (Red+Green+Blue) = 159+56+57=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3839 is #60C7C6. Grayscale: #575757. Windows color (decimal): -6342599 or 3750047. OLE color: 3750047.

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

Color convert

RGB1595657-
CMYK00.650.640.38
HSL359.42º47.91%42.16%-
HSV(B)359.42º64.78%62.35%-
XYZ16.4510.495.03-
YUV86.91111.12179.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.46%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=58.46%
G=20.59%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159565700.650.640.38359.4247.9142.16
Hex9F38390414026167302a
Octal23770710101100465476052
Binary10011111111000111001010000011000000100110101100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,57); }

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

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

 a { background-color: rgb(159,56,57); }

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

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

 span { border-color: rgb(159,56,57); }

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