Shades of Rust #C7460A
Tints of Rust #C7460A
RGB
CMYK
RGB Variations
Color information
#C7460A (or 0xC7460A) is known color: Rust. HEX triplet: C7, 46 and 0A. RGB value is (199,70,10). Sum of RGB (Red+Green+Blue) = 199+70+10=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7460A is #38B9F5. Grayscale: #666666. Windows color (decimal): -3717622 or 673479. OLE color: 673479.
HSL color Cylindrical-coordinate representation of color #C7460A: hue angle of 19.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7460A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.22 |
| HSL | 19.05º | 0.9% | 0.41% | - |
| HSV(B) | 19.05º | 0.95% | 0.78% | - |
| XYZ | 25.8 | 16.54 | 2.12 | - |
| YUV | 101.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 10 | 0 | 0.65 | 0.95 | 0.22 | 19.05 | 0.9 | 0.41 |
| Hex | C7 | 46 | A | 0 | 41 | 5F | 16 | 13 | 5A | 29 |
| Octal | 307 | 106 | 12 | 0 | 101 | 137 | 26 | 23 | 132 | 51 |
| Binary | 11000111 | 1000110 | 1010 | 0 | 1000001 | 1011111 | 10110 | 10011 | 1011010 | 101001 |
Color Harmonies of #C7460A
Complementary color
Monochromatic Colors of #C7460A
Black with #C7460A
Text Example
Text Example
White with #C7460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7460A; }
p { color: rgb(199,70,10); }
H1.HeaderClassName
{
color: #C7460A;
}
.AnyTagClassName
{
color: #C7460A;
}
</style>
background-color css
<style>
a { background-color: #C7460A; }
a { background-color: rgb(199,70,10); }
div.DivClassName
{
background-color: #C7460A;
}
.BgClassName
{
background-color: #C7460A;
}
</style>
border-color css
<style>
span { border-color: #C7460A; }
span { border-color: rgb(199,70,10); }
td.TdClassName
{
border-color: #C7460A;
}
.TagClassName
{
border-color: #C7460A;
}
</style>