Shades of Rust #C64518
Tints of Rust #C64518
RGB
CMYK
RGB Variations
Color information
#C64518 (or 0xC64518) is known color: Rust. HEX triplet: C6, 45 and 18. RGB value is (198,69,24). Sum of RGB (Red+Green+Blue) = 198+69+24=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C64518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64518 is #39BAE7. Grayscale: #666666. Windows color (decimal): -3783400 or 1590726. OLE color: 1590726.
HSL color Cylindrical-coordinate representation of color #C64518: hue angle of 15.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C64518 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 24 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.22 |
| HSL | 15.52º | 0.78% | 0.44% | - |
| HSV(B) | 15.52º | 0.88% | 0.78% | - |
| XYZ | 25.58 | 16.33 | 2.67 | - |
| YUV | 102.44 | 83.74 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 24 | 0 | 0.65 | 0.88 | 0.22 | 15.52 | 0.78 | 0.44 |
| Hex | C6 | 45 | 18 | 0 | 41 | 58 | 16 | 10 | 4E | 2C |
| Octal | 306 | 105 | 30 | 0 | 101 | 130 | 26 | 20 | 116 | 54 |
| Binary | 11000110 | 1000101 | 11000 | 0 | 1000001 | 1011000 | 10110 | 10000 | 1001110 | 101100 |
Color Harmonies of #C64518
Complementary color
Monochromatic Colors of #C64518
Black with #C64518
Text Example
Text Example
White with #C64518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64518; }
p { color: rgb(198,69,24); }
H1.HeaderClassName
{
color: #C64518;
}
.AnyTagClassName
{
color: #C64518;
}
</style>
background-color css
<style>
a { background-color: #C64518; }
a { background-color: rgb(198,69,24); }
div.DivClassName
{
background-color: #C64518;
}
.BgClassName
{
background-color: #C64518;
}
</style>
border-color css
<style>
span { border-color: #C64518; }
span { border-color: rgb(198,69,24); }
td.TdClassName
{
border-color: #C64518;
}
.TagClassName
{
border-color: #C64518;
}
</style>