Shades of Rust #C65118
Tints of Rust #C65118
RGB
CMYK
RGB Variations
Color information
#C65118 (or 0xC65118) is known color: Rust. HEX triplet: C6, 51 and 18. RGB value is (198,81,24). Sum of RGB (Red+Green+Blue) = 198+81+24=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65118 is #39AEE7. Grayscale: #6D6D6D. Windows color (decimal): -3780328 or 1593798. OLE color: 1593798.
HSL color Cylindrical-coordinate representation of color #C65118: hue angle of 19.66º 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 #C65118 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 24 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.22 |
| HSL | 19.66º | 0.78% | 0.44% | - |
| HSV(B) | 19.66º | 0.88% | 0.78% | - |
| XYZ | 26.4 | 17.96 | 2.94 | - |
| YUV | 109.49 | 79.76 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 24 | 0 | 0.59 | 0.88 | 0.22 | 19.66 | 0.78 | 0.44 |
| Hex | C6 | 51 | 18 | 0 | 3B | 58 | 16 | 14 | 4E | 2C |
| Octal | 306 | 121 | 30 | 0 | 73 | 130 | 26 | 24 | 116 | 54 |
| Binary | 11000110 | 1010001 | 11000 | 0 | 111011 | 1011000 | 10110 | 10100 | 1001110 | 101100 |
Color Harmonies of #C65118
Complementary color
Monochromatic Colors of #C65118
Black with #C65118
Text Example
Text Example
White with #C65118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65118; }
p { color: rgb(198,81,24); }
H1.HeaderClassName
{
color: #C65118;
}
.AnyTagClassName
{
color: #C65118;
}
</style>
background-color css
<style>
a { background-color: #C65118; }
a { background-color: rgb(198,81,24); }
div.DivClassName
{
background-color: #C65118;
}
.BgClassName
{
background-color: #C65118;
}
</style>
border-color css
<style>
span { border-color: #C65118; }
span { border-color: rgb(198,81,24); }
td.TdClassName
{
border-color: #C65118;
}
.TagClassName
{
border-color: #C65118;
}
</style>