Shades of Rust #C03B10
Tints of Rust #C03B10
RGB
CMYK
RGB Variations
Color information
#C03B10 (or 0xC03B10) is known color: Rust. HEX triplet: C0, 3B and 10. RGB value is (192,59,16). Sum of RGB (Red+Green+Blue) = 192+59+16=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B10 is #3FC4EF. Grayscale: #5E5E5E. Windows color (decimal): -4179184 or 1063872. OLE color: 1063872.
HSL color Cylindrical-coordinate representation of color #C03B10: hue angle of 14.66º 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 #C03B10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.25 |
| HSL | 14.66º | 0.85% | 0.41% | - |
| HSV(B) | 14.66º | 0.92% | 0.75% | - |
| XYZ | 23.4 | 14.37 | 2.03 | - |
| YUV | 93.87 | 84.06 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 16 | 0 | 0.69 | 0.92 | 0.25 | 14.66 | 0.85 | 0.41 |
| Hex | C0 | 3B | 10 | 0 | 45 | 5C | 19 | F | 55 | 29 |
| Octal | 300 | 73 | 20 | 0 | 105 | 134 | 31 | 17 | 125 | 51 |
| Binary | 11000000 | 111011 | 10000 | 0 | 1000101 | 1011100 | 11001 | 1111 | 1010101 | 101001 |
Color Harmonies of #C03B10
Complementary color
Monochromatic Colors of #C03B10
Black with #C03B10
Text Example
Text Example
White with #C03B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B10; }
p { color: rgb(192,59,16); }
H1.HeaderClassName
{
color: #C03B10;
}
.AnyTagClassName
{
color: #C03B10;
}
</style>
background-color css
<style>
a { background-color: #C03B10; }
a { background-color: rgb(192,59,16); }
div.DivClassName
{
background-color: #C03B10;
}
.BgClassName
{
background-color: #C03B10;
}
</style>
border-color css
<style>
span { border-color: #C03B10; }
span { border-color: rgb(192,59,16); }
td.TdClassName
{
border-color: #C03B10;
}
.TagClassName
{
border-color: #C03B10;
}
</style>