Shades of Rust #C03603
Tints of Rust #C03603
RGB
CMYK
RGB Variations
Color information
#C03603 (or 0xC03603) is known color: Rust. HEX triplet: C0, 36 and 03. RGB value is (192,54,3). Sum of RGB (Red+Green+Blue) = 192+54+3=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C03603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03603 is #3FC9FC. Grayscale: #595959. Windows color (decimal): -4180477 or 210624. OLE color: 210624.
HSL color Cylindrical-coordinate representation of color #C03603: hue angle of 16.19º 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 #C03603 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.25 |
| HSL | 16.19º | 0.97% | 0.38% | - |
| HSV(B) | 16.19º | 0.98% | 0.75% | - |
| XYZ | 23.07 | 13.85 | 1.54 | - |
| YUV | 89.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 3 | 0 | 0.72 | 0.98 | 0.25 | 16.19 | 0.97 | 0.38 |
| Hex | C0 | 36 | 3 | 0 | 48 | 62 | 19 | 10 | 61 | 26 |
| Octal | 300 | 66 | 3 | 0 | 110 | 142 | 31 | 20 | 141 | 46 |
| Binary | 11000000 | 110110 | 11 | 0 | 1001000 | 1100010 | 11001 | 10000 | 1100001 | 100110 |
Color Harmonies of #C03603
Complementary color
Monochromatic Colors of #C03603
Black with #C03603
Text Example
Text Example
White with #C03603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03603; }
p { color: rgb(192,54,3); }
H1.HeaderClassName
{
color: #C03603;
}
.AnyTagClassName
{
color: #C03603;
}
</style>
background-color css
<style>
a { background-color: #C03603; }
a { background-color: rgb(192,54,3); }
div.DivClassName
{
background-color: #C03603;
}
.BgClassName
{
background-color: #C03603;
}
</style>
border-color css
<style>
span { border-color: #C03603; }
span { border-color: rgb(192,54,3); }
td.TdClassName
{
border-color: #C03603;
}
.TagClassName
{
border-color: #C03603;
}
</style>