Shades of Rust #C5490E
Tints of Rust #C5490E
RGB
CMYK
RGB Variations
Color information
#C5490E (or 0xC5490E) is known color: Rust. HEX triplet: C5, 49 and 0E. RGB value is (197,73,14). Sum of RGB (Red+Green+Blue) = 197+73+14=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C5490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5490E is #3AB6F1. Grayscale: #676767. Windows color (decimal): -3847922 or 936389. OLE color: 936389.
HSL color Cylindrical-coordinate representation of color #C5490E: hue angle of 19.34º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5490E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.23 |
| HSL | 19.34º | 0.87% | 0.41% | - |
| HSV(B) | 19.34º | 0.93% | 0.77% | - |
| XYZ | 25.49 | 16.67 | 2.29 | - |
| YUV | 103.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 14 | 0 | 0.63 | 0.93 | 0.23 | 19.34 | 0.87 | 0.41 |
| Hex | C5 | 49 | E | 0 | 3F | 5D | 17 | 13 | 57 | 29 |
| Octal | 305 | 111 | 16 | 0 | 77 | 135 | 27 | 23 | 127 | 51 |
| Binary | 11000101 | 1001001 | 1110 | 0 | 111111 | 1011101 | 10111 | 10011 | 1010111 | 101001 |
Color Harmonies of #C5490E
Complementary color
Monochromatic Colors of #C5490E
Black with #C5490E
Text Example
Text Example
White with #C5490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5490E; }
p { color: rgb(197,73,14); }
H1.HeaderClassName
{
color: #C5490E;
}
.AnyTagClassName
{
color: #C5490E;
}
</style>
background-color css
<style>
a { background-color: #C5490E; }
a { background-color: rgb(197,73,14); }
div.DivClassName
{
background-color: #C5490E;
}
.BgClassName
{
background-color: #C5490E;
}
</style>
border-color css
<style>
span { border-color: #C5490E; }
span { border-color: rgb(197,73,14); }
td.TdClassName
{
border-color: #C5490E;
}
.TagClassName
{
border-color: #C5490E;
}
</style>