Shades of Rust #C64200
Tints of Rust #C64200
RGB
CMYK
RGB Variations
Color information
#C64200 (or 0xC64200) is known color: Rust. HEX triplet: C6, 42 and 00. RGB value is (198,66,0). Sum of RGB (Red+Green+Blue) = 198+66+0=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C64200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64200 is #39BDFF. Grayscale: #626262. Windows color (decimal): -3784192 or 17094. OLE color: 17094.
HSL color Cylindrical-coordinate representation of color #C64200: hue angle of 20º 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 #C64200 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.22 |
| HSL | 20º | 1% | 0.39% | - |
| HSV(B) | 20º | 1% | 0.78% | - |
| XYZ | 25.24 | 15.9 | 1.74 | - |
| YUV | 97.94 | 72.73 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 0 | 0 | 0.67 | 1 | 0.22 | 20 | 1 | 0.39 |
| Hex | C6 | 42 | 0 | 0 | 43 | 64 | 16 | 14 | 64 | 27 |
| Octal | 306 | 102 | 0 | 0 | 103 | 144 | 26 | 24 | 144 | 47 |
| Binary | 11000110 | 1000010 | 0 | 0 | 1000011 | 1100100 | 10110 | 10100 | 1100100 | 100111 |
Color Harmonies of #C64200
Complementary color
Monochromatic Colors of #C64200
Black with #C64200
Text Example
Text Example
White with #C64200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64200; }
p { color: rgb(198,66,0); }
H1.HeaderClassName
{
color: #C64200;
}
.AnyTagClassName
{
color: #C64200;
}
</style>
background-color css
<style>
a { background-color: #C64200; }
a { background-color: rgb(198,66,0); }
div.DivClassName
{
background-color: #C64200;
}
.BgClassName
{
background-color: #C64200;
}
</style>
border-color css
<style>
span { border-color: #C64200; }
span { border-color: rgb(198,66,0); }
td.TdClassName
{
border-color: #C64200;
}
.TagClassName
{
border-color: #C64200;
}
</style>