Shades of Rust #9F3203
Tints of Rust #9F3203
RGB
CMYK
RGB Variations
Color information
#9F3203 (or 0x9F3203) is known color: Rust. HEX triplet: 9F, 32 and 03. RGB value is (159,50,3). Sum of RGB (Red+Green+Blue) = 159+50+3=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3203 is #60CDFC. Grayscale: #4D4D4D. Windows color (decimal): -6344189 or 209567. OLE color: 209567.
HSL color Cylindrical-coordinate representation of color #9F3203: hue angle of 18.08º 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 #9F3203 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.38 |
| HSL | 18.08º | 0.96% | 0.32% | - |
| HSV(B) | 18.08º | 0.98% | 0.62% | - |
| XYZ | 15.46 | 9.66 | 1.14 | - |
| YUV | 77.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 3 | 0 | 0.69 | 0.98 | 0.38 | 18.08 | 0.96 | 0.32 |
| Hex | 9F | 32 | 3 | 0 | 45 | 62 | 26 | 12 | 60 | 20 |
| Octal | 237 | 62 | 3 | 0 | 105 | 142 | 46 | 22 | 140 | 40 |
| Binary | 10011111 | 110010 | 11 | 0 | 1000101 | 1100010 | 100110 | 10010 | 1100000 | 100000 |
Color Harmonies of #9F3203
Complementary color
Monochromatic Colors of #9F3203
Black with #9F3203
Text Example
Text Example
White with #9F3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3203; }
p { color: rgb(159,50,3); }
H1.HeaderClassName
{
color: #9F3203;
}
.AnyTagClassName
{
color: #9F3203;
}
</style>
background-color css
<style>
a { background-color: #9F3203; }
a { background-color: rgb(159,50,3); }
div.DivClassName
{
background-color: #9F3203;
}
.BgClassName
{
background-color: #9F3203;
}
</style>
border-color css
<style>
span { border-color: #9F3203; }
span { border-color: rgb(159,50,3); }
td.TdClassName
{
border-color: #9F3203;
}
.TagClassName
{
border-color: #9F3203;
}
</style>