Shades of Rust #C03D10
Tints of Rust #C03D10
RGB
CMYK
RGB Variations
Color information
#C03D10 (or 0xC03D10) is known color: Rust. HEX triplet: C0, 3D and 10. RGB value is (192,61,16). Sum of RGB (Red+Green+Blue) = 192+61+16=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D10 is #3FC2EF. Grayscale: #5F5F5F. Windows color (decimal): -4178672 or 1064384. OLE color: 1064384.
HSL color Cylindrical-coordinate representation of color #C03D10: hue angle of 15.34º 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 #C03D10 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.25 |
| HSL | 15.34º | 0.85% | 0.41% | - |
| HSV(B) | 15.34º | 0.92% | 0.75% | - |
| XYZ | 23.5 | 14.58 | 2.07 | - |
| YUV | 95.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 16 | 0 | 0.68 | 0.92 | 0.25 | 15.34 | 0.85 | 0.41 |
| Hex | C0 | 3D | 10 | 0 | 44 | 5C | 19 | F | 55 | 29 |
| Octal | 300 | 75 | 20 | 0 | 104 | 134 | 31 | 17 | 125 | 51 |
| Binary | 11000000 | 111101 | 10000 | 0 | 1000100 | 1011100 | 11001 | 1111 | 1010101 | 101001 |
Color Harmonies of #C03D10
Complementary color
Monochromatic Colors of #C03D10
Black with #C03D10
Text Example
Text Example
White with #C03D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D10; }
p { color: rgb(192,61,16); }
H1.HeaderClassName
{
color: #C03D10;
}
.AnyTagClassName
{
color: #C03D10;
}
</style>
background-color css
<style>
a { background-color: #C03D10; }
a { background-color: rgb(192,61,16); }
div.DivClassName
{
background-color: #C03D10;
}
.BgClassName
{
background-color: #C03D10;
}
</style>
border-color css
<style>
span { border-color: #C03D10; }
span { border-color: rgb(192,61,16); }
td.TdClassName
{
border-color: #C03D10;
}
.TagClassName
{
border-color: #C03D10;
}
</style>