Shades of Rust #C03F03
Tints of Rust #C03F03
RGB
CMYK
RGB Variations
Color information
#C03F03 (or 0xC03F03) is known color: Rust. HEX triplet: C0, 3F and 03. RGB value is (192,63,3). Sum of RGB (Red+Green+Blue) = 192+63+3=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F03 is #3FC0FC. Grayscale: #5F5F5F. Windows color (decimal): -4178173 or 212928. OLE color: 212928.
HSL color Cylindrical-coordinate representation of color #C03F03: hue angle of 19.05º degrees, saturation: 0.97, 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 #C03F03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.25 |
| HSL | 19.05º | 0.97% | 0.38% | - |
| HSV(B) | 19.05º | 0.98% | 0.75% | - |
| XYZ | 23.53 | 14.77 | 1.7 | - |
| YUV | 94.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 3 | 0 | 0.67 | 0.98 | 0.25 | 19.05 | 0.97 | 0.38 |
| Hex | C0 | 3F | 3 | 0 | 43 | 62 | 19 | 13 | 61 | 26 |
| Octal | 300 | 77 | 3 | 0 | 103 | 142 | 31 | 23 | 141 | 46 |
| Binary | 11000000 | 111111 | 11 | 0 | 1000011 | 1100010 | 11001 | 10011 | 1100001 | 100110 |
Color Harmonies of #C03F03
Complementary color
Monochromatic Colors of #C03F03
Black with #C03F03
Text Example
Text Example
White with #C03F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F03; }
p { color: rgb(192,63,3); }
H1.HeaderClassName
{
color: #C03F03;
}
.AnyTagClassName
{
color: #C03F03;
}
</style>
background-color css
<style>
a { background-color: #C03F03; }
a { background-color: rgb(192,63,3); }
div.DivClassName
{
background-color: #C03F03;
}
.BgClassName
{
background-color: #C03F03;
}
</style>
border-color css
<style>
span { border-color: #C03F03; }
span { border-color: rgb(192,63,3); }
td.TdClassName
{
border-color: #C03F03;
}
.TagClassName
{
border-color: #C03F03;
}
</style>