Shades of Rust #C64711
Tints of Rust #C64711
RGB
CMYK
RGB Variations
Color information
#C64711 (or 0xC64711) is known color: Rust. HEX triplet: C6, 47 and 11. RGB value is (198,71,17). Sum of RGB (Red+Green+Blue) = 198+71+17=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C64711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64711 is #39B8EE. Grayscale: #676767. Windows color (decimal): -3782895 or 1132486. OLE color: 1132486.
HSL color Cylindrical-coordinate representation of color #C64711: hue angle of 17.9º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C64711 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 17 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.22 |
| HSL | 17.9º | 0.84% | 0.42% | - |
| HSV(B) | 17.9º | 0.91% | 0.78% | - |
| XYZ | 25.64 | 16.55 | 2.37 | - |
| YUV | 102.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 17 | 0 | 0.64 | 0.91 | 0.22 | 17.9 | 0.84 | 0.42 |
| Hex | C6 | 47 | 11 | 0 | 40 | 5B | 16 | 12 | 54 | 2A |
| Octal | 306 | 107 | 21 | 0 | 100 | 133 | 26 | 22 | 124 | 52 |
| Binary | 11000110 | 1000111 | 10001 | 0 | 1000000 | 1011011 | 10110 | 10010 | 1010100 | 101010 |
Color Harmonies of #C64711
Complementary color
Monochromatic Colors of #C64711
Black with #C64711
Text Example
Text Example
White with #C64711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64711; }
p { color: rgb(198,71,17); }
H1.HeaderClassName
{
color: #C64711;
}
.AnyTagClassName
{
color: #C64711;
}
</style>
background-color css
<style>
a { background-color: #C64711; }
a { background-color: rgb(198,71,17); }
div.DivClassName
{
background-color: #C64711;
}
.BgClassName
{
background-color: #C64711;
}
</style>
border-color css
<style>
span { border-color: #C64711; }
span { border-color: rgb(198,71,17); }
td.TdClassName
{
border-color: #C64711;
}
.TagClassName
{
border-color: #C64711;
}
</style>