#9F383B

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

Shades of Guardsman Red #9F383B

Tints of Guardsman Red #9F383B

Color information

#9F383B (or 0x9F383B) is unknown color: approx Guardsman Red. HEX triplet: 9F, 38 and 3B. RGB value is (159,56,59). Sum of RGB (Red+Green+Blue) = 159+56+59=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F383B is #60C7C4. Grayscale: #575757. Windows color (decimal): -6342597 or 3881119. OLE color: 3881119.

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

Color convert

RGB1595659-
CMYK00.650.630.38
HSL358.25º47.91%42.16%-
HSV(B)358.25º64.78%62.35%-
XYZ16.510.525.3-
YUV87.14112.12179.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.03%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=58.03%
G=20.44%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159565900.650.630.38358.2547.9142.16
Hex9F383B0413F26166302a
Octal2377073010177465466052
Binary1001111111100011101101000001111111100110101100110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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