Shades of Rust #9C2A05
Tints of Rust #9C2A05
RGB
CMYK
RGB Variations
Color information
#9C2A05 (or 0x9C2A05) is known color: Rust. HEX triplet: 9C, 2A and 05. RGB value is (156,42,5). Sum of RGB (Red+Green+Blue) = 156+42+5=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2A05 is #63D5FA. Grayscale: #484848. Windows color (decimal): -6542843 or 338588. OLE color: 338588.
HSL color Cylindrical-coordinate representation of color #9C2A05: hue angle of 14.7º 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 #9C2A05 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.39 |
| HSL | 14.7º | 0.94% | 0.32% | - |
| HSV(B) | 14.7º | 0.97% | 0.61% | - |
| XYZ | 14.57 | 8.73 | 1.06 | - |
| YUV | 71.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 5 | 0 | 0.73 | 0.97 | 0.39 | 14.7 | 0.94 | 0.32 |
| Hex | 9C | 2A | 5 | 0 | 49 | 61 | 27 | F | 5E | 20 |
| Octal | 234 | 52 | 5 | 0 | 111 | 141 | 47 | 17 | 136 | 40 |
| Binary | 10011100 | 101010 | 101 | 0 | 1001001 | 1100001 | 100111 | 1111 | 1011110 | 100000 |
Color Harmonies of #9C2A05
Complementary color
Monochromatic Colors of #9C2A05
Black with #9C2A05
Text Example
Text Example
White with #9C2A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A05; }
p { color: rgb(156,42,5); }
H1.HeaderClassName
{
color: #9C2A05;
}
.AnyTagClassName
{
color: #9C2A05;
}
</style>
background-color css
<style>
a { background-color: #9C2A05; }
a { background-color: rgb(156,42,5); }
div.DivClassName
{
background-color: #9C2A05;
}
.BgClassName
{
background-color: #9C2A05;
}
</style>
border-color css
<style>
span { border-color: #9C2A05; }
span { border-color: rgb(156,42,5); }
td.TdClassName
{
border-color: #9C2A05;
}
.TagClassName
{
border-color: #9C2A05;
}
</style>