Shades of Rust #C64610
Tints of Rust #C64610
RGB
CMYK
RGB Variations
Color information
#C64610 (or 0xC64610) is known color: Rust. HEX triplet: C6, 46 and 10. RGB value is (198,70,16). Sum of RGB (Red+Green+Blue) = 198+70+16=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C64610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64610 is #39B9EF. Grayscale: #666666. Windows color (decimal): -3783152 or 1066694. OLE color: 1066694.
HSL color Cylindrical-coordinate representation of color #C64610: hue angle of 17.8º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C64610 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.22 |
| HSL | 17.8º | 0.85% | 0.42% | - |
| HSV(B) | 17.8º | 0.92% | 0.78% | - |
| XYZ | 25.57 | 16.42 | 2.31 | - |
| YUV | 102.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 16 | 0 | 0.65 | 0.92 | 0.22 | 17.8 | 0.85 | 0.42 |
| Hex | C6 | 46 | 10 | 0 | 41 | 5C | 16 | 12 | 55 | 2A |
| Octal | 306 | 106 | 20 | 0 | 101 | 134 | 26 | 22 | 125 | 52 |
| Binary | 11000110 | 1000110 | 10000 | 0 | 1000001 | 1011100 | 10110 | 10010 | 1010101 | 101010 |
Color Harmonies of #C64610
Complementary color
Monochromatic Colors of #C64610
Black with #C64610
Text Example
Text Example
White with #C64610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64610; }
p { color: rgb(198,70,16); }
H1.HeaderClassName
{
color: #C64610;
}
.AnyTagClassName
{
color: #C64610;
}
</style>
background-color css
<style>
a { background-color: #C64610; }
a { background-color: rgb(198,70,16); }
div.DivClassName
{
background-color: #C64610;
}
.BgClassName
{
background-color: #C64610;
}
</style>
border-color css
<style>
span { border-color: #C64610; }
span { border-color: rgb(198,70,16); }
td.TdClassName
{
border-color: #C64610;
}
.TagClassName
{
border-color: #C64610;
}
</style>