Shades of Rust #C14917
Tints of Rust #C14917
RGB
CMYK
RGB Variations
Color information
#C14917 (or 0xC14917) is known color: Rust. HEX triplet: C1, 49 and 17. RGB value is (193,73,23). Sum of RGB (Red+Green+Blue) = 193+73+23=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C14917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14917 is #3EB6E8. Grayscale: #676767. Windows color (decimal): -4110057 or 1526209. OLE color: 1526209.
HSL color Cylindrical-coordinate representation of color #C14917: hue angle of 17.65º 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 #C14917 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.24 |
| HSL | 17.65º | 0.79% | 0.42% | - |
| HSV(B) | 17.65º | 0.88% | 0.76% | - |
| XYZ | 24.53 | 16.16 | 2.64 | - |
| YUV | 103.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 23 | 0 | 0.62 | 0.88 | 0.24 | 17.65 | 0.79 | 0.42 |
| Hex | C1 | 49 | 17 | 0 | 3E | 58 | 18 | 12 | 4F | 2A |
| Octal | 301 | 111 | 27 | 0 | 76 | 130 | 30 | 22 | 117 | 52 |
| Binary | 11000001 | 1001001 | 10111 | 0 | 111110 | 1011000 | 11000 | 10010 | 1001111 | 101010 |
Color Harmonies of #C14917
Complementary color
Monochromatic Colors of #C14917
Black with #C14917
Text Example
Text Example
White with #C14917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14917; }
p { color: rgb(193,73,23); }
H1.HeaderClassName
{
color: #C14917;
}
.AnyTagClassName
{
color: #C14917;
}
</style>
background-color css
<style>
a { background-color: #C14917; }
a { background-color: rgb(193,73,23); }
div.DivClassName
{
background-color: #C14917;
}
.BgClassName
{
background-color: #C14917;
}
</style>
border-color css
<style>
span { border-color: #C14917; }
span { border-color: rgb(193,73,23); }
td.TdClassName
{
border-color: #C14917;
}
.TagClassName
{
border-color: #C14917;
}
</style>