Shades of Rust #9F2A07
Tints of Rust #9F2A07
RGB
CMYK
RGB Variations
Color information
#9F2A07 (or 0x9F2A07) is known color: Rust. HEX triplet: 9F, 2A and 07. RGB value is (159,42,7). Sum of RGB (Red+Green+Blue) = 159+42+7=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2A07 is #60D5F8. Grayscale: #494949. Windows color (decimal): -6346233 or 469663. OLE color: 469663.
HSL color Cylindrical-coordinate representation of color #9F2A07: hue angle of 13.82º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F2A07 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.38 |
| HSL | 13.82º | 0.92% | 0.33% | - |
| HSV(B) | 13.82º | 0.96% | 0.62% | - |
| XYZ | 15.16 | 9.04 | 1.15 | - |
| YUV | 72.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 7 | 0 | 0.74 | 0.96 | 0.38 | 13.82 | 0.92 | 0.33 |
| Hex | 9F | 2A | 7 | 0 | 4A | 60 | 26 | E | 5C | 21 |
| Octal | 237 | 52 | 7 | 0 | 112 | 140 | 46 | 16 | 134 | 41 |
| Binary | 10011111 | 101010 | 111 | 0 | 1001010 | 1100000 | 100110 | 1110 | 1011100 | 100001 |
Color Harmonies of #9F2A07
Complementary color
Monochromatic Colors of #9F2A07
Black with #9F2A07
Text Example
Text Example
White with #9F2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A07; }
p { color: rgb(159,42,7); }
H1.HeaderClassName
{
color: #9F2A07;
}
.AnyTagClassName
{
color: #9F2A07;
}
</style>
background-color css
<style>
a { background-color: #9F2A07; }
a { background-color: rgb(159,42,7); }
div.DivClassName
{
background-color: #9F2A07;
}
.BgClassName
{
background-color: #9F2A07;
}
</style>
border-color css
<style>
span { border-color: #9F2A07; }
span { border-color: rgb(159,42,7); }
td.TdClassName
{
border-color: #9F2A07;
}
.TagClassName
{
border-color: #9F2A07;
}
</style>