Shades of Rust #C03A0F
Tints of Rust #C03A0F
RGB
CMYK
RGB Variations
Color information
#C03A0F (or 0xC03A0F) is known color: Rust. HEX triplet: C0, 3A and 0F. RGB value is (192,58,15). Sum of RGB (Red+Green+Blue) = 192+58+15=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A0F is #3FC5F0. Grayscale: #5D5D5D. Windows color (decimal): -4179441 or 998080. OLE color: 998080.
HSL color Cylindrical-coordinate representation of color #C03A0F: hue angle of 14.58º degrees, saturation: 0.86, 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 #C03A0F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.25 |
| HSL | 14.58º | 0.86% | 0.41% | - |
| HSV(B) | 14.58º | 0.92% | 0.75% | - |
| XYZ | 23.34 | 14.27 | 1.98 | - |
| YUV | 93.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 15 | 0 | 0.70 | 0.92 | 0.25 | 14.58 | 0.86 | 0.41 |
| Hex | C0 | 3A | F | 0 | 46 | 5C | 19 | F | 56 | 29 |
| Octal | 300 | 72 | 17 | 0 | 106 | 134 | 31 | 17 | 126 | 51 |
| Binary | 11000000 | 111010 | 1111 | 0 | 1000110 | 1011100 | 11001 | 1111 | 1010110 | 101001 |
Color Harmonies of #C03A0F
Complementary color
Monochromatic Colors of #C03A0F
Black with #C03A0F
Text Example
Text Example
White with #C03A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A0F; }
p { color: rgb(192,58,15); }
H1.HeaderClassName
{
color: #C03A0F;
}
.AnyTagClassName
{
color: #C03A0F;
}
</style>
background-color css
<style>
a { background-color: #C03A0F; }
a { background-color: rgb(192,58,15); }
div.DivClassName
{
background-color: #C03A0F;
}
.BgClassName
{
background-color: #C03A0F;
}
</style>
border-color css
<style>
span { border-color: #C03A0F; }
span { border-color: rgb(192,58,15); }
td.TdClassName
{
border-color: #C03A0F;
}
.TagClassName
{
border-color: #C03A0F;
}
</style>