Shades of Rust #C64710
Tints of Rust #C64710
RGB
CMYK
RGB Variations
Color information
#C64710 (or 0xC64710) is known color: Rust. HEX triplet: C6, 47 and 10. RGB value is (198,71,16). Sum of RGB (Red+Green+Blue) = 198+71+16=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C64710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64710 is #39B8EF. Grayscale: #676767. Windows color (decimal): -3782896 or 1066950. OLE color: 1066950.
HSL color Cylindrical-coordinate representation of color #C64710: hue angle of 18.13º 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 #C64710 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 16 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.22 |
| HSL | 18.13º | 0.85% | 0.42% | - |
| HSV(B) | 18.13º | 0.92% | 0.78% | - |
| XYZ | 25.64 | 16.55 | 2.33 | - |
| YUV | 102.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 16 | 0 | 0.64 | 0.92 | 0.22 | 18.13 | 0.85 | 0.42 |
| Hex | C6 | 47 | 10 | 0 | 40 | 5C | 16 | 12 | 55 | 2A |
| Octal | 306 | 107 | 20 | 0 | 100 | 134 | 26 | 22 | 125 | 52 |
| Binary | 11000110 | 1000111 | 10000 | 0 | 1000000 | 1011100 | 10110 | 10010 | 1010101 | 101010 |
Color Harmonies of #C64710
Complementary color
Monochromatic Colors of #C64710
Black with #C64710
Text Example
Text Example
White with #C64710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64710; }
p { color: rgb(198,71,16); }
H1.HeaderClassName
{
color: #C64710;
}
.AnyTagClassName
{
color: #C64710;
}
</style>
background-color css
<style>
a { background-color: #C64710; }
a { background-color: rgb(198,71,16); }
div.DivClassName
{
background-color: #C64710;
}
.BgClassName
{
background-color: #C64710;
}
</style>
border-color css
<style>
span { border-color: #C64710; }
span { border-color: rgb(198,71,16); }
td.TdClassName
{
border-color: #C64710;
}
.TagClassName
{
border-color: #C64710;
}
</style>