Shades of Rust #9C2D05
Tints of Rust #9C2D05
RGB
CMYK
RGB Variations
Color information
#9C2D05 (or 0x9C2D05) is known color: Rust. HEX triplet: 9C, 2D and 05. RGB value is (156,45,5). Sum of RGB (Red+Green+Blue) = 156+45+5=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2D05 is #63D2FA. Grayscale: #494949. Windows color (decimal): -6542075 or 339356. OLE color: 339356.
HSL color Cylindrical-coordinate representation of color #9C2D05: hue angle of 15.89º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C2D05 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 45 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.39 |
| HSL | 15.89º | 0.94% | 0.32% | - |
| HSV(B) | 15.89º | 0.97% | 0.61% | - |
| XYZ | 14.68 | 8.96 | 1.1 | - |
| YUV | 73.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 5 | 0 | 0.71 | 0.97 | 0.39 | 15.89 | 0.94 | 0.32 |
| Hex | 9C | 2D | 5 | 0 | 47 | 61 | 27 | 10 | 5E | 20 |
| Octal | 234 | 55 | 5 | 0 | 107 | 141 | 47 | 20 | 136 | 40 |
| Binary | 10011100 | 101101 | 101 | 0 | 1000111 | 1100001 | 100111 | 10000 | 1011110 | 100000 |
Color Harmonies of #9C2D05
Complementary color
Monochromatic Colors of #9C2D05
Black with #9C2D05
Text Example
Text Example
White with #9C2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2D05; }
p { color: rgb(156,45,5); }
H1.HeaderClassName
{
color: #9C2D05;
}
.AnyTagClassName
{
color: #9C2D05;
}
</style>
background-color css
<style>
a { background-color: #9C2D05; }
a { background-color: rgb(156,45,5); }
div.DivClassName
{
background-color: #9C2D05;
}
.BgClassName
{
background-color: #9C2D05;
}
</style>
border-color css
<style>
span { border-color: #9C2D05; }
span { border-color: rgb(156,45,5); }
td.TdClassName
{
border-color: #9C2D05;
}
.TagClassName
{
border-color: #9C2D05;
}
</style>