Shades of Rust #C04715
Tints of Rust #C04715
RGB
CMYK
RGB Variations
Color information
#C04715 (or 0xC04715) is known color: Rust. HEX triplet: C0, 47 and 15. RGB value is (192,71,21). Sum of RGB (Red+Green+Blue) = 192+71+21=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04715 is #3FB8EA. Grayscale: #656565. Windows color (decimal): -4176107 or 1394624. OLE color: 1394624.
HSL color Cylindrical-coordinate representation of color #C04715: hue angle of 17.54º degrees, saturation: 0.8, 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 #C04715 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 21 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.25 |
| HSL | 17.54º | 0.8% | 0.42% | - |
| HSV(B) | 17.54º | 0.89% | 0.75% | - |
| XYZ | 24.13 | 15.77 | 2.48 | - |
| YUV | 101.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 21 | 0 | 0.63 | 0.89 | 0.25 | 17.54 | 0.8 | 0.42 |
| Hex | C0 | 47 | 15 | 0 | 3F | 59 | 19 | 12 | 50 | 2A |
| Octal | 300 | 107 | 25 | 0 | 77 | 131 | 31 | 22 | 120 | 52 |
| Binary | 11000000 | 1000111 | 10101 | 0 | 111111 | 1011001 | 11001 | 10010 | 1010000 | 101010 |
Color Harmonies of #C04715
Complementary color
Monochromatic Colors of #C04715
Black with #C04715
Text Example
Text Example
White with #C04715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04715; }
p { color: rgb(192,71,21); }
H1.HeaderClassName
{
color: #C04715;
}
.AnyTagClassName
{
color: #C04715;
}
</style>
background-color css
<style>
a { background-color: #C04715; }
a { background-color: rgb(192,71,21); }
div.DivClassName
{
background-color: #C04715;
}
.BgClassName
{
background-color: #C04715;
}
</style>
border-color css
<style>
span { border-color: #C04715; }
span { border-color: rgb(192,71,21); }
td.TdClassName
{
border-color: #C04715;
}
.TagClassName
{
border-color: #C04715;
}
</style>