Shades of Rust #C74607
Tints of Rust #C74607
RGB
CMYK
RGB Variations
Color information
#C74607 (or 0xC74607) is known color: Rust. HEX triplet: C7, 46 and 07. RGB value is (199,70,7). Sum of RGB (Red+Green+Blue) = 199+70+7=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C74607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74607 is #38B9F8. Grayscale: #656565. Windows color (decimal): -3717625 or 476871. OLE color: 476871.
HSL color Cylindrical-coordinate representation of color #C74607: hue angle of 19.69º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C74607 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.22 |
| HSL | 19.69º | 0.93% | 0.4% | - |
| HSV(B) | 19.69º | 0.96% | 0.78% | - |
| XYZ | 25.78 | 16.54 | 2.03 | - |
| YUV | 101.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 7 | 0 | 0.65 | 0.96 | 0.22 | 19.69 | 0.93 | 0.4 |
| Hex | C7 | 46 | 7 | 0 | 41 | 60 | 16 | 14 | 5D | 28 |
| Octal | 307 | 106 | 7 | 0 | 101 | 140 | 26 | 24 | 135 | 50 |
| Binary | 11000111 | 1000110 | 111 | 0 | 1000001 | 1100000 | 10110 | 10100 | 1011101 | 101000 |
Color Harmonies of #C74607
Complementary color
Monochromatic Colors of #C74607
Black with #C74607
Text Example
Text Example
White with #C74607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74607; }
p { color: rgb(199,70,7); }
H1.HeaderClassName
{
color: #C74607;
}
.AnyTagClassName
{
color: #C74607;
}
</style>
background-color css
<style>
a { background-color: #C74607; }
a { background-color: rgb(199,70,7); }
div.DivClassName
{
background-color: #C74607;
}
.BgClassName
{
background-color: #C74607;
}
</style>
border-color css
<style>
span { border-color: #C74607; }
span { border-color: rgb(199,70,7); }
td.TdClassName
{
border-color: #C74607;
}
.TagClassName
{
border-color: #C74607;
}
</style>