Shades of Rust #C64707
Tints of Rust #C64707
RGB
CMYK
RGB Variations
Color information
#C64707 (or 0xC64707) is known color: Rust. HEX triplet: C6, 47 and 07. RGB value is (198,71,7). Sum of RGB (Red+Green+Blue) = 198+71+7=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C64707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64707 is #39B8F8. Grayscale: #666666. Windows color (decimal): -3782905 or 477126. OLE color: 477126.
HSL color Cylindrical-coordinate representation of color #C64707: hue angle of 20.1º 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 #C64707 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.22 |
| HSL | 20.1º | 0.93% | 0.4% | - |
| HSV(B) | 20.1º | 0.96% | 0.78% | - |
| XYZ | 25.58 | 16.53 | 2.04 | - |
| YUV | 101.68 | 74.58 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 7 | 0 | 0.64 | 0.96 | 0.22 | 20.1 | 0.93 | 0.4 |
| Hex | C6 | 47 | 7 | 0 | 40 | 60 | 16 | 14 | 5D | 28 |
| Octal | 306 | 107 | 7 | 0 | 100 | 140 | 26 | 24 | 135 | 50 |
| Binary | 11000110 | 1000111 | 111 | 0 | 1000000 | 1100000 | 10110 | 10100 | 1011101 | 101000 |
Color Harmonies of #C64707
Complementary color
Monochromatic Colors of #C64707
Black with #C64707
Text Example
Text Example
White with #C64707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64707; }
p { color: rgb(198,71,7); }
H1.HeaderClassName
{
color: #C64707;
}
.AnyTagClassName
{
color: #C64707;
}
</style>
background-color css
<style>
a { background-color: #C64707; }
a { background-color: rgb(198,71,7); }
div.DivClassName
{
background-color: #C64707;
}
.BgClassName
{
background-color: #C64707;
}
</style>
border-color css
<style>
span { border-color: #C64707; }
span { border-color: rgb(198,71,7); }
td.TdClassName
{
border-color: #C64707;
}
.TagClassName
{
border-color: #C64707;
}
</style>