Shades of Rust #C9450C
Tints of Rust #C9450C
RGB
CMYK
RGB Variations
Color information
#C9450C (or 0xC9450C) is known color: Rust. HEX triplet: C9, 45 and 0C. RGB value is (201,69,12). Sum of RGB (Red+Green+Blue) = 201+69+12=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9450C is #36BAF3. Grayscale: #666666. Windows color (decimal): -3586804 or 804297. OLE color: 804297.
HSL color Cylindrical-coordinate representation of color #C9450C: hue angle of 18.1º 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 #C9450C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.21 |
| HSL | 18.1º | 0.89% | 0.42% | - |
| HSV(B) | 18.1º | 0.94% | 0.79% | - |
| XYZ | 26.28 | 16.7 | 2.19 | - |
| YUV | 101.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 12 | 0 | 0.66 | 0.94 | 0.21 | 18.1 | 0.89 | 0.42 |
| Hex | C9 | 45 | C | 0 | 42 | 5E | 15 | 12 | 59 | 2A |
| Octal | 311 | 105 | 14 | 0 | 102 | 136 | 25 | 22 | 131 | 52 |
| Binary | 11001001 | 1000101 | 1100 | 0 | 1000010 | 1011110 | 10101 | 10010 | 1011001 | 101010 |
Color Harmonies of #C9450C
Complementary color
Monochromatic Colors of #C9450C
Black with #C9450C
Text Example
Text Example
White with #C9450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9450C; }
p { color: rgb(201,69,12); }
H1.HeaderClassName
{
color: #C9450C;
}
.AnyTagClassName
{
color: #C9450C;
}
</style>
background-color css
<style>
a { background-color: #C9450C; }
a { background-color: rgb(201,69,12); }
div.DivClassName
{
background-color: #C9450C;
}
.BgClassName
{
background-color: #C9450C;
}
</style>
border-color css
<style>
span { border-color: #C9450C; }
span { border-color: rgb(201,69,12); }
td.TdClassName
{
border-color: #C9450C;
}
.TagClassName
{
border-color: #C9450C;
}
</style>