Shades of Rust #C03605
Tints of Rust #C03605
RGB
CMYK
RGB Variations
Color information
#C03605 (or 0xC03605) is known color: Rust. HEX triplet: C0, 36 and 05. RGB value is (192,54,5). Sum of RGB (Red+Green+Blue) = 192+54+5=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C03605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03605 is #3FC9FA. Grayscale: #5A5A5A. Windows color (decimal): -4180475 or 341696. OLE color: 341696.
HSL color Cylindrical-coordinate representation of color #C03605: hue angle of 15.72º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C03605 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.25 |
| HSL | 15.72º | 0.95% | 0.39% | - |
| HSV(B) | 15.72º | 0.97% | 0.75% | - |
| XYZ | 23.08 | 13.86 | 1.6 | - |
| YUV | 89.68 | 80.22 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 5 | 0 | 0.72 | 0.97 | 0.25 | 15.72 | 0.95 | 0.39 |
| Hex | C0 | 36 | 5 | 0 | 48 | 61 | 19 | 10 | 5F | 27 |
| Octal | 300 | 66 | 5 | 0 | 110 | 141 | 31 | 20 | 137 | 47 |
| Binary | 11000000 | 110110 | 101 | 0 | 1001000 | 1100001 | 11001 | 10000 | 1011111 | 100111 |
Color Harmonies of #C03605
Complementary color
Monochromatic Colors of #C03605
Black with #C03605
Text Example
Text Example
White with #C03605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03605; }
p { color: rgb(192,54,5); }
H1.HeaderClassName
{
color: #C03605;
}
.AnyTagClassName
{
color: #C03605;
}
</style>
background-color css
<style>
a { background-color: #C03605; }
a { background-color: rgb(192,54,5); }
div.DivClassName
{
background-color: #C03605;
}
.BgClassName
{
background-color: #C03605;
}
</style>
border-color css
<style>
span { border-color: #C03605; }
span { border-color: rgb(192,54,5); }
td.TdClassName
{
border-color: #C03605;
}
.TagClassName
{
border-color: #C03605;
}
</style>