Shades of Rust #C64510
Tints of Rust #C64510
RGB
CMYK
RGB Variations
Color information
#C64510 (or 0xC64510) is known color: Rust. HEX triplet: C6, 45 and 10. RGB value is (198,69,16). Sum of RGB (Red+Green+Blue) = 198+69+16=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C64510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64510 is #39BAEF. Grayscale: #656565. Windows color (decimal): -3783408 or 1066438. OLE color: 1066438.
HSL color Cylindrical-coordinate representation of color #C64510: hue angle of 17.47º 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 #C64510 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.22 |
| HSL | 17.47º | 0.85% | 0.42% | - |
| HSV(B) | 17.47º | 0.92% | 0.78% | - |
| XYZ | 25.51 | 16.3 | 2.29 | - |
| YUV | 101.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 16 | 0 | 0.65 | 0.92 | 0.22 | 17.47 | 0.85 | 0.42 |
| Hex | C6 | 45 | 10 | 0 | 41 | 5C | 16 | 11 | 55 | 2A |
| Octal | 306 | 105 | 20 | 0 | 101 | 134 | 26 | 21 | 125 | 52 |
| Binary | 11000110 | 1000101 | 10000 | 0 | 1000001 | 1011100 | 10110 | 10001 | 1010101 | 101010 |
Color Harmonies of #C64510
Complementary color
Monochromatic Colors of #C64510
Black with #C64510
Text Example
Text Example
White with #C64510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64510; }
p { color: rgb(198,69,16); }
H1.HeaderClassName
{
color: #C64510;
}
.AnyTagClassName
{
color: #C64510;
}
</style>
background-color css
<style>
a { background-color: #C64510; }
a { background-color: rgb(198,69,16); }
div.DivClassName
{
background-color: #C64510;
}
.BgClassName
{
background-color: #C64510;
}
</style>
border-color css
<style>
span { border-color: #C64510; }
span { border-color: rgb(198,69,16); }
td.TdClassName
{
border-color: #C64510;
}
.TagClassName
{
border-color: #C64510;
}
</style>