Shades of Rust #9D2600
Tints of Rust #9D2600
RGB
CMYK
RGB Variations
Color information
#9D2600 (or 0x9D2600) is known color: Rust. HEX triplet: 9D, 26 and 00. RGB value is (157,38,0). Sum of RGB (Red+Green+Blue) = 157+38+0=195 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.51% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2600 is #62D9FF. Grayscale: #454545. Windows color (decimal): -6478336 or 9885. OLE color: 9885.
HSL color Cylindrical-coordinate representation of color #9D2600: hue angle of 14.52º 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 #9D2600 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.38 |
| HSL | 14.52º | 1% | 0.31% | - |
| HSV(B) | 14.52º | 1% | 0.62% | - |
| XYZ | 14.6 | 8.55 | 0.88 | - |
| YUV | 69.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 0 | 0 | 0.76 | 1 | 0.38 | 14.52 | 1 | 0.31 |
| Hex | 9D | 26 | 0 | 0 | 4C | 64 | 26 | F | 64 | 1F |
| Octal | 235 | 46 | 0 | 0 | 114 | 144 | 46 | 17 | 144 | 37 |
| Binary | 10011101 | 100110 | 0 | 0 | 1001100 | 1100100 | 100110 | 1111 | 1100100 | 11111 |
Color Harmonies of #9D2600
Complementary color
Monochromatic Colors of #9D2600
Black with #9D2600
Text Example
Text Example
White with #9D2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2600; }
p { color: rgb(157,38,0); }
H1.HeaderClassName
{
color: #9D2600;
}
.AnyTagClassName
{
color: #9D2600;
}
</style>
background-color css
<style>
a { background-color: #9D2600; }
a { background-color: rgb(157,38,0); }
div.DivClassName
{
background-color: #9D2600;
}
.BgClassName
{
background-color: #9D2600;
}
</style>
border-color css
<style>
span { border-color: #9D2600; }
span { border-color: rgb(157,38,0); }
td.TdClassName
{
border-color: #9D2600;
}
.TagClassName
{
border-color: #9D2600;
}
</style>