Shades of Rust #C6420E
Tints of Rust #C6420E
RGB
CMYK
RGB Variations
Color information
#C6420E (or 0xC6420E) is known color: Rust. HEX triplet: C6, 42 and 0E. RGB value is (198,66,14). Sum of RGB (Red+Green+Blue) = 198+66+14=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6420E is #39BDF1. Grayscale: #636363. Windows color (decimal): -3784178 or 934598. OLE color: 934598.
HSL color Cylindrical-coordinate representation of color #C6420E: hue angle of 16.96º 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 #C6420E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 14 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.22 |
| HSL | 16.96º | 0.87% | 0.42% | - |
| HSV(B) | 16.96º | 0.93% | 0.78% | - |
| XYZ | 25.32 | 15.93 | 2.16 | - |
| YUV | 99.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 14 | 0 | 0.67 | 0.93 | 0.22 | 16.96 | 0.87 | 0.42 |
| Hex | C6 | 42 | E | 0 | 43 | 5D | 16 | 11 | 57 | 2A |
| Octal | 306 | 102 | 16 | 0 | 103 | 135 | 26 | 21 | 127 | 52 |
| Binary | 11000110 | 1000010 | 1110 | 0 | 1000011 | 1011101 | 10110 | 10001 | 1010111 | 101010 |
Color Harmonies of #C6420E
Complementary color
Monochromatic Colors of #C6420E
Black with #C6420E
Text Example
Text Example
White with #C6420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6420E; }
p { color: rgb(198,66,14); }
H1.HeaderClassName
{
color: #C6420E;
}
.AnyTagClassName
{
color: #C6420E;
}
</style>
background-color css
<style>
a { background-color: #C6420E; }
a { background-color: rgb(198,66,14); }
div.DivClassName
{
background-color: #C6420E;
}
.BgClassName
{
background-color: #C6420E;
}
</style>
border-color css
<style>
span { border-color: #C6420E; }
span { border-color: rgb(198,66,14); }
td.TdClassName
{
border-color: #C6420E;
}
.TagClassName
{
border-color: #C6420E;
}
</style>