Shades of Rust #9D2804
Tints of Rust #9D2804
RGB
CMYK
RGB Variations
Color information
#9D2804 (or 0x9D2804) is known color: Rust. HEX triplet: 9D, 28 and 04. RGB value is (157,40,4). Sum of RGB (Red+Green+Blue) = 157+40+4=201 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.11% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2804 is #62D7FB. Grayscale: #474747. Windows color (decimal): -6477820 or 272541. OLE color: 272541.
HSL color Cylindrical-coordinate representation of color #9D2804: hue angle of 14.12º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D2804 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 4 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.38 |
| HSL | 14.12º | 0.95% | 0.32% | - |
| HSV(B) | 14.12º | 0.97% | 0.62% | - |
| XYZ | 14.69 | 8.69 | 1.02 | - |
| YUV | 70.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 4 | 0 | 0.75 | 0.97 | 0.38 | 14.12 | 0.95 | 0.32 |
| Hex | 9D | 28 | 4 | 0 | 4B | 61 | 26 | E | 5F | 20 |
| Octal | 235 | 50 | 4 | 0 | 113 | 141 | 46 | 16 | 137 | 40 |
| Binary | 10011101 | 101000 | 100 | 0 | 1001011 | 1100001 | 100110 | 1110 | 1011111 | 100000 |
Color Harmonies of #9D2804
Complementary color
Monochromatic Colors of #9D2804
Black with #9D2804
Text Example
Text Example
White with #9D2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2804; }
p { color: rgb(157,40,4); }
H1.HeaderClassName
{
color: #9D2804;
}
.AnyTagClassName
{
color: #9D2804;
}
</style>
background-color css
<style>
a { background-color: #9D2804; }
a { background-color: rgb(157,40,4); }
div.DivClassName
{
background-color: #9D2804;
}
.BgClassName
{
background-color: #9D2804;
}
</style>
border-color css
<style>
span { border-color: #9D2804; }
span { border-color: rgb(157,40,4); }
td.TdClassName
{
border-color: #9D2804;
}
.TagClassName
{
border-color: #9D2804;
}
</style>