Shades of Rust #C94710
Tints of Rust #C94710
RGB
CMYK
RGB Variations
Color information
#C94710 (or 0xC94710) is known color: Rust. HEX triplet: C9, 47 and 10. RGB value is (201,71,16). Sum of RGB (Red+Green+Blue) = 201+71+16=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C94710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94710 is #36B8EF. Grayscale: #676767. Windows color (decimal): -3586288 or 1066953. OLE color: 1066953.
HSL color Cylindrical-coordinate representation of color #C94710: hue angle of 17.84º 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 #C94710 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.21 |
| HSL | 17.84º | 0.85% | 0.43% | - |
| HSV(B) | 17.84º | 0.92% | 0.79% | - |
| XYZ | 26.43 | 16.96 | 2.37 | - |
| YUV | 103.6 | 78.57 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 16 | 0 | 0.65 | 0.92 | 0.21 | 17.84 | 0.85 | 0.43 |
| Hex | C9 | 47 | 10 | 0 | 41 | 5C | 15 | 12 | 55 | 2B |
| Octal | 311 | 107 | 20 | 0 | 101 | 134 | 25 | 22 | 125 | 53 |
| Binary | 11001001 | 1000111 | 10000 | 0 | 1000001 | 1011100 | 10101 | 10010 | 1010101 | 101011 |
Color Harmonies of #C94710
Complementary color
Monochromatic Colors of #C94710
Black with #C94710
Text Example
Text Example
White with #C94710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94710; }
p { color: rgb(201,71,16); }
H1.HeaderClassName
{
color: #C94710;
}
.AnyTagClassName
{
color: #C94710;
}
</style>
background-color css
<style>
a { background-color: #C94710; }
a { background-color: rgb(201,71,16); }
div.DivClassName
{
background-color: #C94710;
}
.BgClassName
{
background-color: #C94710;
}
</style>
border-color css
<style>
span { border-color: #C94710; }
span { border-color: rgb(201,71,16); }
td.TdClassName
{
border-color: #C94710;
}
.TagClassName
{
border-color: #C94710;
}
</style>