Shades of Rust #C6470E
Tints of Rust #C6470E
RGB
CMYK
RGB Variations
Color information
#C6470E (or 0xC6470E) is known color: Rust. HEX triplet: C6, 47 and 0E. RGB value is (198,71,14). Sum of RGB (Red+Green+Blue) = 198+71+14=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C6470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6470E is #39B8F1. Grayscale: #666666. Windows color (decimal): -3782898 or 935878. OLE color: 935878.
HSL color Cylindrical-coordinate representation of color #C6470E: hue angle of 18.59º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6470E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.22 |
| HSL | 18.59º | 0.87% | 0.42% | - |
| HSV(B) | 18.59º | 0.93% | 0.78% | - |
| XYZ | 25.62 | 16.54 | 2.26 | - |
| YUV | 102.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 14 | 0 | 0.64 | 0.93 | 0.22 | 18.59 | 0.87 | 0.42 |
| Hex | C6 | 47 | E | 0 | 40 | 5D | 16 | 13 | 57 | 2A |
| Octal | 306 | 107 | 16 | 0 | 100 | 135 | 26 | 23 | 127 | 52 |
| Binary | 11000110 | 1000111 | 1110 | 0 | 1000000 | 1011101 | 10110 | 10011 | 1010111 | 101010 |
Color Harmonies of #C6470E
Complementary color
Monochromatic Colors of #C6470E
Black with #C6470E
Text Example
Text Example
White with #C6470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6470E; }
p { color: rgb(198,71,14); }
H1.HeaderClassName
{
color: #C6470E;
}
.AnyTagClassName
{
color: #C6470E;
}
</style>
background-color css
<style>
a { background-color: #C6470E; }
a { background-color: rgb(198,71,14); }
div.DivClassName
{
background-color: #C6470E;
}
.BgClassName
{
background-color: #C6470E;
}
</style>
border-color css
<style>
span { border-color: #C6470E; }
span { border-color: rgb(198,71,14); }
td.TdClassName
{
border-color: #C6470E;
}
.TagClassName
{
border-color: #C6470E;
}
</style>