Shades of Rust #9D3003
Tints of Rust #9D3003
RGB
CMYK
RGB Variations
Color information
#9D3003 (or 0x9D3003) is known color: Rust. HEX triplet: 9D, 30 and 03. RGB value is (157,48,3). Sum of RGB (Red+Green+Blue) = 157+48+3=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3003 is #62CFFC. Grayscale: #4B4B4B. Windows color (decimal): -6475773 or 209053. OLE color: 209053.
HSL color Cylindrical-coordinate representation of color #9D3003: hue angle of 17.53º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D3003 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.38 |
| HSL | 17.53º | 0.96% | 0.31% | - |
| HSV(B) | 17.53º | 0.98% | 0.62% | - |
| XYZ | 14.98 | 9.29 | 1.09 | - |
| YUV | 75.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 3 | 0 | 0.69 | 0.98 | 0.38 | 17.53 | 0.96 | 0.31 |
| Hex | 9D | 30 | 3 | 0 | 45 | 62 | 26 | 12 | 60 | 1F |
| Octal | 235 | 60 | 3 | 0 | 105 | 142 | 46 | 22 | 140 | 37 |
| Binary | 10011101 | 110000 | 11 | 0 | 1000101 | 1100010 | 100110 | 10010 | 1100000 | 11111 |
Color Harmonies of #9D3003
Complementary color
Monochromatic Colors of #9D3003
Black with #9D3003
Text Example
Text Example
White with #9D3003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3003; }
p { color: rgb(157,48,3); }
H1.HeaderClassName
{
color: #9D3003;
}
.AnyTagClassName
{
color: #9D3003;
}
</style>
background-color css
<style>
a { background-color: #9D3003; }
a { background-color: rgb(157,48,3); }
div.DivClassName
{
background-color: #9D3003;
}
.BgClassName
{
background-color: #9D3003;
}
</style>
border-color css
<style>
span { border-color: #9D3003; }
span { border-color: rgb(157,48,3); }
td.TdClassName
{
border-color: #9D3003;
}
.TagClassName
{
border-color: #9D3003;
}
</style>