Shades of Rust #C14417
Tints of Rust #C14417
RGB
CMYK
RGB Variations
Color information
#C14417 (or 0xC14417) is known color: Rust. HEX triplet: C1, 44 and 17. RGB value is (193,68,23). Sum of RGB (Red+Green+Blue) = 193+68+23=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C14417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14417 is #3EBBE8. Grayscale: #646464. Windows color (decimal): -4111337 or 1524929. OLE color: 1524929.
HSL color Cylindrical-coordinate representation of color #C14417: hue angle of 15.88º 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 #C14417 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.24 |
| HSL | 15.88º | 0.79% | 0.42% | - |
| HSV(B) | 15.88º | 0.88% | 0.76% | - |
| XYZ | 24.21 | 15.53 | 2.53 | - |
| YUV | 100.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 23 | 0 | 0.65 | 0.88 | 0.24 | 15.88 | 0.79 | 0.42 |
| Hex | C1 | 44 | 17 | 0 | 41 | 58 | 18 | 10 | 4F | 2A |
| Octal | 301 | 104 | 27 | 0 | 101 | 130 | 30 | 20 | 117 | 52 |
| Binary | 11000001 | 1000100 | 10111 | 0 | 1000001 | 1011000 | 11000 | 10000 | 1001111 | 101010 |
Color Harmonies of #C14417
Complementary color
Monochromatic Colors of #C14417
Black with #C14417
Text Example
Text Example
White with #C14417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14417; }
p { color: rgb(193,68,23); }
H1.HeaderClassName
{
color: #C14417;
}
.AnyTagClassName
{
color: #C14417;
}
</style>
background-color css
<style>
a { background-color: #C14417; }
a { background-color: rgb(193,68,23); }
div.DivClassName
{
background-color: #C14417;
}
.BgClassName
{
background-color: #C14417;
}
</style>
border-color css
<style>
span { border-color: #C14417; }
span { border-color: rgb(193,68,23); }
td.TdClassName
{
border-color: #C14417;
}
.TagClassName
{
border-color: #C14417;
}
</style>