Shades of Rust #C5470A
Tints of Rust #C5470A
RGB
CMYK
RGB Variations
Color information
#C5470A (or 0xC5470A) is known color: Rust. HEX triplet: C5, 47 and 0A. RGB value is (197,71,10). Sum of RGB (Red+Green+Blue) = 197+71+10=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5470A is #3AB8F5. Grayscale: #666666. Windows color (decimal): -3848438 or 673733. OLE color: 673733.
HSL color Cylindrical-coordinate representation of color #C5470A: hue angle of 19.57º 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 #C5470A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.23 |
| HSL | 19.57º | 0.9% | 0.41% | - |
| HSV(B) | 19.57º | 0.95% | 0.77% | - |
| XYZ | 25.33 | 16.4 | 2.12 | - |
| YUV | 101.72 | 76.24 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 10 | 0 | 0.64 | 0.95 | 0.23 | 19.57 | 0.9 | 0.41 |
| Hex | C5 | 47 | A | 0 | 40 | 5F | 17 | 14 | 5A | 29 |
| Octal | 305 | 107 | 12 | 0 | 100 | 137 | 27 | 24 | 132 | 51 |
| Binary | 11000101 | 1000111 | 1010 | 0 | 1000000 | 1011111 | 10111 | 10100 | 1011010 | 101001 |
Color Harmonies of #C5470A
Complementary color
Monochromatic Colors of #C5470A
Black with #C5470A
Text Example
Text Example
White with #C5470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5470A; }
p { color: rgb(197,71,10); }
H1.HeaderClassName
{
color: #C5470A;
}
.AnyTagClassName
{
color: #C5470A;
}
</style>
background-color css
<style>
a { background-color: #C5470A; }
a { background-color: rgb(197,71,10); }
div.DivClassName
{
background-color: #C5470A;
}
.BgClassName
{
background-color: #C5470A;
}
</style>
border-color css
<style>
span { border-color: #C5470A; }
span { border-color: rgb(197,71,10); }
td.TdClassName
{
border-color: #C5470A;
}
.TagClassName
{
border-color: #C5470A;
}
</style>