Shades of Rust #9F2A06
Tints of Rust #9F2A06
RGB
CMYK
RGB Variations
Color information
#9F2A06 (or 0x9F2A06) is known color: Rust. HEX triplet: 9F, 2A and 06. RGB value is (159,42,6). Sum of RGB (Red+Green+Blue) = 159+42+6=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2A06 is #60D5F9. Grayscale: #494949. Windows color (decimal): -6346234 or 404127. OLE color: 404127.
HSL color Cylindrical-coordinate representation of color #9F2A06: hue angle of 14.12º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F2A06 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.38 |
| HSL | 14.12º | 0.93% | 0.32% | - |
| HSV(B) | 14.12º | 0.96% | 0.62% | - |
| XYZ | 15.16 | 9.04 | 1.12 | - |
| YUV | 72.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 6 | 0 | 0.74 | 0.96 | 0.38 | 14.12 | 0.93 | 0.32 |
| Hex | 9F | 2A | 6 | 0 | 4A | 60 | 26 | E | 5D | 20 |
| Octal | 237 | 52 | 6 | 0 | 112 | 140 | 46 | 16 | 135 | 40 |
| Binary | 10011111 | 101010 | 110 | 0 | 1001010 | 1100000 | 100110 | 1110 | 1011101 | 100000 |
Color Harmonies of #9F2A06
Complementary color
Monochromatic Colors of #9F2A06
Black with #9F2A06
Text Example
Text Example
White with #9F2A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A06; }
p { color: rgb(159,42,6); }
H1.HeaderClassName
{
color: #9F2A06;
}
.AnyTagClassName
{
color: #9F2A06;
}
</style>
background-color css
<style>
a { background-color: #9F2A06; }
a { background-color: rgb(159,42,6); }
div.DivClassName
{
background-color: #9F2A06;
}
.BgClassName
{
background-color: #9F2A06;
}
</style>
border-color css
<style>
span { border-color: #9F2A06; }
span { border-color: rgb(159,42,6); }
td.TdClassName
{
border-color: #9F2A06;
}
.TagClassName
{
border-color: #9F2A06;
}
</style>