Shades of Rust #C04714
Tints of Rust #C04714
RGB
CMYK
RGB Variations
Color information
#C04714 (or 0xC04714) is known color: Rust. HEX triplet: C0, 47 and 14. RGB value is (192,71,20). Sum of RGB (Red+Green+Blue) = 192+71+20=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C04714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04714 is #3FB8EB. Grayscale: #656565. Windows color (decimal): -4176108 or 1329088. OLE color: 1329088.
HSL color Cylindrical-coordinate representation of color #C04714: hue angle of 17.79º 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 #C04714 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 20 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.25 |
| HSL | 17.79º | 0.81% | 0.42% | - |
| HSV(B) | 17.79º | 0.9% | 0.75% | - |
| XYZ | 24.12 | 15.76 | 2.43 | - |
| YUV | 101.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 20 | 0 | 0.63 | 0.90 | 0.25 | 17.79 | 0.81 | 0.42 |
| Hex | C0 | 47 | 14 | 0 | 3F | 5A | 19 | 12 | 51 | 2A |
| Octal | 300 | 107 | 24 | 0 | 77 | 132 | 31 | 22 | 121 | 52 |
| Binary | 11000000 | 1000111 | 10100 | 0 | 111111 | 1011010 | 11001 | 10010 | 1010001 | 101010 |
Color Harmonies of #C04714
Complementary color
Monochromatic Colors of #C04714
Black with #C04714
Text Example
Text Example
White with #C04714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04714; }
p { color: rgb(192,71,20); }
H1.HeaderClassName
{
color: #C04714;
}
.AnyTagClassName
{
color: #C04714;
}
</style>
background-color css
<style>
a { background-color: #C04714; }
a { background-color: rgb(192,71,20); }
div.DivClassName
{
background-color: #C04714;
}
.BgClassName
{
background-color: #C04714;
}
</style>
border-color css
<style>
span { border-color: #C04714; }
span { border-color: rgb(192,71,20); }
td.TdClassName
{
border-color: #C04714;
}
.TagClassName
{
border-color: #C04714;
}
</style>