Shades of Rust #C0390C
Tints of Rust #C0390C
RGB
CMYK
RGB Variations
Color information
#C0390C (or 0xC0390C) is known color: Rust. HEX triplet: C0, 39 and 0C. RGB value is (192,57,12). Sum of RGB (Red+Green+Blue) = 192+57+12=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C0390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0390C is #3FC6F3. Grayscale: #5C5C5C. Windows color (decimal): -4179700 or 801216. OLE color: 801216.
HSL color Cylindrical-coordinate representation of color #C0390C: hue angle of 15º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0390C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 12 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.25 |
| HSL | 15º | 0.88% | 0.4% | - |
| HSV(B) | 15º | 0.94% | 0.75% | - |
| XYZ | 23.27 | 14.16 | 1.85 | - |
| YUV | 92.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 12 | 0 | 0.70 | 0.94 | 0.25 | 15 | 0.88 | 0.4 |
| Hex | C0 | 39 | C | 0 | 46 | 5E | 19 | F | 58 | 28 |
| Octal | 300 | 71 | 14 | 0 | 106 | 136 | 31 | 17 | 130 | 50 |
| Binary | 11000000 | 111001 | 1100 | 0 | 1000110 | 1011110 | 11001 | 1111 | 1011000 | 101000 |
Color Harmonies of #C0390C
Complementary color
Monochromatic Colors of #C0390C
Black with #C0390C
Text Example
Text Example
White with #C0390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0390C; }
p { color: rgb(192,57,12); }
H1.HeaderClassName
{
color: #C0390C;
}
.AnyTagClassName
{
color: #C0390C;
}
</style>
background-color css
<style>
a { background-color: #C0390C; }
a { background-color: rgb(192,57,12); }
div.DivClassName
{
background-color: #C0390C;
}
.BgClassName
{
background-color: #C0390C;
}
</style>
border-color css
<style>
span { border-color: #C0390C; }
span { border-color: rgb(192,57,12); }
td.TdClassName
{
border-color: #C0390C;
}
.TagClassName
{
border-color: #C0390C;
}
</style>