Shades of Rust #9F2B05
Tints of Rust #9F2B05
RGB
CMYK
RGB Variations
Color information
#9F2B05 (or 0x9F2B05) is known color: Rust. HEX triplet: 9F, 2B and 05. RGB value is (159,43,5). Sum of RGB (Red+Green+Blue) = 159+43+5=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2B05 is #60D4FA. Grayscale: #494949. Windows color (decimal): -6345979 or 338847. OLE color: 338847.
HSL color Cylindrical-coordinate representation of color #9F2B05: hue angle of 14.81º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F2B05 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.38 |
| HSL | 14.81º | 0.94% | 0.32% | - |
| HSV(B) | 14.81º | 0.97% | 0.62% | - |
| XYZ | 15.19 | 9.11 | 1.1 | - |
| YUV | 73.35 | 89.43 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 5 | 0 | 0.73 | 0.97 | 0.38 | 14.81 | 0.94 | 0.32 |
| Hex | 9F | 2B | 5 | 0 | 49 | 61 | 26 | F | 5E | 20 |
| Octal | 237 | 53 | 5 | 0 | 111 | 141 | 46 | 17 | 136 | 40 |
| Binary | 10011111 | 101011 | 101 | 0 | 1001001 | 1100001 | 100110 | 1111 | 1011110 | 100000 |
Color Harmonies of #9F2B05
Complementary color
Monochromatic Colors of #9F2B05
Black with #9F2B05
Text Example
Text Example
White with #9F2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B05; }
p { color: rgb(159,43,5); }
H1.HeaderClassName
{
color: #9F2B05;
}
.AnyTagClassName
{
color: #9F2B05;
}
</style>
background-color css
<style>
a { background-color: #9F2B05; }
a { background-color: rgb(159,43,5); }
div.DivClassName
{
background-color: #9F2B05;
}
.BgClassName
{
background-color: #9F2B05;
}
</style>
border-color css
<style>
span { border-color: #9F2B05; }
span { border-color: rgb(159,43,5); }
td.TdClassName
{
border-color: #9F2B05;
}
.TagClassName
{
border-color: #9F2B05;
}
</style>