Shades of Rust #C64400
Tints of Rust #C64400
RGB
CMYK
RGB Variations
Color information
#C64400 (or 0xC64400) is known color: Rust. HEX triplet: C6, 44 and 00. RGB value is (198,68,0). Sum of RGB (Red+Green+Blue) = 198+68+0=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C64400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64400 is #39BBFF. Grayscale: #636363. Windows color (decimal): -3783680 or 17606. OLE color: 17606.
HSL color Cylindrical-coordinate representation of color #C64400: hue angle of 20.61º 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 #C64400 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.22 |
| HSL | 20.61º | 1% | 0.39% | - |
| HSV(B) | 20.61º | 1% | 0.78% | - |
| XYZ | 25.36 | 16.14 | 1.78 | - |
| YUV | 99.12 | 72.07 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 0 | 0 | 0.66 | 1 | 0.22 | 20.61 | 1 | 0.39 |
| Hex | C6 | 44 | 0 | 0 | 42 | 64 | 16 | 15 | 64 | 27 |
| Octal | 306 | 104 | 0 | 0 | 102 | 144 | 26 | 25 | 144 | 47 |
| Binary | 11000110 | 1000100 | 0 | 0 | 1000010 | 1100100 | 10110 | 10101 | 1100100 | 100111 |
Color Harmonies of #C64400
Complementary color
Monochromatic Colors of #C64400
Black with #C64400
Text Example
Text Example
White with #C64400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64400; }
p { color: rgb(198,68,0); }
H1.HeaderClassName
{
color: #C64400;
}
.AnyTagClassName
{
color: #C64400;
}
</style>
background-color css
<style>
a { background-color: #C64400; }
a { background-color: rgb(198,68,0); }
div.DivClassName
{
background-color: #C64400;
}
.BgClassName
{
background-color: #C64400;
}
</style>
border-color css
<style>
span { border-color: #C64400; }
span { border-color: rgb(198,68,0); }
td.TdClassName
{
border-color: #C64400;
}
.TagClassName
{
border-color: #C64400;
}
</style>