Shades of Rust #C94510
Tints of Rust #C94510
RGB
CMYK
RGB Variations
Color information
#C94510 (or 0xC94510) is known color: Rust. HEX triplet: C9, 45 and 10. RGB value is (201,69,16). Sum of RGB (Red+Green+Blue) = 201+69+16=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C94510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94510 is #36BAEF. Grayscale: #666666. Windows color (decimal): -3586800 or 1066441. OLE color: 1066441.
HSL color Cylindrical-coordinate representation of color #C94510: hue angle of 17.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C94510 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 16 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.21 |
| HSL | 17.19º | 0.85% | 0.43% | - |
| HSV(B) | 17.19º | 0.92% | 0.79% | - |
| XYZ | 26.31 | 16.71 | 2.33 | - |
| YUV | 102.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 16 | 0 | 0.66 | 0.92 | 0.21 | 17.19 | 0.85 | 0.43 |
| Hex | C9 | 45 | 10 | 0 | 42 | 5C | 15 | 11 | 55 | 2B |
| Octal | 311 | 105 | 20 | 0 | 102 | 134 | 25 | 21 | 125 | 53 |
| Binary | 11001001 | 1000101 | 10000 | 0 | 1000010 | 1011100 | 10101 | 10001 | 1010101 | 101011 |
Color Harmonies of #C94510
Complementary color
Monochromatic Colors of #C94510
Black with #C94510
Text Example
Text Example
White with #C94510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94510; }
p { color: rgb(201,69,16); }
H1.HeaderClassName
{
color: #C94510;
}
.AnyTagClassName
{
color: #C94510;
}
</style>
background-color css
<style>
a { background-color: #C94510; }
a { background-color: rgb(201,69,16); }
div.DivClassName
{
background-color: #C94510;
}
.BgClassName
{
background-color: #C94510;
}
</style>
border-color css
<style>
span { border-color: #C94510; }
span { border-color: rgb(201,69,16); }
td.TdClassName
{
border-color: #C94510;
}
.TagClassName
{
border-color: #C94510;
}
</style>