Shades of Rust #C9460C
Tints of Rust #C9460C
RGB
CMYK
RGB Variations
Color information
#C9460C (or 0xC9460C) is known color: Rust. HEX triplet: C9, 46 and 0C. RGB value is (201,70,12). Sum of RGB (Red+Green+Blue) = 201+70+12=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9460C is #36B9F3. Grayscale: #666666. Windows color (decimal): -3586548 or 804553. OLE color: 804553.
HSL color Cylindrical-coordinate representation of color #C9460C: hue angle of 18.41º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9460C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.21 |
| HSL | 18.41º | 0.89% | 0.42% | - |
| HSV(B) | 18.41º | 0.94% | 0.79% | - |
| XYZ | 26.34 | 16.82 | 2.21 | - |
| YUV | 102.56 | 76.9 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 12 | 0 | 0.65 | 0.94 | 0.21 | 18.41 | 0.89 | 0.42 |
| Hex | C9 | 46 | C | 0 | 41 | 5E | 15 | 12 | 59 | 2A |
| Octal | 311 | 106 | 14 | 0 | 101 | 136 | 25 | 22 | 131 | 52 |
| Binary | 11001001 | 1000110 | 1100 | 0 | 1000001 | 1011110 | 10101 | 10010 | 1011001 | 101010 |
Color Harmonies of #C9460C
Complementary color
Monochromatic Colors of #C9460C
Black with #C9460C
Text Example
Text Example
White with #C9460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9460C; }
p { color: rgb(201,70,12); }
H1.HeaderClassName
{
color: #C9460C;
}
.AnyTagClassName
{
color: #C9460C;
}
</style>
background-color css
<style>
a { background-color: #C9460C; }
a { background-color: rgb(201,70,12); }
div.DivClassName
{
background-color: #C9460C;
}
.BgClassName
{
background-color: #C9460C;
}
</style>
border-color css
<style>
span { border-color: #C9460C; }
span { border-color: rgb(201,70,12); }
td.TdClassName
{
border-color: #C9460C;
}
.TagClassName
{
border-color: #C9460C;
}
</style>