Shades of Rust #C9480C
Tints of Rust #C9480C
RGB
CMYK
RGB Variations
Color information
#C9480C (or 0xC9480C) is known color: Rust. HEX triplet: C9, 48 and 0C. RGB value is (201,72,12). Sum of RGB (Red+Green+Blue) = 201+72+12=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9480C is #36B7F3. Grayscale: #686868. Windows color (decimal): -3586036 or 805065. OLE color: 805065.
HSL color Cylindrical-coordinate representation of color #C9480C: hue angle of 19.05º degrees, saturation: 0.89, 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 #C9480C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.21 |
| HSL | 19.05º | 0.89% | 0.42% | - |
| HSV(B) | 19.05º | 0.94% | 0.79% | - |
| XYZ | 26.47 | 17.08 | 2.25 | - |
| YUV | 103.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 12 | 0 | 0.64 | 0.94 | 0.21 | 19.05 | 0.89 | 0.42 |
| Hex | C9 | 48 | C | 0 | 40 | 5E | 15 | 13 | 59 | 2A |
| Octal | 311 | 110 | 14 | 0 | 100 | 136 | 25 | 23 | 131 | 52 |
| Binary | 11001001 | 1001000 | 1100 | 0 | 1000000 | 1011110 | 10101 | 10011 | 1011001 | 101010 |
Color Harmonies of #C9480C
Complementary color
Monochromatic Colors of #C9480C
Black with #C9480C
Text Example
Text Example
White with #C9480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9480C; }
p { color: rgb(201,72,12); }
H1.HeaderClassName
{
color: #C9480C;
}
.AnyTagClassName
{
color: #C9480C;
}
</style>
background-color css
<style>
a { background-color: #C9480C; }
a { background-color: rgb(201,72,12); }
div.DivClassName
{
background-color: #C9480C;
}
.BgClassName
{
background-color: #C9480C;
}
</style>
border-color css
<style>
span { border-color: #C9480C; }
span { border-color: rgb(201,72,12); }
td.TdClassName
{
border-color: #C9480C;
}
.TagClassName
{
border-color: #C9480C;
}
</style>