Shades of Rust #9F3412
Tints of Rust #9F3412
RGB
CMYK
RGB Variations
Color information
#9F3412 (or 0x9F3412) is known color: Rust. HEX triplet: 9F, 34 and 12. RGB value is (159,52,18). Sum of RGB (Red+Green+Blue) = 159+52+18=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3412 is #60CBED. Grayscale: #505050. Windows color (decimal): -6343662 or 1193119. OLE color: 1193119.
HSL color Cylindrical-coordinate representation of color #9F3412: hue angle of 14.47º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F3412 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 18 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.38 |
| HSL | 14.47º | 0.8% | 0.35% | - |
| HSV(B) | 14.47º | 0.89% | 0.62% | - |
| XYZ | 15.64 | 9.87 | 1.65 | - |
| YUV | 80.12 | 92.95 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 18 | 0 | 0.67 | 0.89 | 0.38 | 14.47 | 0.8 | 0.35 |
| Hex | 9F | 34 | 12 | 0 | 43 | 59 | 26 | E | 50 | 23 |
| Octal | 237 | 64 | 22 | 0 | 103 | 131 | 46 | 16 | 120 | 43 |
| Binary | 10011111 | 110100 | 10010 | 0 | 1000011 | 1011001 | 100110 | 1110 | 1010000 | 100011 |
Color Harmonies of #9F3412
Complementary color
Monochromatic Colors of #9F3412
Black with #9F3412
Text Example
Text Example
White with #9F3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3412; }
p { color: rgb(159,52,18); }
H1.HeaderClassName
{
color: #9F3412;
}
.AnyTagClassName
{
color: #9F3412;
}
</style>
background-color css
<style>
a { background-color: #9F3412; }
a { background-color: rgb(159,52,18); }
div.DivClassName
{
background-color: #9F3412;
}
.BgClassName
{
background-color: #9F3412;
}
</style>
border-color css
<style>
span { border-color: #9F3412; }
span { border-color: rgb(159,52,18); }
td.TdClassName
{
border-color: #9F3412;
}
.TagClassName
{
border-color: #9F3412;
}
</style>