Shades of Rust #C14F17
Tints of Rust #C14F17
RGB
CMYK
RGB Variations
Color information
#C14F17 (or 0xC14F17) is known color: Rust. HEX triplet: C1, 4F and 17. RGB value is (193,79,23). Sum of RGB (Red+Green+Blue) = 193+79+23=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F17 is #3EB0E8. Grayscale: #6B6B6B. Windows color (decimal): -4108521 or 1527745. OLE color: 1527745.
HSL color Cylindrical-coordinate representation of color #C14F17: hue angle of 19.76º 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 #C14F17 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.24 |
| HSL | 19.76º | 0.79% | 0.42% | - |
| HSV(B) | 19.76º | 0.88% | 0.76% | - |
| XYZ | 24.94 | 16.99 | 2.78 | - |
| YUV | 106.7 | 80.77 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 23 | 0 | 0.59 | 0.88 | 0.24 | 19.76 | 0.79 | 0.42 |
| Hex | C1 | 4F | 17 | 0 | 3B | 58 | 18 | 14 | 4F | 2A |
| Octal | 301 | 117 | 27 | 0 | 73 | 130 | 30 | 24 | 117 | 52 |
| Binary | 11000001 | 1001111 | 10111 | 0 | 111011 | 1011000 | 11000 | 10100 | 1001111 | 101010 |
Color Harmonies of #C14F17
Complementary color
Monochromatic Colors of #C14F17
Black with #C14F17
Text Example
Text Example
White with #C14F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F17; }
p { color: rgb(193,79,23); }
H1.HeaderClassName
{
color: #C14F17;
}
.AnyTagClassName
{
color: #C14F17;
}
</style>
background-color css
<style>
a { background-color: #C14F17; }
a { background-color: rgb(193,79,23); }
div.DivClassName
{
background-color: #C14F17;
}
.BgClassName
{
background-color: #C14F17;
}
</style>
border-color css
<style>
span { border-color: #C14F17; }
span { border-color: rgb(193,79,23); }
td.TdClassName
{
border-color: #C14F17;
}
.TagClassName
{
border-color: #C14F17;
}
</style>