Shades of Rust #C04414
Tints of Rust #C04414
RGB
CMYK
RGB Variations
Color information
#C04414 (or 0xC04414) is known color: Rust. HEX triplet: C0, 44 and 14. RGB value is (192,68,20). Sum of RGB (Red+Green+Blue) = 192+68+20=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C04414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04414 is #3FBBEB. Grayscale: #636363. Windows color (decimal): -4176876 or 1328320. OLE color: 1328320.
HSL color Cylindrical-coordinate representation of color #C04414: hue angle of 16.74º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04414 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 20 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.25 |
| HSL | 16.74º | 0.81% | 0.42% | - |
| HSV(B) | 16.74º | 0.9% | 0.75% | - |
| XYZ | 23.93 | 15.39 | 2.37 | - |
| YUV | 99.6 | 83.08 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 20 | 0 | 0.65 | 0.90 | 0.25 | 16.74 | 0.81 | 0.42 |
| Hex | C0 | 44 | 14 | 0 | 41 | 5A | 19 | 11 | 51 | 2A |
| Octal | 300 | 104 | 24 | 0 | 101 | 132 | 31 | 21 | 121 | 52 |
| Binary | 11000000 | 1000100 | 10100 | 0 | 1000001 | 1011010 | 11001 | 10001 | 1010001 | 101010 |
Color Harmonies of #C04414
Complementary color
Monochromatic Colors of #C04414
Black with #C04414
Text Example
Text Example
White with #C04414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04414; }
p { color: rgb(192,68,20); }
H1.HeaderClassName
{
color: #C04414;
}
.AnyTagClassName
{
color: #C04414;
}
</style>
background-color css
<style>
a { background-color: #C04414; }
a { background-color: rgb(192,68,20); }
div.DivClassName
{
background-color: #C04414;
}
.BgClassName
{
background-color: #C04414;
}
</style>
border-color css
<style>
span { border-color: #C04414; }
span { border-color: rgb(192,68,20); }
td.TdClassName
{
border-color: #C04414;
}
.TagClassName
{
border-color: #C04414;
}
</style>