Shades of Rust #9F3A15
Tints of Rust #9F3A15
RGB
CMYK
RGB Variations
Color information
#9F3A15 (or 0x9F3A15) is known color: Rust. HEX triplet: 9F, 3A and 15. RGB value is (159,58,21). Sum of RGB (Red+Green+Blue) = 159+58+21=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3A15 is #60C5EA. Grayscale: #545454. Windows color (decimal): -6342123 or 1391263. OLE color: 1391263.
HSL color Cylindrical-coordinate representation of color #9F3A15: hue angle of 16.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F3A15 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 21 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.38 |
| HSL | 16.09º | 0.77% | 0.35% | - |
| HSV(B) | 16.09º | 0.87% | 0.62% | - |
| XYZ | 15.95 | 10.45 | 1.89 | - |
| YUV | 83.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 21 | 0 | 0.64 | 0.87 | 0.38 | 16.09 | 0.77 | 0.35 |
| Hex | 9F | 3A | 15 | 0 | 40 | 57 | 26 | 10 | 4D | 23 |
| Octal | 237 | 72 | 25 | 0 | 100 | 127 | 46 | 20 | 115 | 43 |
| Binary | 10011111 | 111010 | 10101 | 0 | 1000000 | 1010111 | 100110 | 10000 | 1001101 | 100011 |
Color Harmonies of #9F3A15
Complementary color
Monochromatic Colors of #9F3A15
Black with #9F3A15
Text Example
Text Example
White with #9F3A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A15; }
p { color: rgb(159,58,21); }
H1.HeaderClassName
{
color: #9F3A15;
}
.AnyTagClassName
{
color: #9F3A15;
}
</style>
background-color css
<style>
a { background-color: #9F3A15; }
a { background-color: rgb(159,58,21); }
div.DivClassName
{
background-color: #9F3A15;
}
.BgClassName
{
background-color: #9F3A15;
}
</style>
border-color css
<style>
span { border-color: #9F3A15; }
span { border-color: rgb(159,58,21); }
td.TdClassName
{
border-color: #9F3A15;
}
.TagClassName
{
border-color: #9F3A15;
}
</style>