Shades of Rust #C6490E
Tints of Rust #C6490E
RGB
CMYK
RGB Variations
Color information
#C6490E (or 0xC6490E) is known color: Rust. HEX triplet: C6, 49 and 0E. RGB value is (198,73,14). Sum of RGB (Red+Green+Blue) = 198+73+14=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C6490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6490E is #39B6F1. Grayscale: #686868. Windows color (decimal): -3782386 or 936390. OLE color: 936390.
HSL color Cylindrical-coordinate representation of color #C6490E: hue angle of 19.24º 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 #C6490E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.22 |
| HSL | 19.24º | 0.87% | 0.42% | - |
| HSV(B) | 19.24º | 0.93% | 0.78% | - |
| XYZ | 25.75 | 16.8 | 2.3 | - |
| YUV | 103.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 14 | 0 | 0.63 | 0.93 | 0.22 | 19.24 | 0.87 | 0.42 |
| Hex | C6 | 49 | E | 0 | 3F | 5D | 16 | 13 | 57 | 2A |
| Octal | 306 | 111 | 16 | 0 | 77 | 135 | 26 | 23 | 127 | 52 |
| Binary | 11000110 | 1001001 | 1110 | 0 | 111111 | 1011101 | 10110 | 10011 | 1010111 | 101010 |
Color Harmonies of #C6490E
Complementary color
Monochromatic Colors of #C6490E
Black with #C6490E
Text Example
Text Example
White with #C6490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6490E; }
p { color: rgb(198,73,14); }
H1.HeaderClassName
{
color: #C6490E;
}
.AnyTagClassName
{
color: #C6490E;
}
</style>
background-color css
<style>
a { background-color: #C6490E; }
a { background-color: rgb(198,73,14); }
div.DivClassName
{
background-color: #C6490E;
}
.BgClassName
{
background-color: #C6490E;
}
</style>
border-color css
<style>
span { border-color: #C6490E; }
span { border-color: rgb(198,73,14); }
td.TdClassName
{
border-color: #C6490E;
}
.TagClassName
{
border-color: #C6490E;
}
</style>