Shades of Rust #9C2B06
Tints of Rust #9C2B06
RGB
CMYK
RGB Variations
Color information
#9C2B06 (or 0x9C2B06) is known color: Rust. HEX triplet: 9C, 2B and 06. RGB value is (156,43,6). Sum of RGB (Red+Green+Blue) = 156+43+6=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2B06 is #63D4F9. Grayscale: #484848. Windows color (decimal): -6542586 or 404380. OLE color: 404380.
HSL color Cylindrical-coordinate representation of color #9C2B06: hue angle of 14.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C2B06 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 6 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.39 |
| HSL | 14.8º | 0.93% | 0.32% | - |
| HSV(B) | 14.8º | 0.96% | 0.61% | - |
| XYZ | 14.61 | 8.81 | 1.1 | - |
| YUV | 72.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 6 | 0 | 0.72 | 0.96 | 0.39 | 14.8 | 0.93 | 0.32 |
| Hex | 9C | 2B | 6 | 0 | 48 | 60 | 27 | F | 5D | 20 |
| Octal | 234 | 53 | 6 | 0 | 110 | 140 | 47 | 17 | 135 | 40 |
| Binary | 10011100 | 101011 | 110 | 0 | 1001000 | 1100000 | 100111 | 1111 | 1011101 | 100000 |
Color Harmonies of #9C2B06
Complementary color
Monochromatic Colors of #9C2B06
Black with #9C2B06
Text Example
Text Example
White with #9C2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B06; }
p { color: rgb(156,43,6); }
H1.HeaderClassName
{
color: #9C2B06;
}
.AnyTagClassName
{
color: #9C2B06;
}
</style>
background-color css
<style>
a { background-color: #9C2B06; }
a { background-color: rgb(156,43,6); }
div.DivClassName
{
background-color: #9C2B06;
}
.BgClassName
{
background-color: #9C2B06;
}
</style>
border-color css
<style>
span { border-color: #9C2B06; }
span { border-color: rgb(156,43,6); }
td.TdClassName
{
border-color: #9C2B06;
}
.TagClassName
{
border-color: #9C2B06;
}
</style>