Shades of Rust #9D2F08
Tints of Rust #9D2F08
RGB
CMYK
RGB Variations
Color information
#9D2F08 (or 0x9D2F08) is known color: Rust. HEX triplet: 9D, 2F and 08. RGB value is (157,47,8). Sum of RGB (Red+Green+Blue) = 157+47+8=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2F08 is #62D0F7. Grayscale: #4B4B4B. Windows color (decimal): -6476024 or 536477. OLE color: 536477.
HSL color Cylindrical-coordinate representation of color #9D2F08: hue angle of 15.7º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D2F08 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 47 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.38 |
| HSL | 15.7º | 0.9% | 0.32% | - |
| HSV(B) | 15.7º | 0.95% | 0.62% | - |
| XYZ | 14.96 | 9.22 | 1.22 | - |
| YUV | 75.44 | 89.94 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 47 | 8 | 0 | 0.70 | 0.95 | 0.38 | 15.7 | 0.9 | 0.32 |
| Hex | 9D | 2F | 8 | 0 | 46 | 5F | 26 | 10 | 5A | 20 |
| Octal | 235 | 57 | 10 | 0 | 106 | 137 | 46 | 20 | 132 | 40 |
| Binary | 10011101 | 101111 | 1000 | 0 | 1000110 | 1011111 | 100110 | 10000 | 1011010 | 100000 |
Color Harmonies of #9D2F08
Complementary color
Monochromatic Colors of #9D2F08
Black with #9D2F08
Text Example
Text Example
White with #9D2F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2F08; }
p { color: rgb(157,47,8); }
H1.HeaderClassName
{
color: #9D2F08;
}
.AnyTagClassName
{
color: #9D2F08;
}
</style>
background-color css
<style>
a { background-color: #9D2F08; }
a { background-color: rgb(157,47,8); }
div.DivClassName
{
background-color: #9D2F08;
}
.BgClassName
{
background-color: #9D2F08;
}
</style>
border-color css
<style>
span { border-color: #9D2F08; }
span { border-color: rgb(157,47,8); }
td.TdClassName
{
border-color: #9D2F08;
}
.TagClassName
{
border-color: #9D2F08;
}
</style>