Shades of Rust #C6490D
Tints of Rust #C6490D
RGB
CMYK
RGB Variations
Color information
#C6490D (or 0xC6490D) is known color: Rust. HEX triplet: C6, 49 and 0D. RGB value is (198,73,13). Sum of RGB (Red+Green+Blue) = 198+73+13=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C6490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6490D is #39B6F2. Grayscale: #676767. Windows color (decimal): -3782387 or 870854. OLE color: 870854.
HSL color Cylindrical-coordinate representation of color #C6490D: hue angle of 19.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6490D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.22 |
| HSL | 19.46º | 0.88% | 0.41% | - |
| HSV(B) | 19.46º | 0.93% | 0.78% | - |
| XYZ | 25.74 | 16.8 | 2.27 | - |
| YUV | 103.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 13 | 0 | 0.63 | 0.93 | 0.22 | 19.46 | 0.88 | 0.41 |
| Hex | C6 | 49 | D | 0 | 3F | 5D | 16 | 13 | 58 | 29 |
| Octal | 306 | 111 | 15 | 0 | 77 | 135 | 26 | 23 | 130 | 51 |
| Binary | 11000110 | 1001001 | 1101 | 0 | 111111 | 1011101 | 10110 | 10011 | 1011000 | 101001 |
Color Harmonies of #C6490D
Complementary color
Monochromatic Colors of #C6490D
Black with #C6490D
Text Example
Text Example
White with #C6490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6490D; }
p { color: rgb(198,73,13); }
H1.HeaderClassName
{
color: #C6490D;
}
.AnyTagClassName
{
color: #C6490D;
}
</style>
background-color css
<style>
a { background-color: #C6490D; }
a { background-color: rgb(198,73,13); }
div.DivClassName
{
background-color: #C6490D;
}
.BgClassName
{
background-color: #C6490D;
}
</style>
border-color css
<style>
span { border-color: #C6490D; }
span { border-color: rgb(198,73,13); }
td.TdClassName
{
border-color: #C6490D;
}
.TagClassName
{
border-color: #C6490D;
}
</style>