Shades of Rust #C14E18
Tints of Rust #C14E18
RGB
CMYK
RGB Variations
Color information
#C14E18 (or 0xC14E18) is known color: Rust. HEX triplet: C1, 4E and 18. RGB value is (193,78,24). Sum of RGB (Red+Green+Blue) = 193+78+24=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14E18 is #3EB1E7. Grayscale: #6A6A6A. Windows color (decimal): -4108776 or 1593025. OLE color: 1593025.
HSL color Cylindrical-coordinate representation of color #C14E18: hue angle of 19.17º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C14E18 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 24 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.24 |
| HSL | 19.17º | 0.78% | 0.43% | - |
| HSV(B) | 19.17º | 0.88% | 0.76% | - |
| XYZ | 24.88 | 16.85 | 2.81 | - |
| YUV | 106.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 24 | 0 | 0.60 | 0.88 | 0.24 | 19.17 | 0.78 | 0.43 |
| Hex | C1 | 4E | 18 | 0 | 3C | 58 | 18 | 13 | 4E | 2B |
| Octal | 301 | 116 | 30 | 0 | 74 | 130 | 30 | 23 | 116 | 53 |
| Binary | 11000001 | 1001110 | 11000 | 0 | 111100 | 1011000 | 11000 | 10011 | 1001110 | 101011 |
Color Harmonies of #C14E18
Complementary color
Monochromatic Colors of #C14E18
Black with #C14E18
Text Example
Text Example
White with #C14E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E18; }
p { color: rgb(193,78,24); }
H1.HeaderClassName
{
color: #C14E18;
}
.AnyTagClassName
{
color: #C14E18;
}
</style>
background-color css
<style>
a { background-color: #C14E18; }
a { background-color: rgb(193,78,24); }
div.DivClassName
{
background-color: #C14E18;
}
.BgClassName
{
background-color: #C14E18;
}
</style>
border-color css
<style>
span { border-color: #C14E18; }
span { border-color: rgb(193,78,24); }
td.TdClassName
{
border-color: #C14E18;
}
.TagClassName
{
border-color: #C14E18;
}
</style>