Shades of Rust #C1460B
Tints of Rust #C1460B
RGB
CMYK
RGB Variations
Color information
#C1460B (or 0xC1460B) is known color: Rust. HEX triplet: C1, 46 and 0B. RGB value is (193,70,11). Sum of RGB (Red+Green+Blue) = 193+70+11=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1460B is #3EB9F4. Grayscale: #646464. Windows color (decimal): -4110837 or 739009. OLE color: 739009.
HSL color Cylindrical-coordinate representation of color #C1460B: hue angle of 19.45º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1460B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.24 |
| HSL | 19.45º | 0.89% | 0.4% | - |
| HSV(B) | 19.45º | 0.94% | 0.76% | - |
| XYZ | 24.24 | 15.74 | 2.08 | - |
| YUV | 100.05 | 77.75 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 11 | 0 | 0.64 | 0.94 | 0.24 | 19.45 | 0.89 | 0.4 |
| Hex | C1 | 46 | B | 0 | 40 | 5E | 18 | 13 | 59 | 28 |
| Octal | 301 | 106 | 13 | 0 | 100 | 136 | 30 | 23 | 131 | 50 |
| Binary | 11000001 | 1000110 | 1011 | 0 | 1000000 | 1011110 | 11000 | 10011 | 1011001 | 101000 |
Color Harmonies of #C1460B
Complementary color
Monochromatic Colors of #C1460B
Black with #C1460B
Text Example
Text Example
White with #C1460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1460B; }
p { color: rgb(193,70,11); }
H1.HeaderClassName
{
color: #C1460B;
}
.AnyTagClassName
{
color: #C1460B;
}
</style>
background-color css
<style>
a { background-color: #C1460B; }
a { background-color: rgb(193,70,11); }
div.DivClassName
{
background-color: #C1460B;
}
.BgClassName
{
background-color: #C1460B;
}
</style>
border-color css
<style>
span { border-color: #C1460B; }
span { border-color: rgb(193,70,11); }
td.TdClassName
{
border-color: #C1460B;
}
.TagClassName
{
border-color: #C1460B;
}
</style>