Shades of Rust #C64004
Tints of Rust #C64004
RGB
CMYK
RGB Variations
Color information
#C64004 (or 0xC64004) is known color: Rust. HEX triplet: C6, 40 and 04. RGB value is (198,64,4). Sum of RGB (Red+Green+Blue) = 198+64+4=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C64004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64004 is #39BFFB. Grayscale: #616161. Windows color (decimal): -3784700 or 278726. OLE color: 278726.
HSL color Cylindrical-coordinate representation of color #C64004: hue angle of 18.56º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C64004 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.22 |
| HSL | 18.56º | 0.96% | 0.4% | - |
| HSV(B) | 18.56º | 0.98% | 0.78% | - |
| XYZ | 25.14 | 15.68 | 1.82 | - |
| YUV | 97.23 | 75.39 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 4 | 0 | 0.68 | 0.98 | 0.22 | 18.56 | 0.96 | 0.4 |
| Hex | C6 | 40 | 4 | 0 | 44 | 62 | 16 | 13 | 60 | 28 |
| Octal | 306 | 100 | 4 | 0 | 104 | 142 | 26 | 23 | 140 | 50 |
| Binary | 11000110 | 1000000 | 100 | 0 | 1000100 | 1100010 | 10110 | 10011 | 1100000 | 101000 |
Color Harmonies of #C64004
Complementary color
Monochromatic Colors of #C64004
Black with #C64004
Text Example
Text Example
White with #C64004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64004; }
p { color: rgb(198,64,4); }
H1.HeaderClassName
{
color: #C64004;
}
.AnyTagClassName
{
color: #C64004;
}
</style>
background-color css
<style>
a { background-color: #C64004; }
a { background-color: rgb(198,64,4); }
div.DivClassName
{
background-color: #C64004;
}
.BgClassName
{
background-color: #C64004;
}
</style>
border-color css
<style>
span { border-color: #C64004; }
span { border-color: rgb(198,64,4); }
td.TdClassName
{
border-color: #C64004;
}
.TagClassName
{
border-color: #C64004;
}
</style>