Shades of Rust #C14717
Tints of Rust #C14717
RGB
CMYK
RGB Variations
Color information
#C14717 (or 0xC14717) is known color: Rust. HEX triplet: C1, 47 and 17. RGB value is (193,71,23). Sum of RGB (Red+Green+Blue) = 193+71+23=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C14717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14717 is #3EB8E8. Grayscale: #666666. Windows color (decimal): -4110569 or 1525697. OLE color: 1525697.
HSL color Cylindrical-coordinate representation of color #C14717: hue angle of 16.94º 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 #C14717 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.24 |
| HSL | 16.94º | 0.79% | 0.42% | - |
| HSV(B) | 16.94º | 0.88% | 0.76% | - |
| XYZ | 24.4 | 15.91 | 2.59 | - |
| YUV | 102.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 23 | 0 | 0.63 | 0.88 | 0.24 | 16.94 | 0.79 | 0.42 |
| Hex | C1 | 47 | 17 | 0 | 3F | 58 | 18 | 11 | 4F | 2A |
| Octal | 301 | 107 | 27 | 0 | 77 | 130 | 30 | 21 | 117 | 52 |
| Binary | 11000001 | 1000111 | 10111 | 0 | 111111 | 1011000 | 11000 | 10001 | 1001111 | 101010 |
Color Harmonies of #C14717
Complementary color
Monochromatic Colors of #C14717
Black with #C14717
Text Example
Text Example
White with #C14717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14717; }
p { color: rgb(193,71,23); }
H1.HeaderClassName
{
color: #C14717;
}
.AnyTagClassName
{
color: #C14717;
}
</style>
background-color css
<style>
a { background-color: #C14717; }
a { background-color: rgb(193,71,23); }
div.DivClassName
{
background-color: #C14717;
}
.BgClassName
{
background-color: #C14717;
}
</style>
border-color css
<style>
span { border-color: #C14717; }
span { border-color: rgb(193,71,23); }
td.TdClassName
{
border-color: #C14717;
}
.TagClassName
{
border-color: #C14717;
}
</style>