Shades of Rust #C6490F
Tints of Rust #C6490F
RGB
CMYK
RGB Variations
Color information
#C6490F (or 0xC6490F) is known color: Rust. HEX triplet: C6, 49 and 0F. RGB value is (198,73,15). Sum of RGB (Red+Green+Blue) = 198+73+15=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C6490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6490F is #39B6F0. Grayscale: #686868. Windows color (decimal): -3782385 or 1001926. OLE color: 1001926.
HSL color Cylindrical-coordinate representation of color #C6490F: hue angle of 19.02º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6490F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.22 |
| HSL | 19.02º | 0.86% | 0.42% | - |
| HSV(B) | 19.02º | 0.92% | 0.78% | - |
| XYZ | 25.76 | 16.81 | 2.34 | - |
| YUV | 103.76 | 77.91 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 15 | 0 | 0.63 | 0.92 | 0.22 | 19.02 | 0.86 | 0.42 |
| Hex | C6 | 49 | F | 0 | 3F | 5C | 16 | 13 | 56 | 2A |
| Octal | 306 | 111 | 17 | 0 | 77 | 134 | 26 | 23 | 126 | 52 |
| Binary | 11000110 | 1001001 | 1111 | 0 | 111111 | 1011100 | 10110 | 10011 | 1010110 | 101010 |
Color Harmonies of #C6490F
Complementary color
Monochromatic Colors of #C6490F
Black with #C6490F
Text Example
Text Example
White with #C6490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6490F; }
p { color: rgb(198,73,15); }
H1.HeaderClassName
{
color: #C6490F;
}
.AnyTagClassName
{
color: #C6490F;
}
</style>
background-color css
<style>
a { background-color: #C6490F; }
a { background-color: rgb(198,73,15); }
div.DivClassName
{
background-color: #C6490F;
}
.BgClassName
{
background-color: #C6490F;
}
</style>
border-color css
<style>
span { border-color: #C6490F; }
span { border-color: rgb(198,73,15); }
td.TdClassName
{
border-color: #C6490F;
}
.TagClassName
{
border-color: #C6490F;
}
</style>