Shades of Rust #C14016
Tints of Rust #C14016
RGB
CMYK
RGB Variations
Color information
#C14016 (or 0xC14016) is known color: Rust. HEX triplet: C1, 40 and 16. RGB value is (193,64,22). Sum of RGB (Red+Green+Blue) = 193+64+22=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C14016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14016 is #3EBFE9. Grayscale: #626262. Windows color (decimal): -4112362 or 1458369. OLE color: 1458369.
HSL color Cylindrical-coordinate representation of color #C14016: hue angle of 14.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C14016 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 22 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.24 |
| HSL | 14.74º | 0.8% | 0.42% | - |
| HSV(B) | 14.74º | 0.89% | 0.76% | - |
| XYZ | 23.97 | 15.06 | 2.4 | - |
| YUV | 97.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 22 | 0 | 0.67 | 0.89 | 0.24 | 14.74 | 0.8 | 0.42 |
| Hex | C1 | 40 | 16 | 0 | 43 | 59 | 18 | F | 50 | 2A |
| Octal | 301 | 100 | 26 | 0 | 103 | 131 | 30 | 17 | 120 | 52 |
| Binary | 11000001 | 1000000 | 10110 | 0 | 1000011 | 1011001 | 11000 | 1111 | 1010000 | 101010 |
Color Harmonies of #C14016
Complementary color
Monochromatic Colors of #C14016
Black with #C14016
Text Example
Text Example
White with #C14016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14016; }
p { color: rgb(193,64,22); }
H1.HeaderClassName
{
color: #C14016;
}
.AnyTagClassName
{
color: #C14016;
}
</style>
background-color css
<style>
a { background-color: #C14016; }
a { background-color: rgb(193,64,22); }
div.DivClassName
{
background-color: #C14016;
}
.BgClassName
{
background-color: #C14016;
}
</style>
border-color css
<style>
span { border-color: #C14016; }
span { border-color: rgb(193,64,22); }
td.TdClassName
{
border-color: #C14016;
}
.TagClassName
{
border-color: #C14016;
}
</style>