Shades of Rust #C03C12
Tints of Rust #C03C12
RGB
CMYK
RGB Variations
Color information
#C03C12 (or 0xC03C12) is known color: Rust. HEX triplet: C0, 3C and 12. RGB value is (192,60,18). Sum of RGB (Red+Green+Blue) = 192+60+18=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C12 is #3FC3ED. Grayscale: #5E5E5E. Windows color (decimal): -4178926 or 1195200. OLE color: 1195200.
HSL color Cylindrical-coordinate representation of color #C03C12: hue angle of 14.48º 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 #C03C12 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 18 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.25 |
| HSL | 14.48º | 0.83% | 0.41% | - |
| HSV(B) | 14.48º | 0.91% | 0.75% | - |
| XYZ | 23.46 | 14.48 | 2.13 | - |
| YUV | 94.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 18 | 0 | 0.69 | 0.91 | 0.25 | 14.48 | 0.83 | 0.41 |
| Hex | C0 | 3C | 12 | 0 | 45 | 5B | 19 | E | 53 | 29 |
| Octal | 300 | 74 | 22 | 0 | 105 | 133 | 31 | 16 | 123 | 51 |
| Binary | 11000000 | 111100 | 10010 | 0 | 1000101 | 1011011 | 11001 | 1110 | 1010011 | 101001 |
Color Harmonies of #C03C12
Complementary color
Monochromatic Colors of #C03C12
Black with #C03C12
Text Example
Text Example
White with #C03C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C12; }
p { color: rgb(192,60,18); }
H1.HeaderClassName
{
color: #C03C12;
}
.AnyTagClassName
{
color: #C03C12;
}
</style>
background-color css
<style>
a { background-color: #C03C12; }
a { background-color: rgb(192,60,18); }
div.DivClassName
{
background-color: #C03C12;
}
.BgClassName
{
background-color: #C03C12;
}
</style>
border-color css
<style>
span { border-color: #C03C12; }
span { border-color: rgb(192,60,18); }
td.TdClassName
{
border-color: #C03C12;
}
.TagClassName
{
border-color: #C03C12;
}
</style>