Shades of Rust #C5490A
Tints of Rust #C5490A
RGB
CMYK
RGB Variations
Color information
#C5490A (or 0xC5490A) is known color: Rust. HEX triplet: C5, 49 and 0A. RGB value is (197,73,10). Sum of RGB (Red+Green+Blue) = 197+73+10=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5490A is #3AB6F5. Grayscale: #676767. Windows color (decimal): -3847926 or 674245. OLE color: 674245.
HSL color Cylindrical-coordinate representation of color #C5490A: hue angle of 20.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5490A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.23 |
| HSL | 20.21º | 0.9% | 0.41% | - |
| HSV(B) | 20.21º | 0.95% | 0.77% | - |
| XYZ | 25.46 | 16.66 | 2.16 | - |
| YUV | 102.89 | 75.58 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 10 | 0 | 0.63 | 0.95 | 0.23 | 20.21 | 0.9 | 0.41 |
| Hex | C5 | 49 | A | 0 | 3F | 5F | 17 | 14 | 5A | 29 |
| Octal | 305 | 111 | 12 | 0 | 77 | 137 | 27 | 24 | 132 | 51 |
| Binary | 11000101 | 1001001 | 1010 | 0 | 111111 | 1011111 | 10111 | 10100 | 1011010 | 101001 |
Color Harmonies of #C5490A
Complementary color
Monochromatic Colors of #C5490A
Black with #C5490A
Text Example
Text Example
White with #C5490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5490A; }
p { color: rgb(197,73,10); }
H1.HeaderClassName
{
color: #C5490A;
}
.AnyTagClassName
{
color: #C5490A;
}
</style>
background-color css
<style>
a { background-color: #C5490A; }
a { background-color: rgb(197,73,10); }
div.DivClassName
{
background-color: #C5490A;
}
.BgClassName
{
background-color: #C5490A;
}
</style>
border-color css
<style>
span { border-color: #C5490A; }
span { border-color: rgb(197,73,10); }
td.TdClassName
{
border-color: #C5490A;
}
.TagClassName
{
border-color: #C5490A;
}
</style>