Shades of Rust #C7460C
Tints of Rust #C7460C
RGB
CMYK
RGB Variations
Color information
#C7460C (or 0xC7460C) is known color: Rust. HEX triplet: C7, 46 and 0C. RGB value is (199,70,12). Sum of RGB (Red+Green+Blue) = 199+70+12=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7460C is #38B9F3. Grayscale: #666666. Windows color (decimal): -3717620 or 804551. OLE color: 804551.
HSL color Cylindrical-coordinate representation of color #C7460C: hue angle of 18.61º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7460C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.22 |
| HSL | 18.61º | 0.89% | 0.41% | - |
| HSV(B) | 18.61º | 0.94% | 0.78% | - |
| XYZ | 25.81 | 16.55 | 2.18 | - |
| YUV | 101.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 12 | 0 | 0.65 | 0.94 | 0.22 | 18.61 | 0.89 | 0.41 |
| Hex | C7 | 46 | C | 0 | 41 | 5E | 16 | 13 | 59 | 29 |
| Octal | 307 | 106 | 14 | 0 | 101 | 136 | 26 | 23 | 131 | 51 |
| Binary | 11000111 | 1000110 | 1100 | 0 | 1000001 | 1011110 | 10110 | 10011 | 1011001 | 101001 |
Color Harmonies of #C7460C
Complementary color
Monochromatic Colors of #C7460C
Black with #C7460C
Text Example
Text Example
White with #C7460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7460C; }
p { color: rgb(199,70,12); }
H1.HeaderClassName
{
color: #C7460C;
}
.AnyTagClassName
{
color: #C7460C;
}
</style>
background-color css
<style>
a { background-color: #C7460C; }
a { background-color: rgb(199,70,12); }
div.DivClassName
{
background-color: #C7460C;
}
.BgClassName
{
background-color: #C7460C;
}
</style>
border-color css
<style>
span { border-color: #C7460C; }
span { border-color: rgb(199,70,12); }
td.TdClassName
{
border-color: #C7460C;
}
.TagClassName
{
border-color: #C7460C;
}
</style>