Shades of Rust #C03F10
Tints of Rust #C03F10
RGB
CMYK
RGB Variations
Color information
#C03F10 (or 0xC03F10) is known color: Rust. HEX triplet: C0, 3F and 10. RGB value is (192,63,16). Sum of RGB (Red+Green+Blue) = 192+63+16=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F10 is #3FC0EF. Grayscale: #606060. Windows color (decimal): -4178160 or 1064896. OLE color: 1064896.
HSL color Cylindrical-coordinate representation of color #C03F10: hue angle of 16.02º 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 #C03F10 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.25 |
| HSL | 16.02º | 0.85% | 0.41% | - |
| HSV(B) | 16.02º | 0.92% | 0.75% | - |
| XYZ | 23.61 | 14.8 | 2.1 | - |
| YUV | 96.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 16 | 0 | 0.67 | 0.92 | 0.25 | 16.02 | 0.85 | 0.41 |
| Hex | C0 | 3F | 10 | 0 | 43 | 5C | 19 | 10 | 55 | 29 |
| Octal | 300 | 77 | 20 | 0 | 103 | 134 | 31 | 20 | 125 | 51 |
| Binary | 11000000 | 111111 | 10000 | 0 | 1000011 | 1011100 | 11001 | 10000 | 1010101 | 101001 |
Color Harmonies of #C03F10
Complementary color
Monochromatic Colors of #C03F10
Black with #C03F10
Text Example
Text Example
White with #C03F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F10; }
p { color: rgb(192,63,16); }
H1.HeaderClassName
{
color: #C03F10;
}
.AnyTagClassName
{
color: #C03F10;
}
</style>
background-color css
<style>
a { background-color: #C03F10; }
a { background-color: rgb(192,63,16); }
div.DivClassName
{
background-color: #C03F10;
}
.BgClassName
{
background-color: #C03F10;
}
</style>
border-color css
<style>
span { border-color: #C03F10; }
span { border-color: rgb(192,63,16); }
td.TdClassName
{
border-color: #C03F10;
}
.TagClassName
{
border-color: #C03F10;
}
</style>