Shades of Rust #9F3800
Tints of Rust #9F3800
RGB
CMYK
RGB Variations
Color information
#9F3800 (or 0x9F3800) is known color: Rust. HEX triplet: 9F, 38 and 00. RGB value is (159,56,0). Sum of RGB (Red+Green+Blue) = 159+56+0=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3800 is #60C7FF. Grayscale: #505050. Windows color (decimal): -6342656 or 14495. OLE color: 14495.
HSL color Cylindrical-coordinate representation of color #9F3800: hue angle of 21.13º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F3800 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.38 |
| HSL | 21.13º | 1% | 0.31% | - |
| HSV(B) | 21.13º | 1% | 0.62% | - |
| XYZ | 15.71 | 10.2 | 1.14 | - |
| YUV | 80.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 0 | 0 | 0.65 | 1 | 0.38 | 21.13 | 1 | 0.31 |
| Hex | 9F | 38 | 0 | 0 | 41 | 64 | 26 | 15 | 64 | 1F |
| Octal | 237 | 70 | 0 | 0 | 101 | 144 | 46 | 25 | 144 | 37 |
| Binary | 10011111 | 111000 | 0 | 0 | 1000001 | 1100100 | 100110 | 10101 | 1100100 | 11111 |
Color Harmonies of #9F3800
Complementary color
Monochromatic Colors of #9F3800
Black with #9F3800
Text Example
Text Example
White with #9F3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3800; }
p { color: rgb(159,56,0); }
H1.HeaderClassName
{
color: #9F3800;
}
.AnyTagClassName
{
color: #9F3800;
}
</style>
background-color css
<style>
a { background-color: #9F3800; }
a { background-color: rgb(159,56,0); }
div.DivClassName
{
background-color: #9F3800;
}
.BgClassName
{
background-color: #9F3800;
}
</style>
border-color css
<style>
span { border-color: #9F3800; }
span { border-color: rgb(159,56,0); }
td.TdClassName
{
border-color: #9F3800;
}
.TagClassName
{
border-color: #9F3800;
}
</style>