Shades of Rust #C03D04
Tints of Rust #C03D04
RGB
CMYK
RGB Variations
Color information
#C03D04 (or 0xC03D04) is known color: Rust. HEX triplet: C0, 3D and 04. RGB value is (192,61,4). Sum of RGB (Red+Green+Blue) = 192+61+4=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D04 is #3FC2FB. Grayscale: #5E5E5E. Windows color (decimal): -4178684 or 277952. OLE color: 277952.
HSL color Cylindrical-coordinate representation of color #C03D04: hue angle of 18.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C03D04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.25 |
| HSL | 18.19º | 0.96% | 0.38% | - |
| HSV(B) | 18.19º | 0.98% | 0.75% | - |
| XYZ | 23.43 | 14.55 | 1.69 | - |
| YUV | 93.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 4 | 0 | 0.68 | 0.98 | 0.25 | 18.19 | 0.96 | 0.38 |
| Hex | C0 | 3D | 4 | 0 | 44 | 62 | 19 | 12 | 60 | 26 |
| Octal | 300 | 75 | 4 | 0 | 104 | 142 | 31 | 22 | 140 | 46 |
| Binary | 11000000 | 111101 | 100 | 0 | 1000100 | 1100010 | 11001 | 10010 | 1100000 | 100110 |
Color Harmonies of #C03D04
Complementary color
Monochromatic Colors of #C03D04
Black with #C03D04
Text Example
Text Example
White with #C03D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D04; }
p { color: rgb(192,61,4); }
H1.HeaderClassName
{
color: #C03D04;
}
.AnyTagClassName
{
color: #C03D04;
}
</style>
background-color css
<style>
a { background-color: #C03D04; }
a { background-color: rgb(192,61,4); }
div.DivClassName
{
background-color: #C03D04;
}
.BgClassName
{
background-color: #C03D04;
}
</style>
border-color css
<style>
span { border-color: #C03D04; }
span { border-color: rgb(192,61,4); }
td.TdClassName
{
border-color: #C03D04;
}
.TagClassName
{
border-color: #C03D04;
}
</style>