Shades of Rust #C64605
Tints of Rust #C64605
RGB
CMYK
RGB Variations
Color information
#C64605 (or 0xC64605) is known color: Rust. HEX triplet: C6, 46 and 05. RGB value is (198,70,5). Sum of RGB (Red+Green+Blue) = 198+70+5=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C64605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64605 is #39B9FA. Grayscale: #656565. Windows color (decimal): -3783163 or 345798. OLE color: 345798.
HSL color Cylindrical-coordinate representation of color #C64605: hue angle of 20.21º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C64605 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.22 |
| HSL | 20.21º | 0.95% | 0.4% | - |
| HSV(B) | 20.21º | 0.97% | 0.78% | - |
| XYZ | 25.51 | 16.4 | 1.96 | - |
| YUV | 100.86 | 73.91 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 5 | 0 | 0.65 | 0.97 | 0.22 | 20.21 | 0.95 | 0.4 |
| Hex | C6 | 46 | 5 | 0 | 41 | 61 | 16 | 14 | 5F | 28 |
| Octal | 306 | 106 | 5 | 0 | 101 | 141 | 26 | 24 | 137 | 50 |
| Binary | 11000110 | 1000110 | 101 | 0 | 1000001 | 1100001 | 10110 | 10100 | 1011111 | 101000 |
Color Harmonies of #C64605
Complementary color
Monochromatic Colors of #C64605
Black with #C64605
Text Example
Text Example
White with #C64605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64605; }
p { color: rgb(198,70,5); }
H1.HeaderClassName
{
color: #C64605;
}
.AnyTagClassName
{
color: #C64605;
}
</style>
background-color css
<style>
a { background-color: #C64605; }
a { background-color: rgb(198,70,5); }
div.DivClassName
{
background-color: #C64605;
}
.BgClassName
{
background-color: #C64605;
}
</style>
border-color css
<style>
span { border-color: #C64605; }
span { border-color: rgb(198,70,5); }
td.TdClassName
{
border-color: #C64605;
}
.TagClassName
{
border-color: #C64605;
}
</style>