Shades of Rust #C9480F
Tints of Rust #C9480F
RGB
CMYK
RGB Variations
Color information
#C9480F (or 0xC9480F) is known color: Rust. HEX triplet: C9, 48 and 0F. RGB value is (201,72,15). Sum of RGB (Red+Green+Blue) = 201+72+15=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C9480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9480F is #36B7F0. Grayscale: #686868. Windows color (decimal): -3586033 or 1001673. OLE color: 1001673.
HSL color Cylindrical-coordinate representation of color #C9480F: hue angle of 18.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9480F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.21 |
| HSL | 18.39º | 0.86% | 0.42% | - |
| HSV(B) | 18.39º | 0.93% | 0.79% | - |
| XYZ | 26.49 | 17.09 | 2.35 | - |
| YUV | 104.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 15 | 0 | 0.64 | 0.93 | 0.21 | 18.39 | 0.86 | 0.42 |
| Hex | C9 | 48 | F | 0 | 40 | 5D | 15 | 12 | 56 | 2A |
| Octal | 311 | 110 | 17 | 0 | 100 | 135 | 25 | 22 | 126 | 52 |
| Binary | 11001001 | 1001000 | 1111 | 0 | 1000000 | 1011101 | 10101 | 10010 | 1010110 | 101010 |
Color Harmonies of #C9480F
Complementary color
Monochromatic Colors of #C9480F
Black with #C9480F
Text Example
Text Example
White with #C9480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9480F; }
p { color: rgb(201,72,15); }
H1.HeaderClassName
{
color: #C9480F;
}
.AnyTagClassName
{
color: #C9480F;
}
</style>
background-color css
<style>
a { background-color: #C9480F; }
a { background-color: rgb(201,72,15); }
div.DivClassName
{
background-color: #C9480F;
}
.BgClassName
{
background-color: #C9480F;
}
</style>
border-color css
<style>
span { border-color: #C9480F; }
span { border-color: rgb(201,72,15); }
td.TdClassName
{
border-color: #C9480F;
}
.TagClassName
{
border-color: #C9480F;
}
</style>