Shades of Rust #C04416
Tints of Rust #C04416
RGB
CMYK
RGB Variations
Color information
#C04416 (or 0xC04416) is known color: Rust. HEX triplet: C0, 44 and 16. RGB value is (192,68,22). Sum of RGB (Red+Green+Blue) = 192+68+22=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C04416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04416 is #3FBBE9. Grayscale: #646464. Windows color (decimal): -4176874 or 1459392. OLE color: 1459392.
HSL color Cylindrical-coordinate representation of color #C04416: hue angle of 16.24º 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 #C04416 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 22 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.25 |
| HSL | 16.24º | 0.79% | 0.42% | - |
| HSV(B) | 16.24º | 0.89% | 0.75% | - |
| XYZ | 23.95 | 15.4 | 2.47 | - |
| YUV | 99.83 | 84.08 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 22 | 0 | 0.65 | 0.89 | 0.25 | 16.24 | 0.79 | 0.42 |
| Hex | C0 | 44 | 16 | 0 | 41 | 59 | 19 | 10 | 4F | 2A |
| Octal | 300 | 104 | 26 | 0 | 101 | 131 | 31 | 20 | 117 | 52 |
| Binary | 11000000 | 1000100 | 10110 | 0 | 1000001 | 1011001 | 11001 | 10000 | 1001111 | 101010 |
Color Harmonies of #C04416
Complementary color
Monochromatic Colors of #C04416
Black with #C04416
Text Example
Text Example
White with #C04416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04416; }
p { color: rgb(192,68,22); }
H1.HeaderClassName
{
color: #C04416;
}
.AnyTagClassName
{
color: #C04416;
}
</style>
background-color css
<style>
a { background-color: #C04416; }
a { background-color: rgb(192,68,22); }
div.DivClassName
{
background-color: #C04416;
}
.BgClassName
{
background-color: #C04416;
}
</style>
border-color css
<style>
span { border-color: #C04416; }
span { border-color: rgb(192,68,22); }
td.TdClassName
{
border-color: #C04416;
}
.TagClassName
{
border-color: #C04416;
}
</style>