Shades of Rust #C14C17
Tints of Rust #C14C17
RGB
CMYK
RGB Variations
Color information
#C14C17 (or 0xC14C17) is known color: Rust. HEX triplet: C1, 4C and 17. RGB value is (193,76,23). Sum of RGB (Red+Green+Blue) = 193+76+23=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C17 is #3EB3E8. Grayscale: #696969. Windows color (decimal): -4109289 or 1526977. OLE color: 1526977.
HSL color Cylindrical-coordinate representation of color #C14C17: hue angle of 18.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C14C17 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 23 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.24 |
| HSL | 18.71º | 0.79% | 0.42% | - |
| HSV(B) | 18.71º | 0.88% | 0.76% | - |
| XYZ | 24.73 | 16.57 | 2.71 | - |
| YUV | 104.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 23 | 0 | 0.61 | 0.88 | 0.24 | 18.71 | 0.79 | 0.42 |
| Hex | C1 | 4C | 17 | 0 | 3D | 58 | 18 | 13 | 4F | 2A |
| Octal | 301 | 114 | 27 | 0 | 75 | 130 | 30 | 23 | 117 | 52 |
| Binary | 11000001 | 1001100 | 10111 | 0 | 111101 | 1011000 | 11000 | 10011 | 1001111 | 101010 |
Color Harmonies of #C14C17
Complementary color
Monochromatic Colors of #C14C17
Black with #C14C17
Text Example
Text Example
White with #C14C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C17; }
p { color: rgb(193,76,23); }
H1.HeaderClassName
{
color: #C14C17;
}
.AnyTagClassName
{
color: #C14C17;
}
</style>
background-color css
<style>
a { background-color: #C14C17; }
a { background-color: rgb(193,76,23); }
div.DivClassName
{
background-color: #C14C17;
}
.BgClassName
{
background-color: #C14C17;
}
</style>
border-color css
<style>
span { border-color: #C14C17; }
span { border-color: rgb(193,76,23); }
td.TdClassName
{
border-color: #C14C17;
}
.TagClassName
{
border-color: #C14C17;
}
</style>