Shades of Rust #C14514
Tints of Rust #C14514
RGB
CMYK
RGB Variations
Color information
#C14514 (or 0xC14514) is known color: Rust. HEX triplet: C1, 45 and 14. RGB value is (193,69,20). Sum of RGB (Red+Green+Blue) = 193+69+20=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14514 is #3EBAEB. Grayscale: #646464. Windows color (decimal): -4111084 or 1328577. OLE color: 1328577.
HSL color Cylindrical-coordinate representation of color #C14514: hue angle of 16.99º 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 #C14514 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.24 |
| HSL | 16.99º | 0.81% | 0.42% | - |
| HSV(B) | 16.99º | 0.9% | 0.76% | - |
| XYZ | 24.25 | 15.64 | 2.4 | - |
| YUV | 100.49 | 82.58 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 20 | 0 | 0.64 | 0.90 | 0.24 | 16.99 | 0.81 | 0.42 |
| Hex | C1 | 45 | 14 | 0 | 40 | 5A | 18 | 11 | 51 | 2A |
| Octal | 301 | 105 | 24 | 0 | 100 | 132 | 30 | 21 | 121 | 52 |
| Binary | 11000001 | 1000101 | 10100 | 0 | 1000000 | 1011010 | 11000 | 10001 | 1010001 | 101010 |
Color Harmonies of #C14514
Complementary color
Monochromatic Colors of #C14514
Black with #C14514
Text Example
Text Example
White with #C14514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14514; }
p { color: rgb(193,69,20); }
H1.HeaderClassName
{
color: #C14514;
}
.AnyTagClassName
{
color: #C14514;
}
</style>
background-color css
<style>
a { background-color: #C14514; }
a { background-color: rgb(193,69,20); }
div.DivClassName
{
background-color: #C14514;
}
.BgClassName
{
background-color: #C14514;
}
</style>
border-color css
<style>
span { border-color: #C14514; }
span { border-color: rgb(193,69,20); }
td.TdClassName
{
border-color: #C14514;
}
.TagClassName
{
border-color: #C14514;
}
</style>