Shades of Rust #C14217
Tints of Rust #C14217
RGB
CMYK
RGB Variations
Color information
#C14217 (or 0xC14217) is known color: Rust. HEX triplet: C1, 42 and 17. RGB value is (193,66,23). Sum of RGB (Red+Green+Blue) = 193+66+23=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14217 is #3EBDE8. Grayscale: #636363. Windows color (decimal): -4111849 or 1524417. OLE color: 1524417.
HSL color Cylindrical-coordinate representation of color #C14217: hue angle of 15.18º 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 #C14217 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.24 |
| HSL | 15.18º | 0.79% | 0.42% | - |
| HSV(B) | 15.18º | 0.88% | 0.76% | - |
| XYZ | 24.1 | 15.3 | 2.49 | - |
| YUV | 99.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 23 | 0 | 0.66 | 0.88 | 0.24 | 15.18 | 0.79 | 0.42 |
| Hex | C1 | 42 | 17 | 0 | 42 | 58 | 18 | F | 4F | 2A |
| Octal | 301 | 102 | 27 | 0 | 102 | 130 | 30 | 17 | 117 | 52 |
| Binary | 11000001 | 1000010 | 10111 | 0 | 1000010 | 1011000 | 11000 | 1111 | 1001111 | 101010 |
Color Harmonies of #C14217
Complementary color
Monochromatic Colors of #C14217
Black with #C14217
Text Example
Text Example
White with #C14217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14217; }
p { color: rgb(193,66,23); }
H1.HeaderClassName
{
color: #C14217;
}
.AnyTagClassName
{
color: #C14217;
}
</style>
background-color css
<style>
a { background-color: #C14217; }
a { background-color: rgb(193,66,23); }
div.DivClassName
{
background-color: #C14217;
}
.BgClassName
{
background-color: #C14217;
}
</style>
border-color css
<style>
span { border-color: #C14217; }
span { border-color: rgb(193,66,23); }
td.TdClassName
{
border-color: #C14217;
}
.TagClassName
{
border-color: #C14217;
}
</style>