Shades of Rust #C14A14
Tints of Rust #C14A14
RGB
CMYK
RGB Variations
Color information
#C14A14 (or 0xC14A14) is known color: Rust. HEX triplet: C1, 4A and 14. RGB value is (193,74,20). Sum of RGB (Red+Green+Blue) = 193+74+20=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14A14 is #3EB5EB. Grayscale: #676767. Windows color (decimal): -4109804 or 1329857. OLE color: 1329857.
HSL color Cylindrical-coordinate representation of color #C14A14: hue angle of 18.73º degrees, saturation: 0.81, 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 #C14A14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.24 |
| HSL | 18.73º | 0.81% | 0.42% | - |
| HSV(B) | 18.73º | 0.9% | 0.76% | - |
| XYZ | 24.57 | 16.29 | 2.51 | - |
| YUV | 103.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 20 | 0 | 0.62 | 0.90 | 0.24 | 18.73 | 0.81 | 0.42 |
| Hex | C1 | 4A | 14 | 0 | 3E | 5A | 18 | 13 | 51 | 2A |
| Octal | 301 | 112 | 24 | 0 | 76 | 132 | 30 | 23 | 121 | 52 |
| Binary | 11000001 | 1001010 | 10100 | 0 | 111110 | 1011010 | 11000 | 10011 | 1010001 | 101010 |
Color Harmonies of #C14A14
Complementary color
Monochromatic Colors of #C14A14
Black with #C14A14
Text Example
Text Example
White with #C14A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A14; }
p { color: rgb(193,74,20); }
H1.HeaderClassName
{
color: #C14A14;
}
.AnyTagClassName
{
color: #C14A14;
}
</style>
background-color css
<style>
a { background-color: #C14A14; }
a { background-color: rgb(193,74,20); }
div.DivClassName
{
background-color: #C14A14;
}
.BgClassName
{
background-color: #C14A14;
}
</style>
border-color css
<style>
span { border-color: #C14A14; }
span { border-color: rgb(193,74,20); }
td.TdClassName
{
border-color: #C14A14;
}
.TagClassName
{
border-color: #C14A14;
}
</style>