Shades of Rust #C04611
Tints of Rust #C04611
RGB
CMYK
RGB Variations
Color information
#C04611 (or 0xC04611) is known color: Rust. HEX triplet: C0, 46 and 11. RGB value is (192,70,17). Sum of RGB (Red+Green+Blue) = 192+70+17=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04611 is #3FB9EE. Grayscale: #646464. Windows color (decimal): -4176367 or 1132224. OLE color: 1132224.
HSL color Cylindrical-coordinate representation of color #C04611: hue angle of 18.17º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C04611 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 17 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.25 |
| HSL | 18.17º | 0.84% | 0.41% | - |
| HSV(B) | 18.17º | 0.91% | 0.75% | - |
| XYZ | 24.03 | 15.63 | 2.28 | - |
| YUV | 100.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 17 | 0 | 0.64 | 0.91 | 0.25 | 18.17 | 0.84 | 0.41 |
| Hex | C0 | 46 | 11 | 0 | 40 | 5B | 19 | 12 | 54 | 29 |
| Octal | 300 | 106 | 21 | 0 | 100 | 133 | 31 | 22 | 124 | 51 |
| Binary | 11000000 | 1000110 | 10001 | 0 | 1000000 | 1011011 | 11001 | 10010 | 1010100 | 101001 |
Color Harmonies of #C04611
Complementary color
Monochromatic Colors of #C04611
Black with #C04611
Text Example
Text Example
White with #C04611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04611; }
p { color: rgb(192,70,17); }
H1.HeaderClassName
{
color: #C04611;
}
.AnyTagClassName
{
color: #C04611;
}
</style>
background-color css
<style>
a { background-color: #C04611; }
a { background-color: rgb(192,70,17); }
div.DivClassName
{
background-color: #C04611;
}
.BgClassName
{
background-color: #C04611;
}
</style>
border-color css
<style>
span { border-color: #C04611; }
span { border-color: rgb(192,70,17); }
td.TdClassName
{
border-color: #C04611;
}
.TagClassName
{
border-color: #C04611;
}
</style>