Shades of Rust #C03500
Tints of Rust #C03500
RGB
CMYK
RGB Variations
Color information
#C03500 (or 0xC03500) is known color: Rust. HEX triplet: C0, 35 and 00. RGB value is (192,53,0). Sum of RGB (Red+Green+Blue) = 192+53+0=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C03500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03500 is #3FCAFF. Grayscale: #585858. Windows color (decimal): -4180736 or 13760. OLE color: 13760.
HSL color Cylindrical-coordinate representation of color #C03500: hue angle of 16.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C03500 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.25 |
| HSL | 16.56º | 1% | 0.38% | - |
| HSV(B) | 16.56º | 1% | 0.75% | - |
| XYZ | 23.01 | 13.75 | 1.44 | - |
| YUV | 88.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 0 | 0 | 0.72 | 1 | 0.25 | 16.56 | 1 | 0.38 |
| Hex | C0 | 35 | 0 | 0 | 48 | 64 | 19 | 11 | 64 | 26 |
| Octal | 300 | 65 | 0 | 0 | 110 | 144 | 31 | 21 | 144 | 46 |
| Binary | 11000000 | 110101 | 0 | 0 | 1001000 | 1100100 | 11001 | 10001 | 1100100 | 100110 |
Color Harmonies of #C03500
Complementary color
Monochromatic Colors of #C03500
Black with #C03500
Text Example
Text Example
White with #C03500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03500; }
p { color: rgb(192,53,0); }
H1.HeaderClassName
{
color: #C03500;
}
.AnyTagClassName
{
color: #C03500;
}
</style>
background-color css
<style>
a { background-color: #C03500; }
a { background-color: rgb(192,53,0); }
div.DivClassName
{
background-color: #C03500;
}
.BgClassName
{
background-color: #C03500;
}
</style>
border-color css
<style>
span { border-color: #C03500; }
span { border-color: rgb(192,53,0); }
td.TdClassName
{
border-color: #C03500;
}
.TagClassName
{
border-color: #C03500;
}
</style>