Shades of Rust #C03D0F
Tints of Rust #C03D0F
RGB
CMYK
RGB Variations
Color information
#C03D0F (or 0xC03D0F) is known color: Rust. HEX triplet: C0, 3D and 0F. RGB value is (192,61,15). Sum of RGB (Red+Green+Blue) = 192+61+15=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D0F is #3FC2F0. Grayscale: #5F5F5F. Windows color (decimal): -4178673 or 998848. OLE color: 998848.
HSL color Cylindrical-coordinate representation of color #C03D0F: hue angle of 15.59º 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 #C03D0F is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 15 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.25 |
| HSL | 15.59º | 0.86% | 0.41% | - |
| HSV(B) | 15.59º | 0.92% | 0.75% | - |
| XYZ | 23.49 | 14.58 | 2.03 | - |
| YUV | 94.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 15 | 0 | 0.68 | 0.92 | 0.25 | 15.59 | 0.86 | 0.41 |
| Hex | C0 | 3D | F | 0 | 44 | 5C | 19 | 10 | 56 | 29 |
| Octal | 300 | 75 | 17 | 0 | 104 | 134 | 31 | 20 | 126 | 51 |
| Binary | 11000000 | 111101 | 1111 | 0 | 1000100 | 1011100 | 11001 | 10000 | 1010110 | 101001 |
Color Harmonies of #C03D0F
Complementary color
Monochromatic Colors of #C03D0F
Black with #C03D0F
Text Example
Text Example
White with #C03D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D0F; }
p { color: rgb(192,61,15); }
H1.HeaderClassName
{
color: #C03D0F;
}
.AnyTagClassName
{
color: #C03D0F;
}
</style>
background-color css
<style>
a { background-color: #C03D0F; }
a { background-color: rgb(192,61,15); }
div.DivClassName
{
background-color: #C03D0F;
}
.BgClassName
{
background-color: #C03D0F;
}
</style>
border-color css
<style>
span { border-color: #C03D0F; }
span { border-color: rgb(192,61,15); }
td.TdClassName
{
border-color: #C03D0F;
}
.TagClassName
{
border-color: #C03D0F;
}
</style>