Shades of Rust #C64110
Tints of Rust #C64110
RGB
CMYK
RGB Variations
Color information
#C64110 (or 0xC64110) is known color: Rust. HEX triplet: C6, 41 and 10. RGB value is (198,65,16). Sum of RGB (Red+Green+Blue) = 198+65+16=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C64110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64110 is #39BEEF. Grayscale: #636363. Windows color (decimal): -3784432 or 1065414. OLE color: 1065414.
HSL color Cylindrical-coordinate representation of color #C64110: hue angle of 16.15º 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 #C64110 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.22 |
| HSL | 16.15º | 0.85% | 0.42% | - |
| HSV(B) | 16.15º | 0.92% | 0.78% | - |
| XYZ | 25.27 | 15.82 | 2.21 | - |
| YUV | 99.18 | 81.06 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 16 | 0 | 0.67 | 0.92 | 0.22 | 16.15 | 0.85 | 0.42 |
| Hex | C6 | 41 | 10 | 0 | 43 | 5C | 16 | 10 | 55 | 2A |
| Octal | 306 | 101 | 20 | 0 | 103 | 134 | 26 | 20 | 125 | 52 |
| Binary | 11000110 | 1000001 | 10000 | 0 | 1000011 | 1011100 | 10110 | 10000 | 1010101 | 101010 |
Color Harmonies of #C64110
Complementary color
Monochromatic Colors of #C64110
Black with #C64110
Text Example
Text Example
White with #C64110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64110; }
p { color: rgb(198,65,16); }
H1.HeaderClassName
{
color: #C64110;
}
.AnyTagClassName
{
color: #C64110;
}
</style>
background-color css
<style>
a { background-color: #C64110; }
a { background-color: rgb(198,65,16); }
div.DivClassName
{
background-color: #C64110;
}
.BgClassName
{
background-color: #C64110;
}
</style>
border-color css
<style>
span { border-color: #C64110; }
span { border-color: rgb(198,65,16); }
td.TdClassName
{
border-color: #C64110;
}
.TagClassName
{
border-color: #C64110;
}
</style>