Shades of Rust #C64607
Tints of Rust #C64607
RGB
CMYK
RGB Variations
Color information
#C64607 (or 0xC64607) is known color: Rust. HEX triplet: C6, 46 and 07. RGB value is (198,70,7). Sum of RGB (Red+Green+Blue) = 198+70+7=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C64607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64607 is #39B9F8. Grayscale: #656565. Windows color (decimal): -3783161 or 476870. OLE color: 476870.
HSL color Cylindrical-coordinate representation of color #C64607: hue angle of 19.79º 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 #C64607 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.22 |
| HSL | 19.79º | 0.93% | 0.4% | - |
| HSV(B) | 19.79º | 0.96% | 0.78% | - |
| XYZ | 25.52 | 16.4 | 2.02 | - |
| YUV | 101.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 7 | 0 | 0.65 | 0.96 | 0.22 | 19.79 | 0.93 | 0.4 |
| Hex | C6 | 46 | 7 | 0 | 41 | 60 | 16 | 14 | 5D | 28 |
| Octal | 306 | 106 | 7 | 0 | 101 | 140 | 26 | 24 | 135 | 50 |
| Binary | 11000110 | 1000110 | 111 | 0 | 1000001 | 1100000 | 10110 | 10100 | 1011101 | 101000 |
Color Harmonies of #C64607
Complementary color
Monochromatic Colors of #C64607
Black with #C64607
Text Example
Text Example
White with #C64607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64607; }
p { color: rgb(198,70,7); }
H1.HeaderClassName
{
color: #C64607;
}
.AnyTagClassName
{
color: #C64607;
}
</style>
background-color css
<style>
a { background-color: #C64607; }
a { background-color: rgb(198,70,7); }
div.DivClassName
{
background-color: #C64607;
}
.BgClassName
{
background-color: #C64607;
}
</style>
border-color css
<style>
span { border-color: #C64607; }
span { border-color: rgb(198,70,7); }
td.TdClassName
{
border-color: #C64607;
}
.TagClassName
{
border-color: #C64607;
}
</style>