Shades of Rust #C04620
Tints of Rust #C04620
RGB
CMYK
RGB Variations
Color information
#C04620 (or 0xC04620) is known color: Rust. HEX triplet: C0, 46 and 20. RGB value is (192,70,32). Sum of RGB (Red+Green+Blue) = 192+70+32=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C04620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04620 is #3FB9DF. Grayscale: #666666. Windows color (decimal): -4176352 or 2115264. OLE color: 2115264.
HSL color Cylindrical-coordinate representation of color #C04620: hue angle of 14.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C04620 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 32 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.25 |
| HSL | 14.25º | 0.71% | 0.44% | - |
| HSV(B) | 14.25º | 0.83% | 0.75% | - |
| XYZ | 24.19 | 15.69 | 3.12 | - |
| YUV | 102.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 32 | 0 | 0.64 | 0.83 | 0.25 | 14.25 | 0.71 | 0.44 |
| Hex | C0 | 46 | 20 | 0 | 40 | 53 | 19 | E | 47 | 2C |
| Octal | 300 | 106 | 40 | 0 | 100 | 123 | 31 | 16 | 107 | 54 |
| Binary | 11000000 | 1000110 | 100000 | 0 | 1000000 | 1010011 | 11001 | 1110 | 1000111 | 101100 |
Color Harmonies of #C04620
Complementary color
Monochromatic Colors of #C04620
Black with #C04620
Text Example
Text Example
White with #C04620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04620; }
p { color: rgb(192,70,32); }
H1.HeaderClassName
{
color: #C04620;
}
.AnyTagClassName
{
color: #C04620;
}
</style>
background-color css
<style>
a { background-color: #C04620; }
a { background-color: rgb(192,70,32); }
div.DivClassName
{
background-color: #C04620;
}
.BgClassName
{
background-color: #C04620;
}
</style>
border-color css
<style>
span { border-color: #C04620; }
span { border-color: rgb(192,70,32); }
td.TdClassName
{
border-color: #C04620;
}
.TagClassName
{
border-color: #C04620;
}
</style>