Shades of Rust #C14013
Tints of Rust #C14013
RGB
CMYK
RGB Variations
Color information
#C14013 (or 0xC14013) is known color: Rust. HEX triplet: C1, 40 and 13. RGB value is (193,64,19). Sum of RGB (Red+Green+Blue) = 193+64+19=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C14013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14013 is #3EBFEC. Grayscale: #616161. Windows color (decimal): -4112365 or 1261761. OLE color: 1261761.
HSL color Cylindrical-coordinate representation of color #C14013: hue angle of 15.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C14013 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.24 |
| HSL | 15.52º | 0.82% | 0.42% | - |
| HSV(B) | 15.52º | 0.9% | 0.76% | - |
| XYZ | 23.94 | 15.05 | 2.26 | - |
| YUV | 97.44 | 83.74 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 19 | 0 | 0.67 | 0.90 | 0.24 | 15.52 | 0.82 | 0.42 |
| Hex | C1 | 40 | 13 | 0 | 43 | 5A | 18 | 10 | 52 | 2A |
| Octal | 301 | 100 | 23 | 0 | 103 | 132 | 30 | 20 | 122 | 52 |
| Binary | 11000001 | 1000000 | 10011 | 0 | 1000011 | 1011010 | 11000 | 10000 | 1010010 | 101010 |
Color Harmonies of #C14013
Complementary color
Monochromatic Colors of #C14013
Black with #C14013
Text Example
Text Example
White with #C14013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14013; }
p { color: rgb(193,64,19); }
H1.HeaderClassName
{
color: #C14013;
}
.AnyTagClassName
{
color: #C14013;
}
</style>
background-color css
<style>
a { background-color: #C14013; }
a { background-color: rgb(193,64,19); }
div.DivClassName
{
background-color: #C14013;
}
.BgClassName
{
background-color: #C14013;
}
</style>
border-color css
<style>
span { border-color: #C14013; }
span { border-color: rgb(193,64,19); }
td.TdClassName
{
border-color: #C14013;
}
.TagClassName
{
border-color: #C14013;
}
</style>