Shades of Rust #C5480E
Tints of Rust #C5480E
RGB
CMYK
RGB Variations
Color information
#C5480E (or 0xC5480E) is known color: Rust. HEX triplet: C5, 48 and 0E. RGB value is (197,72,14). Sum of RGB (Red+Green+Blue) = 197+72+14=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5480E is #3AB7F1. Grayscale: #676767. Windows color (decimal): -3848178 or 936133. OLE color: 936133.
HSL color Cylindrical-coordinate representation of color #C5480E: hue angle of 19.02º 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 #C5480E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.23 |
| HSL | 19.02º | 0.87% | 0.41% | - |
| HSV(B) | 19.02º | 0.93% | 0.77% | - |
| XYZ | 25.42 | 16.54 | 2.27 | - |
| YUV | 102.76 | 77.91 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 14 | 0 | 0.63 | 0.93 | 0.23 | 19.02 | 0.87 | 0.41 |
| Hex | C5 | 48 | E | 0 | 3F | 5D | 17 | 13 | 57 | 29 |
| Octal | 305 | 110 | 16 | 0 | 77 | 135 | 27 | 23 | 127 | 51 |
| Binary | 11000101 | 1001000 | 1110 | 0 | 111111 | 1011101 | 10111 | 10011 | 1010111 | 101001 |
Color Harmonies of #C5480E
Complementary color
Monochromatic Colors of #C5480E
Black with #C5480E
Text Example
Text Example
White with #C5480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5480E; }
p { color: rgb(197,72,14); }
H1.HeaderClassName
{
color: #C5480E;
}
.AnyTagClassName
{
color: #C5480E;
}
</style>
background-color css
<style>
a { background-color: #C5480E; }
a { background-color: rgb(197,72,14); }
div.DivClassName
{
background-color: #C5480E;
}
.BgClassName
{
background-color: #C5480E;
}
</style>
border-color css
<style>
span { border-color: #C5480E; }
span { border-color: rgb(197,72,14); }
td.TdClassName
{
border-color: #C5480E;
}
.TagClassName
{
border-color: #C5480E;
}
</style>