Shades of Rust #C03E11
Tints of Rust #C03E11
RGB
CMYK
RGB Variations
Color information
#C03E11 (or 0xC03E11) is known color: Rust. HEX triplet: C0, 3E and 11. RGB value is (192,62,17). Sum of RGB (Red+Green+Blue) = 192+62+17=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E11 is #3FC1EE. Grayscale: #606060. Windows color (decimal): -4178415 or 1130176. OLE color: 1130176.
HSL color Cylindrical-coordinate representation of color #C03E11: hue angle of 15.43º 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 #C03E11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 17 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.25 |
| HSL | 15.43º | 0.84% | 0.41% | - |
| HSV(B) | 15.43º | 0.91% | 0.75% | - |
| XYZ | 23.56 | 14.69 | 2.12 | - |
| YUV | 95.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 17 | 0 | 0.68 | 0.91 | 0.25 | 15.43 | 0.84 | 0.41 |
| Hex | C0 | 3E | 11 | 0 | 44 | 5B | 19 | F | 54 | 29 |
| Octal | 300 | 76 | 21 | 0 | 104 | 133 | 31 | 17 | 124 | 51 |
| Binary | 11000000 | 111110 | 10001 | 0 | 1000100 | 1011011 | 11001 | 1111 | 1010100 | 101001 |
Color Harmonies of #C03E11
Complementary color
Monochromatic Colors of #C03E11
Black with #C03E11
Text Example
Text Example
White with #C03E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E11; }
p { color: rgb(192,62,17); }
H1.HeaderClassName
{
color: #C03E11;
}
.AnyTagClassName
{
color: #C03E11;
}
</style>
background-color css
<style>
a { background-color: #C03E11; }
a { background-color: rgb(192,62,17); }
div.DivClassName
{
background-color: #C03E11;
}
.BgClassName
{
background-color: #C03E11;
}
</style>
border-color css
<style>
span { border-color: #C03E11; }
span { border-color: rgb(192,62,17); }
td.TdClassName
{
border-color: #C03E11;
}
.TagClassName
{
border-color: #C03E11;
}
</style>