Shades of Rust #C14A13
Tints of Rust #C14A13
RGB
CMYK
RGB Variations
Color information
#C14A13 (or 0xC14A13) is known color: Rust. HEX triplet: C1, 4A and 13. RGB value is (193,74,19). Sum of RGB (Red+Green+Blue) = 193+74+19=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14A13 is #3EB5EC. Grayscale: #676767. Windows color (decimal): -4109805 or 1264321. OLE color: 1264321.
HSL color Cylindrical-coordinate representation of color #C14A13: hue angle of 18.97º 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 #C14A13 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.24 |
| HSL | 18.97º | 0.82% | 0.42% | - |
| HSV(B) | 18.97º | 0.9% | 0.76% | - |
| XYZ | 24.56 | 16.28 | 2.46 | - |
| YUV | 103.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 19 | 0 | 0.62 | 0.90 | 0.24 | 18.97 | 0.82 | 0.42 |
| Hex | C1 | 4A | 13 | 0 | 3E | 5A | 18 | 13 | 52 | 2A |
| Octal | 301 | 112 | 23 | 0 | 76 | 132 | 30 | 23 | 122 | 52 |
| Binary | 11000001 | 1001010 | 10011 | 0 | 111110 | 1011010 | 11000 | 10011 | 1010010 | 101010 |
Color Harmonies of #C14A13
Complementary color
Monochromatic Colors of #C14A13
Black with #C14A13
Text Example
Text Example
White with #C14A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A13; }
p { color: rgb(193,74,19); }
H1.HeaderClassName
{
color: #C14A13;
}
.AnyTagClassName
{
color: #C14A13;
}
</style>
background-color css
<style>
a { background-color: #C14A13; }
a { background-color: rgb(193,74,19); }
div.DivClassName
{
background-color: #C14A13;
}
.BgClassName
{
background-color: #C14A13;
}
</style>
border-color css
<style>
span { border-color: #C14A13; }
span { border-color: rgb(193,74,19); }
td.TdClassName
{
border-color: #C14A13;
}
.TagClassName
{
border-color: #C14A13;
}
</style>