Shades of Rust #C5470D
Tints of Rust #C5470D
RGB
CMYK
RGB Variations
Color information
#C5470D (or 0xC5470D) is known color: Rust. HEX triplet: C5, 47 and 0D. RGB value is (197,71,13). Sum of RGB (Red+Green+Blue) = 197+71+13=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5470D is #3AB8F2. Grayscale: #666666. Windows color (decimal): -3848435 or 870341. OLE color: 870341.
HSL color Cylindrical-coordinate representation of color #C5470D: hue angle of 18.91º degrees, saturation: 0.88, 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 #C5470D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.23 |
| HSL | 18.91º | 0.88% | 0.41% | - |
| HSV(B) | 18.91º | 0.93% | 0.77% | - |
| XYZ | 25.35 | 16.41 | 2.21 | - |
| YUV | 102.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 13 | 0 | 0.64 | 0.93 | 0.23 | 18.91 | 0.88 | 0.41 |
| Hex | C5 | 47 | D | 0 | 40 | 5D | 17 | 13 | 58 | 29 |
| Octal | 305 | 107 | 15 | 0 | 100 | 135 | 27 | 23 | 130 | 51 |
| Binary | 11000101 | 1000111 | 1101 | 0 | 1000000 | 1011101 | 10111 | 10011 | 1011000 | 101001 |
Color Harmonies of #C5470D
Complementary color
Monochromatic Colors of #C5470D
Black with #C5470D
Text Example
Text Example
White with #C5470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5470D; }
p { color: rgb(197,71,13); }
H1.HeaderClassName
{
color: #C5470D;
}
.AnyTagClassName
{
color: #C5470D;
}
</style>
background-color css
<style>
a { background-color: #C5470D; }
a { background-color: rgb(197,71,13); }
div.DivClassName
{
background-color: #C5470D;
}
.BgClassName
{
background-color: #C5470D;
}
</style>
border-color css
<style>
span { border-color: #C5470D; }
span { border-color: rgb(197,71,13); }
td.TdClassName
{
border-color: #C5470D;
}
.TagClassName
{
border-color: #C5470D;
}
</style>