Shades of Rust #C04520
Tints of Rust #C04520
RGB
CMYK
RGB Variations
Color information
#C04520 (or 0xC04520) is known color: Rust. HEX triplet: C0, 45 and 20. RGB value is (192,69,32). Sum of RGB (Red+Green+Blue) = 192+69+32=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C04520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04520 is #3FBADF. Grayscale: #656565. Windows color (decimal): -4176608 or 2115008. OLE color: 2115008.
HSL color Cylindrical-coordinate representation of color #C04520: hue angle of 13.88º 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 #C04520 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 32 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.25 |
| HSL | 13.88º | 0.71% | 0.44% | - |
| HSV(B) | 13.88º | 0.83% | 0.75% | - |
| XYZ | 24.13 | 15.57 | 3.1 | - |
| YUV | 101.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 32 | 0 | 0.64 | 0.83 | 0.25 | 13.88 | 0.71 | 0.44 |
| Hex | C0 | 45 | 20 | 0 | 40 | 53 | 19 | E | 47 | 2C |
| Octal | 300 | 105 | 40 | 0 | 100 | 123 | 31 | 16 | 107 | 54 |
| Binary | 11000000 | 1000101 | 100000 | 0 | 1000000 | 1010011 | 11001 | 1110 | 1000111 | 101100 |
Color Harmonies of #C04520
Complementary color
Monochromatic Colors of #C04520
Black with #C04520
Text Example
Text Example
White with #C04520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04520; }
p { color: rgb(192,69,32); }
H1.HeaderClassName
{
color: #C04520;
}
.AnyTagClassName
{
color: #C04520;
}
</style>
background-color css
<style>
a { background-color: #C04520; }
a { background-color: rgb(192,69,32); }
div.DivClassName
{
background-color: #C04520;
}
.BgClassName
{
background-color: #C04520;
}
</style>
border-color css
<style>
span { border-color: #C04520; }
span { border-color: rgb(192,69,32); }
td.TdClassName
{
border-color: #C04520;
}
.TagClassName
{
border-color: #C04520;
}
</style>