Shades of Rust #9D2906
Tints of Rust #9D2906
RGB
CMYK
RGB Variations
Color information
#9D2906 (or 0x9D2906) is known color: Rust. HEX triplet: 9D, 29 and 06. RGB value is (157,41,6). Sum of RGB (Red+Green+Blue) = 157+41+6=204 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.96% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2906 is #62D6F9. Grayscale: #474747. Windows color (decimal): -6477562 or 403869. OLE color: 403869.
HSL color Cylindrical-coordinate representation of color #9D2906: hue angle of 13.91º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D2906 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 41 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.38 |
| HSL | 13.91º | 0.93% | 0.32% | - |
| HSV(B) | 13.91º | 0.96% | 0.62% | - |
| XYZ | 14.73 | 8.77 | 1.09 | - |
| YUV | 71.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 41 | 6 | 0 | 0.74 | 0.96 | 0.38 | 13.91 | 0.93 | 0.32 |
| Hex | 9D | 29 | 6 | 0 | 4A | 60 | 26 | E | 5D | 20 |
| Octal | 235 | 51 | 6 | 0 | 112 | 140 | 46 | 16 | 135 | 40 |
| Binary | 10011101 | 101001 | 110 | 0 | 1001010 | 1100000 | 100110 | 1110 | 1011101 | 100000 |
Color Harmonies of #9D2906
Complementary color
Monochromatic Colors of #9D2906
Black with #9D2906
Text Example
Text Example
White with #9D2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2906; }
p { color: rgb(157,41,6); }
H1.HeaderClassName
{
color: #9D2906;
}
.AnyTagClassName
{
color: #9D2906;
}
</style>
background-color css
<style>
a { background-color: #9D2906; }
a { background-color: rgb(157,41,6); }
div.DivClassName
{
background-color: #9D2906;
}
.BgClassName
{
background-color: #9D2906;
}
</style>
border-color css
<style>
span { border-color: #9D2906; }
span { border-color: rgb(157,41,6); }
td.TdClassName
{
border-color: #9D2906;
}
.TagClassName
{
border-color: #9D2906;
}
</style>