Shades of Rust #9D3000
Tints of Rust #9D3000
RGB
CMYK
RGB Variations
Color information
#9D3000 (or 0x9D3000) is known color: Rust. HEX triplet: 9D, 30 and 00. RGB value is (157,48,0). Sum of RGB (Red+Green+Blue) = 157+48+0=205 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.59% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3000 is #62CFFF. Grayscale: #4B4B4B. Windows color (decimal): -6475776 or 12445. OLE color: 12445.
HSL color Cylindrical-coordinate representation of color #9D3000: hue angle of 18.34º 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 #9D3000 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.38 |
| HSL | 18.34º | 1% | 0.31% | - |
| HSV(B) | 18.34º | 1% | 0.62% | - |
| XYZ | 14.96 | 9.28 | 1 | - |
| YUV | 75.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 0 | 0 | 0.69 | 1 | 0.38 | 18.34 | 1 | 0.31 |
| Hex | 9D | 30 | 0 | 0 | 45 | 64 | 26 | 12 | 64 | 1F |
| Octal | 235 | 60 | 0 | 0 | 105 | 144 | 46 | 22 | 144 | 37 |
| Binary | 10011101 | 110000 | 0 | 0 | 1000101 | 1100100 | 100110 | 10010 | 1100100 | 11111 |
Color Harmonies of #9D3000
Complementary color
Monochromatic Colors of #9D3000
Black with #9D3000
Text Example
Text Example
White with #9D3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3000; }
p { color: rgb(157,48,0); }
H1.HeaderClassName
{
color: #9D3000;
}
.AnyTagClassName
{
color: #9D3000;
}
</style>
background-color css
<style>
a { background-color: #9D3000; }
a { background-color: rgb(157,48,0); }
div.DivClassName
{
background-color: #9D3000;
}
.BgClassName
{
background-color: #9D3000;
}
</style>
border-color css
<style>
span { border-color: #9D3000; }
span { border-color: rgb(157,48,0); }
td.TdClassName
{
border-color: #9D3000;
}
.TagClassName
{
border-color: #9D3000;
}
</style>