Shades of Rust #C03A04
Tints of Rust #C03A04
RGB
CMYK
RGB Variations
Color information
#C03A04 (or 0xC03A04) is known color: Rust. HEX triplet: C0, 3A and 04. RGB value is (192,58,4). Sum of RGB (Red+Green+Blue) = 192+58+4=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A04 is #3FC5FB. Grayscale: #5C5C5C. Windows color (decimal): -4179452 or 277184. OLE color: 277184.
HSL color Cylindrical-coordinate representation of color #C03A04: hue angle of 17.23º 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 #C03A04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.25 |
| HSL | 17.23º | 0.96% | 0.38% | - |
| HSV(B) | 17.23º | 0.98% | 0.75% | - |
| XYZ | 23.27 | 14.24 | 1.64 | - |
| YUV | 91.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 4 | 0 | 0.70 | 0.98 | 0.25 | 17.23 | 0.96 | 0.38 |
| Hex | C0 | 3A | 4 | 0 | 46 | 62 | 19 | 11 | 60 | 26 |
| Octal | 300 | 72 | 4 | 0 | 106 | 142 | 31 | 21 | 140 | 46 |
| Binary | 11000000 | 111010 | 100 | 0 | 1000110 | 1100010 | 11001 | 10001 | 1100000 | 100110 |
Color Harmonies of #C03A04
Complementary color
Monochromatic Colors of #C03A04
Black with #C03A04
Text Example
Text Example
White with #C03A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A04; }
p { color: rgb(192,58,4); }
H1.HeaderClassName
{
color: #C03A04;
}
.AnyTagClassName
{
color: #C03A04;
}
</style>
background-color css
<style>
a { background-color: #C03A04; }
a { background-color: rgb(192,58,4); }
div.DivClassName
{
background-color: #C03A04;
}
.BgClassName
{
background-color: #C03A04;
}
</style>
border-color css
<style>
span { border-color: #C03A04; }
span { border-color: rgb(192,58,4); }
td.TdClassName
{
border-color: #C03A04;
}
.TagClassName
{
border-color: #C03A04;
}
</style>