Shades of Rust #9F320B
Tints of Rust #9F320B
RGB
CMYK
RGB Variations
Color information
#9F320B (or 0x9F320B) is known color: Rust. HEX triplet: 9F, 32 and 0B. RGB value is (159,50,11). Sum of RGB (Red+Green+Blue) = 159+50+11=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F320B is #60CDF4. Grayscale: #4E4E4E. Windows color (decimal): -6344181 or 733855. OLE color: 733855.
HSL color Cylindrical-coordinate representation of color #9F320B: hue angle of 15.81º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F320B is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 11 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.38 |
| HSL | 15.81º | 0.87% | 0.33% | - |
| HSV(B) | 15.81º | 0.93% | 0.62% | - |
| XYZ | 15.5 | 9.68 | 1.37 | - |
| YUV | 78.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 11 | 0 | 0.69 | 0.93 | 0.38 | 15.81 | 0.87 | 0.33 |
| Hex | 9F | 32 | B | 0 | 45 | 5D | 26 | 10 | 57 | 21 |
| Octal | 237 | 62 | 13 | 0 | 105 | 135 | 46 | 20 | 127 | 41 |
| Binary | 10011111 | 110010 | 1011 | 0 | 1000101 | 1011101 | 100110 | 10000 | 1010111 | 100001 |
Color Harmonies of #9F320B
Complementary color
Monochromatic Colors of #9F320B
Black with #9F320B
Text Example
Text Example
White with #9F320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F320B; }
p { color: rgb(159,50,11); }
H1.HeaderClassName
{
color: #9F320B;
}
.AnyTagClassName
{
color: #9F320B;
}
</style>
background-color css
<style>
a { background-color: #9F320B; }
a { background-color: rgb(159,50,11); }
div.DivClassName
{
background-color: #9F320B;
}
.BgClassName
{
background-color: #9F320B;
}
</style>
border-color css
<style>
span { border-color: #9F320B; }
span { border-color: rgb(159,50,11); }
td.TdClassName
{
border-color: #9F320B;
}
.TagClassName
{
border-color: #9F320B;
}
</style>