Shades of Rust #9D2C03
Tints of Rust #9D2C03
RGB
CMYK
RGB Variations
Color information
#9D2C03 (or 0x9D2C03) is known color: Rust. HEX triplet: 9D, 2C and 03. RGB value is (157,44,3). Sum of RGB (Red+Green+Blue) = 157+44+3=204 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.96% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2C03 is #62D3FC. Grayscale: #494949. Windows color (decimal): -6476797 or 208029. OLE color: 208029.
HSL color Cylindrical-coordinate representation of color #9D2C03: hue angle of 15.97º 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 #9D2C03 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.38 |
| HSL | 15.97º | 0.96% | 0.31% | - |
| HSV(B) | 15.97º | 0.98% | 0.62% | - |
| XYZ | 14.82 | 8.98 | 1.04 | - |
| YUV | 73.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 3 | 0 | 0.72 | 0.98 | 0.38 | 15.97 | 0.96 | 0.31 |
| Hex | 9D | 2C | 3 | 0 | 48 | 62 | 26 | 10 | 60 | 1F |
| Octal | 235 | 54 | 3 | 0 | 110 | 142 | 46 | 20 | 140 | 37 |
| Binary | 10011101 | 101100 | 11 | 0 | 1001000 | 1100010 | 100110 | 10000 | 1100000 | 11111 |
Color Harmonies of #9D2C03
Complementary color
Monochromatic Colors of #9D2C03
Black with #9D2C03
Text Example
Text Example
White with #9D2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C03; }
p { color: rgb(157,44,3); }
H1.HeaderClassName
{
color: #9D2C03;
}
.AnyTagClassName
{
color: #9D2C03;
}
</style>
background-color css
<style>
a { background-color: #9D2C03; }
a { background-color: rgb(157,44,3); }
div.DivClassName
{
background-color: #9D2C03;
}
.BgClassName
{
background-color: #9D2C03;
}
</style>
border-color css
<style>
span { border-color: #9D2C03; }
span { border-color: rgb(157,44,3); }
td.TdClassName
{
border-color: #9D2C03;
}
.TagClassName
{
border-color: #9D2C03;
}
</style>