Shades of Rust #9F3103
Tints of Rust #9F3103
RGB
CMYK
RGB Variations
Color information
#9F3103 (or 0x9F3103) is known color: Rust. HEX triplet: 9F, 31 and 03. RGB value is (159,49,3). Sum of RGB (Red+Green+Blue) = 159+49+3=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3103 is #60CEFC. Grayscale: #4C4C4C. Windows color (decimal): -6344445 or 209311. OLE color: 209311.
HSL color Cylindrical-coordinate representation of color #9F3103: hue angle of 17.69º 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 #9F3103 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.38 |
| HSL | 17.69º | 0.96% | 0.32% | - |
| HSV(B) | 17.69º | 0.98% | 0.62% | - |
| XYZ | 15.41 | 9.57 | 1.12 | - |
| YUV | 76.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 3 | 0 | 0.69 | 0.98 | 0.38 | 17.69 | 0.96 | 0.32 |
| Hex | 9F | 31 | 3 | 0 | 45 | 62 | 26 | 12 | 60 | 20 |
| Octal | 237 | 61 | 3 | 0 | 105 | 142 | 46 | 22 | 140 | 40 |
| Binary | 10011111 | 110001 | 11 | 0 | 1000101 | 1100010 | 100110 | 10010 | 1100000 | 100000 |
Color Harmonies of #9F3103
Complementary color
Monochromatic Colors of #9F3103
Black with #9F3103
Text Example
Text Example
White with #9F3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3103; }
p { color: rgb(159,49,3); }
H1.HeaderClassName
{
color: #9F3103;
}
.AnyTagClassName
{
color: #9F3103;
}
</style>
background-color css
<style>
a { background-color: #9F3103; }
a { background-color: rgb(159,49,3); }
div.DivClassName
{
background-color: #9F3103;
}
.BgClassName
{
background-color: #9F3103;
}
</style>
border-color css
<style>
span { border-color: #9F3103; }
span { border-color: rgb(159,49,3); }
td.TdClassName
{
border-color: #9F3103;
}
.TagClassName
{
border-color: #9F3103;
}
</style>