Shades of Rust #C64206
Tints of Rust #C64206
RGB
CMYK
RGB Variations
Color information
#C64206 (or 0xC64206) is known color: Rust. HEX triplet: C6, 42 and 06. RGB value is (198,66,6). Sum of RGB (Red+Green+Blue) = 198+66+6=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C64206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64206 is #39BDF9. Grayscale: #636363. Windows color (decimal): -3784186 or 410310. OLE color: 410310.
HSL color Cylindrical-coordinate representation of color #C64206: hue angle of 18.75º degrees, saturation: 0.94, 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 #C64206 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.22 |
| HSL | 18.75º | 0.94% | 0.4% | - |
| HSV(B) | 18.75º | 0.97% | 0.78% | - |
| XYZ | 25.27 | 15.92 | 1.91 | - |
| YUV | 98.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 6 | 0 | 0.67 | 0.97 | 0.22 | 18.75 | 0.94 | 0.4 |
| Hex | C6 | 42 | 6 | 0 | 43 | 61 | 16 | 13 | 5E | 28 |
| Octal | 306 | 102 | 6 | 0 | 103 | 141 | 26 | 23 | 136 | 50 |
| Binary | 11000110 | 1000010 | 110 | 0 | 1000011 | 1100001 | 10110 | 10011 | 1011110 | 101000 |
Color Harmonies of #C64206
Complementary color
Monochromatic Colors of #C64206
Black with #C64206
Text Example
Text Example
White with #C64206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64206; }
p { color: rgb(198,66,6); }
H1.HeaderClassName
{
color: #C64206;
}
.AnyTagClassName
{
color: #C64206;
}
</style>
background-color css
<style>
a { background-color: #C64206; }
a { background-color: rgb(198,66,6); }
div.DivClassName
{
background-color: #C64206;
}
.BgClassName
{
background-color: #C64206;
}
</style>
border-color css
<style>
span { border-color: #C64206; }
span { border-color: rgb(198,66,6); }
td.TdClassName
{
border-color: #C64206;
}
.TagClassName
{
border-color: #C64206;
}
</style>