Shades of Rust #C03503
Tints of Rust #C03503
RGB
CMYK
RGB Variations
Color information
#C03503 (or 0xC03503) is known color: Rust. HEX triplet: C0, 35 and 03. RGB value is (192,53,3). Sum of RGB (Red+Green+Blue) = 192+53+3=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C03503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03503 is #3FCAFC. Grayscale: #595959. Windows color (decimal): -4180733 or 210368. OLE color: 210368.
HSL color Cylindrical-coordinate representation of color #C03503: hue angle of 15.87º 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 #C03503 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.25 |
| HSL | 15.87º | 0.97% | 0.38% | - |
| HSV(B) | 15.87º | 0.98% | 0.75% | - |
| XYZ | 23.03 | 13.76 | 1.53 | - |
| YUV | 88.86 | 79.55 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 3 | 0 | 0.72 | 0.98 | 0.25 | 15.87 | 0.97 | 0.38 |
| Hex | C0 | 35 | 3 | 0 | 48 | 62 | 19 | 10 | 61 | 26 |
| Octal | 300 | 65 | 3 | 0 | 110 | 142 | 31 | 20 | 141 | 46 |
| Binary | 11000000 | 110101 | 11 | 0 | 1001000 | 1100010 | 11001 | 10000 | 1100001 | 100110 |
Color Harmonies of #C03503
Complementary color
Monochromatic Colors of #C03503
Black with #C03503
Text Example
Text Example
White with #C03503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03503; }
p { color: rgb(192,53,3); }
H1.HeaderClassName
{
color: #C03503;
}
.AnyTagClassName
{
color: #C03503;
}
</style>
background-color css
<style>
a { background-color: #C03503; }
a { background-color: rgb(192,53,3); }
div.DivClassName
{
background-color: #C03503;
}
.BgClassName
{
background-color: #C03503;
}
</style>
border-color css
<style>
span { border-color: #C03503; }
span { border-color: rgb(192,53,3); }
td.TdClassName
{
border-color: #C03503;
}
.TagClassName
{
border-color: #C03503;
}
</style>