Shades of Rust #C03F11
Tints of Rust #C03F11
RGB
CMYK
RGB Variations
Color information
#C03F11 (or 0xC03F11) is known color: Rust. HEX triplet: C0, 3F and 11. RGB value is (192,63,17). Sum of RGB (Red+Green+Blue) = 192+63+17=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F11 is #3FC0EE. Grayscale: #606060. Windows color (decimal): -4178159 or 1130432. OLE color: 1130432.
HSL color Cylindrical-coordinate representation of color #C03F11: hue angle of 15.77º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C03F11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.25 |
| HSL | 15.77º | 0.84% | 0.41% | - |
| HSV(B) | 15.77º | 0.91% | 0.75% | - |
| XYZ | 23.62 | 14.8 | 2.14 | - |
| YUV | 96.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 17 | 0 | 0.67 | 0.91 | 0.25 | 15.77 | 0.84 | 0.41 |
| Hex | C0 | 3F | 11 | 0 | 43 | 5B | 19 | 10 | 54 | 29 |
| Octal | 300 | 77 | 21 | 0 | 103 | 133 | 31 | 20 | 124 | 51 |
| Binary | 11000000 | 111111 | 10001 | 0 | 1000011 | 1011011 | 11001 | 10000 | 1010100 | 101001 |
Color Harmonies of #C03F11
Complementary color
Monochromatic Colors of #C03F11
Black with #C03F11
Text Example
Text Example
White with #C03F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F11; }
p { color: rgb(192,63,17); }
H1.HeaderClassName
{
color: #C03F11;
}
.AnyTagClassName
{
color: #C03F11;
}
</style>
background-color css
<style>
a { background-color: #C03F11; }
a { background-color: rgb(192,63,17); }
div.DivClassName
{
background-color: #C03F11;
}
.BgClassName
{
background-color: #C03F11;
}
</style>
border-color css
<style>
span { border-color: #C03F11; }
span { border-color: rgb(192,63,17); }
td.TdClassName
{
border-color: #C03F11;
}
.TagClassName
{
border-color: #C03F11;
}
</style>