Shades of Rust #C14811
Tints of Rust #C14811
RGB
CMYK
RGB Variations
Color information
#C14811 (or 0xC14811) is known color: Rust. HEX triplet: C1, 48 and 11. RGB value is (193,72,17). Sum of RGB (Red+Green+Blue) = 193+72+17=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14811 is #3EB7EE. Grayscale: #666666. Windows color (decimal): -4110319 or 1132737. OLE color: 1132737.
HSL color Cylindrical-coordinate representation of color #C14811: hue angle of 18.75º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C14811 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.24 |
| HSL | 18.75º | 0.84% | 0.41% | - |
| HSV(B) | 18.75º | 0.91% | 0.76% | - |
| XYZ | 24.41 | 16.01 | 2.33 | - |
| YUV | 101.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 17 | 0 | 0.63 | 0.91 | 0.24 | 18.75 | 0.84 | 0.41 |
| Hex | C1 | 48 | 11 | 0 | 3F | 5B | 18 | 13 | 54 | 29 |
| Octal | 301 | 110 | 21 | 0 | 77 | 133 | 30 | 23 | 124 | 51 |
| Binary | 11000001 | 1001000 | 10001 | 0 | 111111 | 1011011 | 11000 | 10011 | 1010100 | 101001 |
Color Harmonies of #C14811
Complementary color
Monochromatic Colors of #C14811
Black with #C14811
Text Example
Text Example
White with #C14811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14811; }
p { color: rgb(193,72,17); }
H1.HeaderClassName
{
color: #C14811;
}
.AnyTagClassName
{
color: #C14811;
}
</style>
background-color css
<style>
a { background-color: #C14811; }
a { background-color: rgb(193,72,17); }
div.DivClassName
{
background-color: #C14811;
}
.BgClassName
{
background-color: #C14811;
}
</style>
border-color css
<style>
span { border-color: #C14811; }
span { border-color: rgb(193,72,17); }
td.TdClassName
{
border-color: #C14811;
}
.TagClassName
{
border-color: #C14811;
}
</style>