Shades of Rust #C03E15
Tints of Rust #C03E15
RGB
CMYK
RGB Variations
Color information
#C03E15 (or 0xC03E15) is known color: Rust. HEX triplet: C0, 3E and 15. RGB value is (192,62,21). Sum of RGB (Red+Green+Blue) = 192+62+21=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E15 is #3FC1EA. Grayscale: #606060. Windows color (decimal): -4178411 or 1392320. OLE color: 1392320.
HSL color Cylindrical-coordinate representation of color #C03E15: hue angle of 14.39º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03E15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 21 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.25 |
| HSL | 14.39º | 0.8% | 0.42% | - |
| HSV(B) | 14.39º | 0.89% | 0.75% | - |
| XYZ | 23.6 | 14.71 | 2.3 | - |
| YUV | 96.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 21 | 0 | 0.68 | 0.89 | 0.25 | 14.39 | 0.8 | 0.42 |
| Hex | C0 | 3E | 15 | 0 | 44 | 59 | 19 | E | 50 | 2A |
| Octal | 300 | 76 | 25 | 0 | 104 | 131 | 31 | 16 | 120 | 52 |
| Binary | 11000000 | 111110 | 10101 | 0 | 1000100 | 1011001 | 11001 | 1110 | 1010000 | 101010 |
Color Harmonies of #C03E15
Complementary color
Monochromatic Colors of #C03E15
Black with #C03E15
Text Example
Text Example
White with #C03E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E15; }
p { color: rgb(192,62,21); }
H1.HeaderClassName
{
color: #C03E15;
}
.AnyTagClassName
{
color: #C03E15;
}
</style>
background-color css
<style>
a { background-color: #C03E15; }
a { background-color: rgb(192,62,21); }
div.DivClassName
{
background-color: #C03E15;
}
.BgClassName
{
background-color: #C03E15;
}
</style>
border-color css
<style>
span { border-color: #C03E15; }
span { border-color: rgb(192,62,21); }
td.TdClassName
{
border-color: #C03E15;
}
.TagClassName
{
border-color: #C03E15;
}
</style>