Shades of Rust #C03E10
Tints of Rust #C03E10
RGB
CMYK
RGB Variations
Color information
#C03E10 (or 0xC03E10) is known color: Rust. HEX triplet: C0, 3E and 10. RGB value is (192,62,16). Sum of RGB (Red+Green+Blue) = 192+62+16=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E10 is #3FC1EF. Grayscale: #5F5F5F. Windows color (decimal): -4178416 or 1064640. OLE color: 1064640.
HSL color Cylindrical-coordinate representation of color #C03E10: hue angle of 15.68º 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 #C03E10 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.25 |
| HSL | 15.68º | 0.85% | 0.41% | - |
| HSV(B) | 15.68º | 0.92% | 0.75% | - |
| XYZ | 23.55 | 14.69 | 2.08 | - |
| YUV | 95.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 16 | 0 | 0.68 | 0.92 | 0.25 | 15.68 | 0.85 | 0.41 |
| Hex | C0 | 3E | 10 | 0 | 44 | 5C | 19 | 10 | 55 | 29 |
| Octal | 300 | 76 | 20 | 0 | 104 | 134 | 31 | 20 | 125 | 51 |
| Binary | 11000000 | 111110 | 10000 | 0 | 1000100 | 1011100 | 11001 | 10000 | 1010101 | 101001 |
Color Harmonies of #C03E10
Complementary color
Monochromatic Colors of #C03E10
Black with #C03E10
Text Example
Text Example
White with #C03E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E10; }
p { color: rgb(192,62,16); }
H1.HeaderClassName
{
color: #C03E10;
}
.AnyTagClassName
{
color: #C03E10;
}
</style>
background-color css
<style>
a { background-color: #C03E10; }
a { background-color: rgb(192,62,16); }
div.DivClassName
{
background-color: #C03E10;
}
.BgClassName
{
background-color: #C03E10;
}
</style>
border-color css
<style>
span { border-color: #C03E10; }
span { border-color: rgb(192,62,16); }
td.TdClassName
{
border-color: #C03E10;
}
.TagClassName
{
border-color: #C03E10;
}
</style>