Shades of Rust #C64005
Tints of Rust #C64005
RGB
CMYK
RGB Variations
Color information
#C64005 (or 0xC64005) is known color: Rust. HEX triplet: C6, 40 and 05. RGB value is (198,64,5). Sum of RGB (Red+Green+Blue) = 198+64+5=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C64005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64005 is #39BFFA. Grayscale: #616161. Windows color (decimal): -3784699 or 344262. OLE color: 344262.
HSL color Cylindrical-coordinate representation of color #C64005: hue angle of 18.34º 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 #C64005 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.22 |
| HSL | 18.34º | 0.95% | 0.4% | - |
| HSV(B) | 18.34º | 0.97% | 0.78% | - |
| XYZ | 25.15 | 15.68 | 1.85 | - |
| YUV | 97.34 | 75.89 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 5 | 0 | 0.68 | 0.97 | 0.22 | 18.34 | 0.95 | 0.4 |
| Hex | C6 | 40 | 5 | 0 | 44 | 61 | 16 | 12 | 5F | 28 |
| Octal | 306 | 100 | 5 | 0 | 104 | 141 | 26 | 22 | 137 | 50 |
| Binary | 11000110 | 1000000 | 101 | 0 | 1000100 | 1100001 | 10110 | 10010 | 1011111 | 101000 |
Color Harmonies of #C64005
Complementary color
Monochromatic Colors of #C64005
Black with #C64005
Text Example
Text Example
White with #C64005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64005; }
p { color: rgb(198,64,5); }
H1.HeaderClassName
{
color: #C64005;
}
.AnyTagClassName
{
color: #C64005;
}
</style>
background-color css
<style>
a { background-color: #C64005; }
a { background-color: rgb(198,64,5); }
div.DivClassName
{
background-color: #C64005;
}
.BgClassName
{
background-color: #C64005;
}
</style>
border-color css
<style>
span { border-color: #C64005; }
span { border-color: rgb(198,64,5); }
td.TdClassName
{
border-color: #C64005;
}
.TagClassName
{
border-color: #C64005;
}
</style>