Shades of Rust #9F330A
Tints of Rust #9F330A
RGB
CMYK
RGB Variations
Color information
#9F330A (or 0x9F330A) is known color: Rust. HEX triplet: 9F, 33 and 0A. RGB value is (159,51,10). Sum of RGB (Red+Green+Blue) = 159+51+10=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F330A is #60CCF5. Grayscale: #4E4E4E. Windows color (decimal): -6343926 or 668575. OLE color: 668575.
HSL color Cylindrical-coordinate representation of color #9F330A: hue angle of 16.51º 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 #9F330A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.38 |
| HSL | 16.51º | 0.88% | 0.33% | - |
| HSV(B) | 16.51º | 0.94% | 0.62% | - |
| XYZ | 15.54 | 9.76 | 1.35 | - |
| YUV | 78.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 10 | 0 | 0.68 | 0.94 | 0.38 | 16.51 | 0.88 | 0.33 |
| Hex | 9F | 33 | A | 0 | 44 | 5E | 26 | 11 | 58 | 21 |
| Octal | 237 | 63 | 12 | 0 | 104 | 136 | 46 | 21 | 130 | 41 |
| Binary | 10011111 | 110011 | 1010 | 0 | 1000100 | 1011110 | 100110 | 10001 | 1011000 | 100001 |
Color Harmonies of #9F330A
Complementary color
Monochromatic Colors of #9F330A
Black with #9F330A
Text Example
Text Example
White with #9F330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F330A; }
p { color: rgb(159,51,10); }
H1.HeaderClassName
{
color: #9F330A;
}
.AnyTagClassName
{
color: #9F330A;
}
</style>
background-color css
<style>
a { background-color: #9F330A; }
a { background-color: rgb(159,51,10); }
div.DivClassName
{
background-color: #9F330A;
}
.BgClassName
{
background-color: #9F330A;
}
</style>
border-color css
<style>
span { border-color: #9F330A; }
span { border-color: rgb(159,51,10); }
td.TdClassName
{
border-color: #9F330A;
}
.TagClassName
{
border-color: #9F330A;
}
</style>