Shades of Rust #C03C00
Tints of Rust #C03C00
RGB
CMYK
RGB Variations
Color information
#C03C00 (or 0xC03C00) is known color: Rust. HEX triplet: C0, 3C and 00. RGB value is (192,60,0). Sum of RGB (Red+Green+Blue) = 192+60+0=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C00 is #3FC3FF. Grayscale: #5D5D5D. Windows color (decimal): -4178944 or 15552. OLE color: 15552.
HSL color Cylindrical-coordinate representation of color #C03C00: hue angle of 18.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C03C00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.25 |
| HSL | 18.75º | 1% | 0.38% | - |
| HSV(B) | 18.75º | 1% | 0.75% | - |
| XYZ | 23.35 | 14.44 | 1.56 | - |
| YUV | 92.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 0 | 0 | 0.69 | 1 | 0.25 | 18.75 | 1 | 0.38 |
| Hex | C0 | 3C | 0 | 0 | 45 | 64 | 19 | 13 | 64 | 26 |
| Octal | 300 | 74 | 0 | 0 | 105 | 144 | 31 | 23 | 144 | 46 |
| Binary | 11000000 | 111100 | 0 | 0 | 1000101 | 1100100 | 11001 | 10011 | 1100100 | 100110 |
Color Harmonies of #C03C00
Complementary color
Monochromatic Colors of #C03C00
Black with #C03C00
Text Example
Text Example
White with #C03C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C00; }
p { color: rgb(192,60,0); }
H1.HeaderClassName
{
color: #C03C00;
}
.AnyTagClassName
{
color: #C03C00;
}
</style>
background-color css
<style>
a { background-color: #C03C00; }
a { background-color: rgb(192,60,0); }
div.DivClassName
{
background-color: #C03C00;
}
.BgClassName
{
background-color: #C03C00;
}
</style>
border-color css
<style>
span { border-color: #C03C00; }
span { border-color: rgb(192,60,0); }
td.TdClassName
{
border-color: #C03C00;
}
.TagClassName
{
border-color: #C03C00;
}
</style>