Shades of Rust #C04510
Tints of Rust #C04510
RGB
CMYK
RGB Variations
Color information
#C04510 (or 0xC04510) is known color: Rust. HEX triplet: C0, 45 and 10. RGB value is (192,69,16). Sum of RGB (Red+Green+Blue) = 192+69+16=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C04510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04510 is #3FBAEF. Grayscale: #646464. Windows color (decimal): -4176624 or 1066432. OLE color: 1066432.
HSL color Cylindrical-coordinate representation of color #C04510: hue angle of 18.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C04510 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 16 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.25 |
| HSL | 18.07º | 0.85% | 0.41% | - |
| HSV(B) | 18.07º | 0.92% | 0.75% | - |
| XYZ | 23.96 | 15.5 | 2.22 | - |
| YUV | 99.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 16 | 0 | 0.64 | 0.92 | 0.25 | 18.07 | 0.85 | 0.41 |
| Hex | C0 | 45 | 10 | 0 | 40 | 5C | 19 | 12 | 55 | 29 |
| Octal | 300 | 105 | 20 | 0 | 100 | 134 | 31 | 22 | 125 | 51 |
| Binary | 11000000 | 1000101 | 10000 | 0 | 1000000 | 1011100 | 11001 | 10010 | 1010101 | 101001 |
Color Harmonies of #C04510
Complementary color
Monochromatic Colors of #C04510
Black with #C04510
Text Example
Text Example
White with #C04510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04510; }
p { color: rgb(192,69,16); }
H1.HeaderClassName
{
color: #C04510;
}
.AnyTagClassName
{
color: #C04510;
}
</style>
background-color css
<style>
a { background-color: #C04510; }
a { background-color: rgb(192,69,16); }
div.DivClassName
{
background-color: #C04510;
}
.BgClassName
{
background-color: #C04510;
}
</style>
border-color css
<style>
span { border-color: #C04510; }
span { border-color: rgb(192,69,16); }
td.TdClassName
{
border-color: #C04510;
}
.TagClassName
{
border-color: #C04510;
}
</style>