Shades of Rust #C03C10
Tints of Rust #C03C10
RGB
CMYK
RGB Variations
Color information
#C03C10 (or 0xC03C10) is known color: Rust. HEX triplet: C0, 3C and 10. RGB value is (192,60,16). Sum of RGB (Red+Green+Blue) = 192+60+16=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C10 is #3FC3EF. Grayscale: #5E5E5E. Windows color (decimal): -4178928 or 1064128. OLE color: 1064128.
HSL color Cylindrical-coordinate representation of color #C03C10: hue angle of 15º 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 #C03C10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.25 |
| HSL | 15º | 0.85% | 0.41% | - |
| HSV(B) | 15º | 0.92% | 0.75% | - |
| XYZ | 23.45 | 14.48 | 2.05 | - |
| YUV | 94.45 | 83.73 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 16 | 0 | 0.69 | 0.92 | 0.25 | 15 | 0.85 | 0.41 |
| Hex | C0 | 3C | 10 | 0 | 45 | 5C | 19 | F | 55 | 29 |
| Octal | 300 | 74 | 20 | 0 | 105 | 134 | 31 | 17 | 125 | 51 |
| Binary | 11000000 | 111100 | 10000 | 0 | 1000101 | 1011100 | 11001 | 1111 | 1010101 | 101001 |
Color Harmonies of #C03C10
Complementary color
Monochromatic Colors of #C03C10
Black with #C03C10
Text Example
Text Example
White with #C03C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C10; }
p { color: rgb(192,60,16); }
H1.HeaderClassName
{
color: #C03C10;
}
.AnyTagClassName
{
color: #C03C10;
}
</style>
background-color css
<style>
a { background-color: #C03C10; }
a { background-color: rgb(192,60,16); }
div.DivClassName
{
background-color: #C03C10;
}
.BgClassName
{
background-color: #C03C10;
}
</style>
border-color css
<style>
span { border-color: #C03C10; }
span { border-color: rgb(192,60,16); }
td.TdClassName
{
border-color: #C03C10;
}
.TagClassName
{
border-color: #C03C10;
}
</style>