Shades of Rust #C64716
Tints of Rust #C64716
RGB
CMYK
RGB Variations
Color information
#C64716 (or 0xC64716) is known color: Rust. HEX triplet: C6, 47 and 16. RGB value is (198,71,22). Sum of RGB (Red+Green+Blue) = 198+71+22=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C64716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64716 is #39B8E9. Grayscale: #676767. Windows color (decimal): -3782890 or 1460166. OLE color: 1460166.
HSL color Cylindrical-coordinate representation of color #C64716: hue angle of 16.7º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C64716 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 22 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.22 |
| HSL | 16.7º | 0.8% | 0.43% | - |
| HSV(B) | 16.7º | 0.89% | 0.78% | - |
| XYZ | 25.69 | 16.57 | 2.6 | - |
| YUV | 103.39 | 82.08 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 22 | 0 | 0.64 | 0.89 | 0.22 | 16.7 | 0.8 | 0.43 |
| Hex | C6 | 47 | 16 | 0 | 40 | 59 | 16 | 11 | 50 | 2B |
| Octal | 306 | 107 | 26 | 0 | 100 | 131 | 26 | 21 | 120 | 53 |
| Binary | 11000110 | 1000111 | 10110 | 0 | 1000000 | 1011001 | 10110 | 10001 | 1010000 | 101011 |
Color Harmonies of #C64716
Complementary color
Monochromatic Colors of #C64716
Black with #C64716
Text Example
Text Example
White with #C64716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64716; }
p { color: rgb(198,71,22); }
H1.HeaderClassName
{
color: #C64716;
}
.AnyTagClassName
{
color: #C64716;
}
</style>
background-color css
<style>
a { background-color: #C64716; }
a { background-color: rgb(198,71,22); }
div.DivClassName
{
background-color: #C64716;
}
.BgClassName
{
background-color: #C64716;
}
</style>
border-color css
<style>
span { border-color: #C64716; }
span { border-color: rgb(198,71,22); }
td.TdClassName
{
border-color: #C64716;
}
.TagClassName
{
border-color: #C64716;
}
</style>