Shades of Rust #9F300A
Tints of Rust #9F300A
RGB
CMYK
RGB Variations
Color information
#9F300A (or 0x9F300A) is known color: Rust. HEX triplet: 9F, 30 and 0A. RGB value is (159,48,10). Sum of RGB (Red+Green+Blue) = 159+48+10=217 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.27% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 159 - color contains mainly: red. Hex color #9F300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F300A is #60CFF5. Grayscale: #4D4D4D. Windows color (decimal): -6344694 or 667807. OLE color: 667807.
HSL color Cylindrical-coordinate representation of color #9F300A: hue angle of 15.3º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F300A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 10 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.38 |
| HSL | 15.3º | 0.88% | 0.33% | - |
| HSV(B) | 15.3º | 0.94% | 0.62% | - |
| XYZ | 15.41 | 9.51 | 1.31 | - |
| YUV | 76.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 10 | 0 | 0.70 | 0.94 | 0.38 | 15.3 | 0.88 | 0.33 |
| Hex | 9F | 30 | A | 0 | 46 | 5E | 26 | F | 58 | 21 |
| Octal | 237 | 60 | 12 | 0 | 106 | 136 | 46 | 17 | 130 | 41 |
| Binary | 10011111 | 110000 | 1010 | 0 | 1000110 | 1011110 | 100110 | 1111 | 1011000 | 100001 |
Color Harmonies of #9F300A
Complementary color
Monochromatic Colors of #9F300A
Black with #9F300A
Text Example
Text Example
White with #9F300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F300A; }
p { color: rgb(159,48,10); }
H1.HeaderClassName
{
color: #9F300A;
}
.AnyTagClassName
{
color: #9F300A;
}
</style>
background-color css
<style>
a { background-color: #9F300A; }
a { background-color: rgb(159,48,10); }
div.DivClassName
{
background-color: #9F300A;
}
.BgClassName
{
background-color: #9F300A;
}
</style>
border-color css
<style>
span { border-color: #9F300A; }
span { border-color: rgb(159,48,10); }
td.TdClassName
{
border-color: #9F300A;
}
.TagClassName
{
border-color: #9F300A;
}
</style>