Shades of Rust #C04016
Tints of Rust #C04016
RGB
CMYK
RGB Variations
Color information
#C04016 (or 0xC04016) is known color: Rust. HEX triplet: C0, 40 and 16. RGB value is (192,64,22). Sum of RGB (Red+Green+Blue) = 192+64+22=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C04016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04016 is #3FBFE9. Grayscale: #616161. Windows color (decimal): -4177898 or 1458368. OLE color: 1458368.
HSL color Cylindrical-coordinate representation of color #C04016: hue angle of 14.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04016 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 22 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.25 |
| HSL | 14.82º | 0.79% | 0.42% | - |
| HSV(B) | 14.82º | 0.89% | 0.75% | - |
| XYZ | 23.72 | 14.93 | 2.39 | - |
| YUV | 97.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 22 | 0 | 0.67 | 0.89 | 0.25 | 14.82 | 0.79 | 0.42 |
| Hex | C0 | 40 | 16 | 0 | 43 | 59 | 19 | F | 4F | 2A |
| Octal | 300 | 100 | 26 | 0 | 103 | 131 | 31 | 17 | 117 | 52 |
| Binary | 11000000 | 1000000 | 10110 | 0 | 1000011 | 1011001 | 11001 | 1111 | 1001111 | 101010 |
Color Harmonies of #C04016
Complementary color
Monochromatic Colors of #C04016
Black with #C04016
Text Example
Text Example
White with #C04016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04016; }
p { color: rgb(192,64,22); }
H1.HeaderClassName
{
color: #C04016;
}
.AnyTagClassName
{
color: #C04016;
}
</style>
background-color css
<style>
a { background-color: #C04016; }
a { background-color: rgb(192,64,22); }
div.DivClassName
{
background-color: #C04016;
}
.BgClassName
{
background-color: #C04016;
}
</style>
border-color css
<style>
span { border-color: #C04016; }
span { border-color: rgb(192,64,22); }
td.TdClassName
{
border-color: #C04016;
}
.TagClassName
{
border-color: #C04016;
}
</style>