Shades of Rust #C03D11
Tints of Rust #C03D11
RGB
CMYK
RGB Variations
Color information
#C03D11 (or 0xC03D11) is known color: Rust. HEX triplet: C0, 3D and 11. RGB value is (192,61,17). Sum of RGB (Red+Green+Blue) = 192+61+17=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D11 is #3FC2EE. Grayscale: #5F5F5F. Windows color (decimal): -4178671 or 1129920. OLE color: 1129920.
HSL color Cylindrical-coordinate representation of color #C03D11: hue angle of 15.09º 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 #C03D11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 17 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.25 |
| HSL | 15.09º | 0.84% | 0.41% | - |
| HSV(B) | 15.09º | 0.91% | 0.75% | - |
| XYZ | 23.51 | 14.58 | 2.11 | - |
| YUV | 95.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 17 | 0 | 0.68 | 0.91 | 0.25 | 15.09 | 0.84 | 0.41 |
| Hex | C0 | 3D | 11 | 0 | 44 | 5B | 19 | F | 54 | 29 |
| Octal | 300 | 75 | 21 | 0 | 104 | 133 | 31 | 17 | 124 | 51 |
| Binary | 11000000 | 111101 | 10001 | 0 | 1000100 | 1011011 | 11001 | 1111 | 1010100 | 101001 |
Color Harmonies of #C03D11
Complementary color
Monochromatic Colors of #C03D11
Black with #C03D11
Text Example
Text Example
White with #C03D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D11; }
p { color: rgb(192,61,17); }
H1.HeaderClassName
{
color: #C03D11;
}
.AnyTagClassName
{
color: #C03D11;
}
</style>
background-color css
<style>
a { background-color: #C03D11; }
a { background-color: rgb(192,61,17); }
div.DivClassName
{
background-color: #C03D11;
}
.BgClassName
{
background-color: #C03D11;
}
</style>
border-color css
<style>
span { border-color: #C03D11; }
span { border-color: rgb(192,61,17); }
td.TdClassName
{
border-color: #C03D11;
}
.TagClassName
{
border-color: #C03D11;
}
</style>