Shades of Rust #C03F05
Tints of Rust #C03F05
RGB
CMYK
RGB Variations
Color information
#C03F05 (or 0xC03F05) is known color: Rust. HEX triplet: C0, 3F and 05. RGB value is (192,63,5). Sum of RGB (Red+Green+Blue) = 192+63+5=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F05 is #3FC0FA. Grayscale: #5F5F5F. Windows color (decimal): -4178171 or 344000. OLE color: 344000.
HSL color Cylindrical-coordinate representation of color #C03F05: hue angle of 18.61º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C03F05 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.25 |
| HSL | 18.61º | 0.95% | 0.39% | - |
| HSV(B) | 18.61º | 0.97% | 0.75% | - |
| XYZ | 23.54 | 14.77 | 1.75 | - |
| YUV | 94.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 5 | 0 | 0.67 | 0.97 | 0.25 | 18.61 | 0.95 | 0.39 |
| Hex | C0 | 3F | 5 | 0 | 43 | 61 | 19 | 13 | 5F | 27 |
| Octal | 300 | 77 | 5 | 0 | 103 | 141 | 31 | 23 | 137 | 47 |
| Binary | 11000000 | 111111 | 101 | 0 | 1000011 | 1100001 | 11001 | 10011 | 1011111 | 100111 |
Color Harmonies of #C03F05
Complementary color
Monochromatic Colors of #C03F05
Black with #C03F05
Text Example
Text Example
White with #C03F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F05; }
p { color: rgb(192,63,5); }
H1.HeaderClassName
{
color: #C03F05;
}
.AnyTagClassName
{
color: #C03F05;
}
</style>
background-color css
<style>
a { background-color: #C03F05; }
a { background-color: rgb(192,63,5); }
div.DivClassName
{
background-color: #C03F05;
}
.BgClassName
{
background-color: #C03F05;
}
</style>
border-color css
<style>
span { border-color: #C03F05; }
span { border-color: rgb(192,63,5); }
td.TdClassName
{
border-color: #C03F05;
}
.TagClassName
{
border-color: #C03F05;
}
</style>