Shades of Rust #C04512
Tints of Rust #C04512
RGB
CMYK
RGB Variations
Color information
#C04512 (or 0xC04512) is known color: Rust. HEX triplet: C0, 45 and 12. RGB value is (192,69,18). Sum of RGB (Red+Green+Blue) = 192+69+18=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04512 is #3FBAED. Grayscale: #646464. Windows color (decimal): -4176622 or 1197504. OLE color: 1197504.
HSL color Cylindrical-coordinate representation of color #C04512: hue angle of 17.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C04512 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 18 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.25 |
| HSL | 17.59º | 0.83% | 0.41% | - |
| HSV(B) | 17.59º | 0.91% | 0.75% | - |
| XYZ | 23.98 | 15.51 | 2.3 | - |
| YUV | 99.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 18 | 0 | 0.64 | 0.91 | 0.25 | 17.59 | 0.83 | 0.41 |
| Hex | C0 | 45 | 12 | 0 | 40 | 5B | 19 | 12 | 53 | 29 |
| Octal | 300 | 105 | 22 | 0 | 100 | 133 | 31 | 22 | 123 | 51 |
| Binary | 11000000 | 1000101 | 10010 | 0 | 1000000 | 1011011 | 11001 | 10010 | 1010011 | 101001 |
Color Harmonies of #C04512
Complementary color
Monochromatic Colors of #C04512
Black with #C04512
Text Example
Text Example
White with #C04512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04512; }
p { color: rgb(192,69,18); }
H1.HeaderClassName
{
color: #C04512;
}
.AnyTagClassName
{
color: #C04512;
}
</style>
background-color css
<style>
a { background-color: #C04512; }
a { background-color: rgb(192,69,18); }
div.DivClassName
{
background-color: #C04512;
}
.BgClassName
{
background-color: #C04512;
}
</style>
border-color css
<style>
span { border-color: #C04512; }
span { border-color: rgb(192,69,18); }
td.TdClassName
{
border-color: #C04512;
}
.TagClassName
{
border-color: #C04512;
}
</style>