Shades of Rust #C9470D
Tints of Rust #C9470D
RGB
CMYK
RGB Variations
Color information
#C9470D (or 0xC9470D) is known color: Rust. HEX triplet: C9, 47 and 0D. RGB value is (201,71,13). Sum of RGB (Red+Green+Blue) = 201+71+13=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9470D is #36B8F2. Grayscale: #676767. Windows color (decimal): -3586291 or 870345. OLE color: 870345.
HSL color Cylindrical-coordinate representation of color #C9470D: hue angle of 18.51º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9470D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.21 |
| HSL | 18.51º | 0.88% | 0.42% | - |
| HSV(B) | 18.51º | 0.94% | 0.79% | - |
| XYZ | 26.41 | 16.95 | 2.26 | - |
| YUV | 103.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 13 | 0 | 0.65 | 0.94 | 0.21 | 18.51 | 0.88 | 0.42 |
| Hex | C9 | 47 | D | 0 | 41 | 5E | 15 | 13 | 58 | 2A |
| Octal | 311 | 107 | 15 | 0 | 101 | 136 | 25 | 23 | 130 | 52 |
| Binary | 11001001 | 1000111 | 1101 | 0 | 1000001 | 1011110 | 10101 | 10011 | 1011000 | 101010 |
Color Harmonies of #C9470D
Complementary color
Monochromatic Colors of #C9470D
Black with #C9470D
Text Example
Text Example
White with #C9470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9470D; }
p { color: rgb(201,71,13); }
H1.HeaderClassName
{
color: #C9470D;
}
.AnyTagClassName
{
color: #C9470D;
}
</style>
background-color css
<style>
a { background-color: #C9470D; }
a { background-color: rgb(201,71,13); }
div.DivClassName
{
background-color: #C9470D;
}
.BgClassName
{
background-color: #C9470D;
}
</style>
border-color css
<style>
span { border-color: #C9470D; }
span { border-color: rgb(201,71,13); }
td.TdClassName
{
border-color: #C9470D;
}
.TagClassName
{
border-color: #C9470D;
}
</style>