Shades of Rust #C64000
Tints of Rust #C64000
RGB
CMYK
RGB Variations
Color information
#C64000 (or 0xC64000) is known color: Rust. HEX triplet: C6, 40 and 00. RGB value is (198,64,0). Sum of RGB (Red+Green+Blue) = 198+64+0=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C64000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64000 is #39BFFF. Grayscale: #616161. Windows color (decimal): -3784704 or 16582. OLE color: 16582.
HSL color Cylindrical-coordinate representation of color #C64000: hue angle of 19.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C64000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.22 |
| HSL | 19.39º | 1% | 0.39% | - |
| HSV(B) | 19.39º | 1% | 0.78% | - |
| XYZ | 25.12 | 15.67 | 1.7 | - |
| YUV | 96.77 | 73.39 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 0 | 0 | 0.68 | 1 | 0.22 | 19.39 | 1 | 0.39 |
| Hex | C6 | 40 | 0 | 0 | 44 | 64 | 16 | 13 | 64 | 27 |
| Octal | 306 | 100 | 0 | 0 | 104 | 144 | 26 | 23 | 144 | 47 |
| Binary | 11000110 | 1000000 | 0 | 0 | 1000100 | 1100100 | 10110 | 10011 | 1100100 | 100111 |
Color Harmonies of #C64000
Complementary color
Monochromatic Colors of #C64000
Black with #C64000
Text Example
Text Example
White with #C64000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64000; }
p { color: rgb(198,64,0); }
H1.HeaderClassName
{
color: #C64000;
}
.AnyTagClassName
{
color: #C64000;
}
</style>
background-color css
<style>
a { background-color: #C64000; }
a { background-color: rgb(198,64,0); }
div.DivClassName
{
background-color: #C64000;
}
.BgClassName
{
background-color: #C64000;
}
</style>
border-color css
<style>
span { border-color: #C64000; }
span { border-color: rgb(198,64,0); }
td.TdClassName
{
border-color: #C64000;
}
.TagClassName
{
border-color: #C64000;
}
</style>