Shades of Rust #9F2809
Tints of Rust #9F2809
RGB
CMYK
RGB Variations
Color information
#9F2809 (or 0x9F2809) is known color: Rust. HEX triplet: 9F, 28 and 09. RGB value is (159,40,9). Sum of RGB (Red+Green+Blue) = 159+40+9=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2809 is #60D7F6. Grayscale: #484848. Windows color (decimal): -6346743 or 600223. OLE color: 600223.
HSL color Cylindrical-coordinate representation of color #9F2809: hue angle of 12.4º degrees, saturation: 0.89, 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 #9F2809 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 9 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.38 |
| HSL | 12.4º | 0.89% | 0.33% | - |
| HSV(B) | 12.4º | 0.94% | 0.62% | - |
| XYZ | 15.11 | 8.91 | 1.18 | - |
| YUV | 72.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 9 | 0 | 0.75 | 0.94 | 0.38 | 12.4 | 0.89 | 0.33 |
| Hex | 9F | 28 | 9 | 0 | 4B | 5E | 26 | C | 59 | 21 |
| Octal | 237 | 50 | 11 | 0 | 113 | 136 | 46 | 14 | 131 | 41 |
| Binary | 10011111 | 101000 | 1001 | 0 | 1001011 | 1011110 | 100110 | 1100 | 1011001 | 100001 |
Color Harmonies of #9F2809
Complementary color
Monochromatic Colors of #9F2809
Black with #9F2809
Text Example
Text Example
White with #9F2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2809; }
p { color: rgb(159,40,9); }
H1.HeaderClassName
{
color: #9F2809;
}
.AnyTagClassName
{
color: #9F2809;
}
</style>
background-color css
<style>
a { background-color: #9F2809; }
a { background-color: rgb(159,40,9); }
div.DivClassName
{
background-color: #9F2809;
}
.BgClassName
{
background-color: #9F2809;
}
</style>
border-color css
<style>
span { border-color: #9F2809; }
span { border-color: rgb(159,40,9); }
td.TdClassName
{
border-color: #9F2809;
}
.TagClassName
{
border-color: #9F2809;
}
</style>