Shades of Rust #9F2F03
Tints of Rust #9F2F03
RGB
CMYK
RGB Variations
Color information
#9F2F03 (or 0x9F2F03) is known color: Rust. HEX triplet: 9F, 2F and 03. RGB value is (159,47,3). Sum of RGB (Red+Green+Blue) = 159+47+3=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2F03 is #60D0FC. Grayscale: #4B4B4B. Windows color (decimal): -6344957 or 208799. OLE color: 208799.
HSL color Cylindrical-coordinate representation of color #9F2F03: hue angle of 16.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F2F03 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.38 |
| HSL | 16.92º | 0.96% | 0.32% | - |
| HSV(B) | 16.92º | 0.98% | 0.62% | - |
| XYZ | 15.33 | 9.41 | 1.09 | - |
| YUV | 75.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 3 | 0 | 0.70 | 0.98 | 0.38 | 16.92 | 0.96 | 0.32 |
| Hex | 9F | 2F | 3 | 0 | 46 | 62 | 26 | 11 | 60 | 20 |
| Octal | 237 | 57 | 3 | 0 | 106 | 142 | 46 | 21 | 140 | 40 |
| Binary | 10011111 | 101111 | 11 | 0 | 1000110 | 1100010 | 100110 | 10001 | 1100000 | 100000 |
Color Harmonies of #9F2F03
Complementary color
Monochromatic Colors of #9F2F03
Black with #9F2F03
Text Example
Text Example
White with #9F2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F03; }
p { color: rgb(159,47,3); }
H1.HeaderClassName
{
color: #9F2F03;
}
.AnyTagClassName
{
color: #9F2F03;
}
</style>
background-color css
<style>
a { background-color: #9F2F03; }
a { background-color: rgb(159,47,3); }
div.DivClassName
{
background-color: #9F2F03;
}
.BgClassName
{
background-color: #9F2F03;
}
</style>
border-color css
<style>
span { border-color: #9F2F03; }
span { border-color: rgb(159,47,3); }
td.TdClassName
{
border-color: #9F2F03;
}
.TagClassName
{
border-color: #9F2F03;
}
</style>