Shades of Rust #C0450C
Tints of Rust #C0450C
RGB
CMYK
RGB Variations
Color information
#C0450C (or 0xC0450C) is known color: Rust. HEX triplet: C0, 45 and 0C. RGB value is (192,69,12). Sum of RGB (Red+Green+Blue) = 192+69+12=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0450C is #3FBAF3. Grayscale: #636363. Windows color (decimal): -4176628 or 804288. OLE color: 804288.
HSL color Cylindrical-coordinate representation of color #C0450C: hue angle of 19º 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 #C0450C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.25 |
| HSL | 19º | 0.88% | 0.4% | - |
| HSV(B) | 19º | 0.94% | 0.75% | - |
| XYZ | 23.93 | 15.49 | 2.08 | - |
| YUV | 99.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 12 | 0 | 0.64 | 0.94 | 0.25 | 19 | 0.88 | 0.4 |
| Hex | C0 | 45 | C | 0 | 40 | 5E | 19 | 13 | 58 | 28 |
| Octal | 300 | 105 | 14 | 0 | 100 | 136 | 31 | 23 | 130 | 50 |
| Binary | 11000000 | 1000101 | 1100 | 0 | 1000000 | 1011110 | 11001 | 10011 | 1011000 | 101000 |
Color Harmonies of #C0450C
Complementary color
Monochromatic Colors of #C0450C
Black with #C0450C
Text Example
Text Example
White with #C0450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0450C; }
p { color: rgb(192,69,12); }
H1.HeaderClassName
{
color: #C0450C;
}
.AnyTagClassName
{
color: #C0450C;
}
</style>
background-color css
<style>
a { background-color: #C0450C; }
a { background-color: rgb(192,69,12); }
div.DivClassName
{
background-color: #C0450C;
}
.BgClassName
{
background-color: #C0450C;
}
</style>
border-color css
<style>
span { border-color: #C0450C; }
span { border-color: rgb(192,69,12); }
td.TdClassName
{
border-color: #C0450C;
}
.TagClassName
{
border-color: #C0450C;
}
</style>