Shades of Rust #C64416
Tints of Rust #C64416
RGB
CMYK
RGB Variations
Color information
#C64416 (or 0xC64416) is known color: Rust. HEX triplet: C6, 44 and 16. RGB value is (198,68,22). Sum of RGB (Red+Green+Blue) = 198+68+22=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C64416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64416 is #39BBE9. Grayscale: #656565. Windows color (decimal): -3783658 or 1459398. OLE color: 1459398.
HSL color Cylindrical-coordinate representation of color #C64416: hue angle of 15.68º 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 #C64416 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.22 |
| HSL | 15.68º | 0.8% | 0.43% | - |
| HSV(B) | 15.68º | 0.89% | 0.78% | - |
| XYZ | 25.5 | 16.2 | 2.54 | - |
| YUV | 101.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 22 | 0 | 0.66 | 0.89 | 0.22 | 15.68 | 0.8 | 0.43 |
| Hex | C6 | 44 | 16 | 0 | 42 | 59 | 16 | 10 | 50 | 2B |
| Octal | 306 | 104 | 26 | 0 | 102 | 131 | 26 | 20 | 120 | 53 |
| Binary | 11000110 | 1000100 | 10110 | 0 | 1000010 | 1011001 | 10110 | 10000 | 1010000 | 101011 |
Color Harmonies of #C64416
Complementary color
Monochromatic Colors of #C64416
Black with #C64416
Text Example
Text Example
White with #C64416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64416; }
p { color: rgb(198,68,22); }
H1.HeaderClassName
{
color: #C64416;
}
.AnyTagClassName
{
color: #C64416;
}
</style>
background-color css
<style>
a { background-color: #C64416; }
a { background-color: rgb(198,68,22); }
div.DivClassName
{
background-color: #C64416;
}
.BgClassName
{
background-color: #C64416;
}
</style>
border-color css
<style>
span { border-color: #C64416; }
span { border-color: rgb(198,68,22); }
td.TdClassName
{
border-color: #C64416;
}
.TagClassName
{
border-color: #C64416;
}
</style>