Shades of Rust #C04517
Tints of Rust #C04517
RGB
CMYK
RGB Variations
Color information
#C04517 (or 0xC04517) is known color: Rust. HEX triplet: C0, 45 and 17. RGB value is (192,69,23). Sum of RGB (Red+Green+Blue) = 192+69+23=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04517 is #3FBAE8. Grayscale: #646464. Windows color (decimal): -4176617 or 1525184. OLE color: 1525184.
HSL color Cylindrical-coordinate representation of color #C04517: hue angle of 16.33º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C04517 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.25 |
| HSL | 16.33º | 0.79% | 0.42% | - |
| HSV(B) | 16.33º | 0.88% | 0.75% | - |
| XYZ | 24.02 | 15.52 | 2.54 | - |
| YUV | 100.53 | 84.25 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 23 | 0 | 0.64 | 0.88 | 0.25 | 16.33 | 0.79 | 0.42 |
| Hex | C0 | 45 | 17 | 0 | 40 | 58 | 19 | 10 | 4F | 2A |
| Octal | 300 | 105 | 27 | 0 | 100 | 130 | 31 | 20 | 117 | 52 |
| Binary | 11000000 | 1000101 | 10111 | 0 | 1000000 | 1011000 | 11001 | 10000 | 1001111 | 101010 |
Color Harmonies of #C04517
Complementary color
Monochromatic Colors of #C04517
Black with #C04517
Text Example
Text Example
White with #C04517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04517; }
p { color: rgb(192,69,23); }
H1.HeaderClassName
{
color: #C04517;
}
.AnyTagClassName
{
color: #C04517;
}
</style>
background-color css
<style>
a { background-color: #C04517; }
a { background-color: rgb(192,69,23); }
div.DivClassName
{
background-color: #C04517;
}
.BgClassName
{
background-color: #C04517;
}
</style>
border-color css
<style>
span { border-color: #C04517; }
span { border-color: rgb(192,69,23); }
td.TdClassName
{
border-color: #C04517;
}
.TagClassName
{
border-color: #C04517;
}
</style>