Shades of Rust #C03D15
Tints of Rust #C03D15
RGB
CMYK
RGB Variations
Color information
#C03D15 (or 0xC03D15) is known color: Rust. HEX triplet: C0, 3D and 15. RGB value is (192,61,21). Sum of RGB (Red+Green+Blue) = 192+61+21=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D15 is #3FC2EA. Grayscale: #5F5F5F. Windows color (decimal): -4178667 or 1392064. OLE color: 1392064.
HSL color Cylindrical-coordinate representation of color #C03D15: hue angle of 14.04º 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 #C03D15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 21 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.25 |
| HSL | 14.04º | 0.8% | 0.42% | - |
| HSV(B) | 14.04º | 0.89% | 0.75% | - |
| XYZ | 23.54 | 14.6 | 2.29 | - |
| YUV | 95.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 21 | 0 | 0.68 | 0.89 | 0.25 | 14.04 | 0.8 | 0.42 |
| Hex | C0 | 3D | 15 | 0 | 44 | 59 | 19 | E | 50 | 2A |
| Octal | 300 | 75 | 25 | 0 | 104 | 131 | 31 | 16 | 120 | 52 |
| Binary | 11000000 | 111101 | 10101 | 0 | 1000100 | 1011001 | 11001 | 1110 | 1010000 | 101010 |
Color Harmonies of #C03D15
Complementary color
Monochromatic Colors of #C03D15
Black with #C03D15
Text Example
Text Example
White with #C03D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D15; }
p { color: rgb(192,61,21); }
H1.HeaderClassName
{
color: #C03D15;
}
.AnyTagClassName
{
color: #C03D15;
}
</style>
background-color css
<style>
a { background-color: #C03D15; }
a { background-color: rgb(192,61,21); }
div.DivClassName
{
background-color: #C03D15;
}
.BgClassName
{
background-color: #C03D15;
}
</style>
border-color css
<style>
span { border-color: #C03D15; }
span { border-color: rgb(192,61,21); }
td.TdClassName
{
border-color: #C03D15;
}
.TagClassName
{
border-color: #C03D15;
}
</style>