Shades of Rust #C6460B
Tints of Rust #C6460B
RGB
CMYK
RGB Variations
Color information
#C6460B (or 0xC6460B) is known color: Rust. HEX triplet: C6, 46 and 0B. RGB value is (198,70,11). Sum of RGB (Red+Green+Blue) = 198+70+11=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6460B is #39B9F4. Grayscale: #656565. Windows color (decimal): -3783157 or 739014. OLE color: 739014.
HSL color Cylindrical-coordinate representation of color #C6460B: hue angle of 18.93º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6460B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.22 |
| HSL | 18.93º | 0.89% | 0.41% | - |
| HSV(B) | 18.93º | 0.94% | 0.78% | - |
| XYZ | 25.54 | 16.41 | 2.14 | - |
| YUV | 101.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 11 | 0 | 0.65 | 0.94 | 0.22 | 18.93 | 0.89 | 0.41 |
| Hex | C6 | 46 | B | 0 | 41 | 5E | 16 | 13 | 59 | 29 |
| Octal | 306 | 106 | 13 | 0 | 101 | 136 | 26 | 23 | 131 | 51 |
| Binary | 11000110 | 1000110 | 1011 | 0 | 1000001 | 1011110 | 10110 | 10011 | 1011001 | 101001 |
Color Harmonies of #C6460B
Complementary color
Monochromatic Colors of #C6460B
Black with #C6460B
Text Example
Text Example
White with #C6460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6460B; }
p { color: rgb(198,70,11); }
H1.HeaderClassName
{
color: #C6460B;
}
.AnyTagClassName
{
color: #C6460B;
}
</style>
background-color css
<style>
a { background-color: #C6460B; }
a { background-color: rgb(198,70,11); }
div.DivClassName
{
background-color: #C6460B;
}
.BgClassName
{
background-color: #C6460B;
}
</style>
border-color css
<style>
span { border-color: #C6460B; }
span { border-color: rgb(198,70,11); }
td.TdClassName
{
border-color: #C6460B;
}
.TagClassName
{
border-color: #C6460B;
}
</style>