Shades of Rust #C9460D
Tints of Rust #C9460D
RGB
CMYK
RGB Variations
Color information
#C9460D (or 0xC9460D) is known color: Rust. HEX triplet: C9, 46 and 0D. RGB value is (201,70,13). Sum of RGB (Red+Green+Blue) = 201+70+13=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9460D is #36B9F2. Grayscale: #676767. Windows color (decimal): -3586547 or 870089. OLE color: 870089.
HSL color Cylindrical-coordinate representation of color #C9460D: hue angle of 18.19º degrees, saturation: 0.88, 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 #C9460D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.21 |
| HSL | 18.19º | 0.88% | 0.42% | - |
| HSV(B) | 18.19º | 0.94% | 0.79% | - |
| XYZ | 26.35 | 16.83 | 2.24 | - |
| YUV | 102.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 13 | 0 | 0.65 | 0.94 | 0.21 | 18.19 | 0.88 | 0.42 |
| Hex | C9 | 46 | D | 0 | 41 | 5E | 15 | 12 | 58 | 2A |
| Octal | 311 | 106 | 15 | 0 | 101 | 136 | 25 | 22 | 130 | 52 |
| Binary | 11001001 | 1000110 | 1101 | 0 | 1000001 | 1011110 | 10101 | 10010 | 1011000 | 101010 |
Color Harmonies of #C9460D
Complementary color
Monochromatic Colors of #C9460D
Black with #C9460D
Text Example
Text Example
White with #C9460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9460D; }
p { color: rgb(201,70,13); }
H1.HeaderClassName
{
color: #C9460D;
}
.AnyTagClassName
{
color: #C9460D;
}
</style>
background-color css
<style>
a { background-color: #C9460D; }
a { background-color: rgb(201,70,13); }
div.DivClassName
{
background-color: #C9460D;
}
.BgClassName
{
background-color: #C9460D;
}
</style>
border-color css
<style>
span { border-color: #C9460D; }
span { border-color: rgb(201,70,13); }
td.TdClassName
{
border-color: #C9460D;
}
.TagClassName
{
border-color: #C9460D;
}
</style>