Shades of Rust #C03B11
Tints of Rust #C03B11
RGB
CMYK
RGB Variations
Color information
#C03B11 (or 0xC03B11) is known color: Rust. HEX triplet: C0, 3B and 11. RGB value is (192,59,17). Sum of RGB (Red+Green+Blue) = 192+59+17=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B11 is #3FC4EE. Grayscale: #5E5E5E. Windows color (decimal): -4179183 or 1129408. OLE color: 1129408.
HSL color Cylindrical-coordinate representation of color #C03B11: hue angle of 14.4º 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 #C03B11 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.25 |
| HSL | 14.4º | 0.84% | 0.41% | - |
| HSV(B) | 14.4º | 0.91% | 0.75% | - |
| XYZ | 23.4 | 14.37 | 2.07 | - |
| YUV | 93.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 17 | 0 | 0.69 | 0.91 | 0.25 | 14.4 | 0.84 | 0.41 |
| Hex | C0 | 3B | 11 | 0 | 45 | 5B | 19 | E | 54 | 29 |
| Octal | 300 | 73 | 21 | 0 | 105 | 133 | 31 | 16 | 124 | 51 |
| Binary | 11000000 | 111011 | 10001 | 0 | 1000101 | 1011011 | 11001 | 1110 | 1010100 | 101001 |
Color Harmonies of #C03B11
Complementary color
Monochromatic Colors of #C03B11
Black with #C03B11
Text Example
Text Example
White with #C03B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B11; }
p { color: rgb(192,59,17); }
H1.HeaderClassName
{
color: #C03B11;
}
.AnyTagClassName
{
color: #C03B11;
}
</style>
background-color css
<style>
a { background-color: #C03B11; }
a { background-color: rgb(192,59,17); }
div.DivClassName
{
background-color: #C03B11;
}
.BgClassName
{
background-color: #C03B11;
}
</style>
border-color css
<style>
span { border-color: #C03B11; }
span { border-color: rgb(192,59,17); }
td.TdClassName
{
border-color: #C03B11;
}
.TagClassName
{
border-color: #C03B11;
}
</style>