Shades of Rust #C64100
Tints of Rust #C64100
RGB
CMYK
RGB Variations
Color information
#C64100 (or 0xC64100) is known color: Rust. HEX triplet: C6, 41 and 00. RGB value is (198,65,0). Sum of RGB (Red+Green+Blue) = 198+65+0=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C64100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64100 is #39BEFF. Grayscale: #616161. Windows color (decimal): -3784448 or 16838. OLE color: 16838.
HSL color Cylindrical-coordinate representation of color #C64100: hue angle of 19.7º 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 #C64100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.22 |
| HSL | 19.7º | 1% | 0.39% | - |
| HSV(B) | 19.7º | 1% | 0.78% | - |
| XYZ | 25.18 | 15.79 | 1.72 | - |
| YUV | 97.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 0 | 0 | 0.67 | 1 | 0.22 | 19.7 | 1 | 0.39 |
| Hex | C6 | 41 | 0 | 0 | 43 | 64 | 16 | 14 | 64 | 27 |
| Octal | 306 | 101 | 0 | 0 | 103 | 144 | 26 | 24 | 144 | 47 |
| Binary | 11000110 | 1000001 | 0 | 0 | 1000011 | 1100100 | 10110 | 10100 | 1100100 | 100111 |
Color Harmonies of #C64100
Complementary color
Monochromatic Colors of #C64100
Black with #C64100
Text Example
Text Example
White with #C64100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64100; }
p { color: rgb(198,65,0); }
H1.HeaderClassName
{
color: #C64100;
}
.AnyTagClassName
{
color: #C64100;
}
</style>
background-color css
<style>
a { background-color: #C64100; }
a { background-color: rgb(198,65,0); }
div.DivClassName
{
background-color: #C64100;
}
.BgClassName
{
background-color: #C64100;
}
</style>
border-color css
<style>
span { border-color: #C64100; }
span { border-color: rgb(198,65,0); }
td.TdClassName
{
border-color: #C64100;
}
.TagClassName
{
border-color: #C64100;
}
</style>