Shades of Rust #C04914
Tints of Rust #C04914
RGB
CMYK
RGB Variations
Color information
#C04914 (or 0xC04914) is known color: Rust. HEX triplet: C0, 49 and 14. RGB value is (192,73,20). Sum of RGB (Red+Green+Blue) = 192+73+20=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C04914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04914 is #3FB6EB. Grayscale: #666666. Windows color (decimal): -4175596 or 1329600. OLE color: 1329600.
HSL color Cylindrical-coordinate representation of color #C04914: hue angle of 18.49º 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 #C04914 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.25 |
| HSL | 18.49º | 0.81% | 0.42% | - |
| HSV(B) | 18.49º | 0.9% | 0.75% | - |
| XYZ | 24.25 | 16.02 | 2.48 | - |
| YUV | 102.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 20 | 0 | 0.62 | 0.90 | 0.25 | 18.49 | 0.81 | 0.42 |
| Hex | C0 | 49 | 14 | 0 | 3E | 5A | 19 | 12 | 51 | 2A |
| Octal | 300 | 111 | 24 | 0 | 76 | 132 | 31 | 22 | 121 | 52 |
| Binary | 11000000 | 1001001 | 10100 | 0 | 111110 | 1011010 | 11001 | 10010 | 1010001 | 101010 |
Color Harmonies of #C04914
Complementary color
Monochromatic Colors of #C04914
Black with #C04914
Text Example
Text Example
White with #C04914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04914; }
p { color: rgb(192,73,20); }
H1.HeaderClassName
{
color: #C04914;
}
.AnyTagClassName
{
color: #C04914;
}
</style>
background-color css
<style>
a { background-color: #C04914; }
a { background-color: rgb(192,73,20); }
div.DivClassName
{
background-color: #C04914;
}
.BgClassName
{
background-color: #C04914;
}
</style>
border-color css
<style>
span { border-color: #C04914; }
span { border-color: rgb(192,73,20); }
td.TdClassName
{
border-color: #C04914;
}
.TagClassName
{
border-color: #C04914;
}
</style>