Shades of Rust #C04018
Tints of Rust #C04018
RGB
CMYK
RGB Variations
Color information
#C04018 (or 0xC04018) is known color: Rust. HEX triplet: C0, 40 and 18. RGB value is (192,64,24). Sum of RGB (Red+Green+Blue) = 192+64+24=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C04018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04018 is #3FBFE7. Grayscale: #616161. Windows color (decimal): -4177896 or 1589440. OLE color: 1589440.
HSL color Cylindrical-coordinate representation of color #C04018: hue angle of 14.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C04018 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 24 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.25 |
| HSL | 14.29º | 0.78% | 0.42% | - |
| HSV(B) | 14.29º | 0.88% | 0.75% | - |
| XYZ | 23.74 | 14.94 | 2.5 | - |
| YUV | 97.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 24 | 0 | 0.67 | 0.88 | 0.25 | 14.29 | 0.78 | 0.42 |
| Hex | C0 | 40 | 18 | 0 | 43 | 58 | 19 | E | 4E | 2A |
| Octal | 300 | 100 | 30 | 0 | 103 | 130 | 31 | 16 | 116 | 52 |
| Binary | 11000000 | 1000000 | 11000 | 0 | 1000011 | 1011000 | 11001 | 1110 | 1001110 | 101010 |
Color Harmonies of #C04018
Complementary color
Monochromatic Colors of #C04018
Black with #C04018
Text Example
Text Example
White with #C04018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04018; }
p { color: rgb(192,64,24); }
H1.HeaderClassName
{
color: #C04018;
}
.AnyTagClassName
{
color: #C04018;
}
</style>
background-color css
<style>
a { background-color: #C04018; }
a { background-color: rgb(192,64,24); }
div.DivClassName
{
background-color: #C04018;
}
.BgClassName
{
background-color: #C04018;
}
</style>
border-color css
<style>
span { border-color: #C04018; }
span { border-color: rgb(192,64,24); }
td.TdClassName
{
border-color: #C04018;
}
.TagClassName
{
border-color: #C04018;
}
</style>