Shades of Rust #9F3805
Tints of Rust #9F3805
RGB
CMYK
RGB Variations
Color information
#9F3805 (or 0x9F3805) is known color: Rust. HEX triplet: 9F, 38 and 05. RGB value is (159,56,5). Sum of RGB (Red+Green+Blue) = 159+56+5=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3805 is #60C7FA. Grayscale: #515151. Windows color (decimal): -6342651 or 342175. OLE color: 342175.
HSL color Cylindrical-coordinate representation of color #9F3805: hue angle of 19.87º 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 #9F3805 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.38 |
| HSL | 19.87º | 0.94% | 0.32% | - |
| HSV(B) | 19.87º | 0.97% | 0.62% | - |
| XYZ | 15.74 | 10.21 | 1.28 | - |
| YUV | 80.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 5 | 0 | 0.65 | 0.97 | 0.38 | 19.87 | 0.94 | 0.32 |
| Hex | 9F | 38 | 5 | 0 | 41 | 61 | 26 | 14 | 5E | 20 |
| Octal | 237 | 70 | 5 | 0 | 101 | 141 | 46 | 24 | 136 | 40 |
| Binary | 10011111 | 111000 | 101 | 0 | 1000001 | 1100001 | 100110 | 10100 | 1011110 | 100000 |
Color Harmonies of #9F3805
Complementary color
Monochromatic Colors of #9F3805
Black with #9F3805
Text Example
Text Example
White with #9F3805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3805; }
p { color: rgb(159,56,5); }
H1.HeaderClassName
{
color: #9F3805;
}
.AnyTagClassName
{
color: #9F3805;
}
</style>
background-color css
<style>
a { background-color: #9F3805; }
a { background-color: rgb(159,56,5); }
div.DivClassName
{
background-color: #9F3805;
}
.BgClassName
{
background-color: #9F3805;
}
</style>
border-color css
<style>
span { border-color: #9F3805; }
span { border-color: rgb(159,56,5); }
td.TdClassName
{
border-color: #9F3805;
}
.TagClassName
{
border-color: #9F3805;
}
</style>