Shades of Rust #C03502
Tints of Rust #C03502
RGB
CMYK
RGB Variations
Color information
#C03502 (or 0xC03502) is known color: Rust. HEX triplet: C0, 35 and 02. RGB value is (192,53,2). Sum of RGB (Red+Green+Blue) = 192+53+2=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C03502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03502 is #3FCAFD. Grayscale: #595959. Windows color (decimal): -4180734 or 144832. OLE color: 144832.
HSL color Cylindrical-coordinate representation of color #C03502: hue angle of 16.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C03502 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.25 |
| HSL | 16.11º | 0.98% | 0.38% | - |
| HSV(B) | 16.11º | 0.99% | 0.75% | - |
| XYZ | 23.02 | 13.76 | 1.5 | - |
| YUV | 88.75 | 79.05 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 2 | 0 | 0.72 | 0.99 | 0.25 | 16.11 | 0.98 | 0.38 |
| Hex | C0 | 35 | 2 | 0 | 48 | 63 | 19 | 10 | 62 | 26 |
| Octal | 300 | 65 | 2 | 0 | 110 | 143 | 31 | 20 | 142 | 46 |
| Binary | 11000000 | 110101 | 10 | 0 | 1001000 | 1100011 | 11001 | 10000 | 1100010 | 100110 |
Color Harmonies of #C03502
Complementary color
Monochromatic Colors of #C03502
Black with #C03502
Text Example
Text Example
White with #C03502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03502; }
p { color: rgb(192,53,2); }
H1.HeaderClassName
{
color: #C03502;
}
.AnyTagClassName
{
color: #C03502;
}
</style>
background-color css
<style>
a { background-color: #C03502; }
a { background-color: rgb(192,53,2); }
div.DivClassName
{
background-color: #C03502;
}
.BgClassName
{
background-color: #C03502;
}
</style>
border-color css
<style>
span { border-color: #C03502; }
span { border-color: rgb(192,53,2); }
td.TdClassName
{
border-color: #C03502;
}
.TagClassName
{
border-color: #C03502;
}
</style>