Shades of Rust #C14606
Tints of Rust #C14606
RGB
CMYK
RGB Variations
Color information
#C14606 (or 0xC14606) is known color: Rust. HEX triplet: C1, 46 and 06. RGB value is (193,70,6). Sum of RGB (Red+Green+Blue) = 193+70+6=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C14606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14606 is #3EB9F9. Grayscale: #636363. Windows color (decimal): -4110842 or 411329. OLE color: 411329.
HSL color Cylindrical-coordinate representation of color #C14606: hue angle of 20.53º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C14606 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.24 |
| HSL | 20.53º | 0.94% | 0.39% | - |
| HSV(B) | 20.53º | 0.97% | 0.76% | - |
| XYZ | 24.22 | 15.73 | 1.93 | - |
| YUV | 99.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 6 | 0 | 0.64 | 0.97 | 0.24 | 20.53 | 0.94 | 0.39 |
| Hex | C1 | 46 | 6 | 0 | 40 | 61 | 18 | 15 | 5E | 27 |
| Octal | 301 | 106 | 6 | 0 | 100 | 141 | 30 | 25 | 136 | 47 |
| Binary | 11000001 | 1000110 | 110 | 0 | 1000000 | 1100001 | 11000 | 10101 | 1011110 | 100111 |
Color Harmonies of #C14606
Complementary color
Monochromatic Colors of #C14606
Black with #C14606
Text Example
Text Example
White with #C14606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14606; }
p { color: rgb(193,70,6); }
H1.HeaderClassName
{
color: #C14606;
}
.AnyTagClassName
{
color: #C14606;
}
</style>
background-color css
<style>
a { background-color: #C14606; }
a { background-color: rgb(193,70,6); }
div.DivClassName
{
background-color: #C14606;
}
.BgClassName
{
background-color: #C14606;
}
</style>
border-color css
<style>
span { border-color: #C14606; }
span { border-color: rgb(193,70,6); }
td.TdClassName
{
border-color: #C14606;
}
.TagClassName
{
border-color: #C14606;
}
</style>