Shades of Rust #C94910
Tints of Rust #C94910
RGB
CMYK
RGB Variations
Color information
#C94910 (or 0xC94910) is known color: Rust. HEX triplet: C9, 49 and 10. RGB value is (201,73,16). Sum of RGB (Red+Green+Blue) = 201+73+16=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C94910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94910 is #36B6EF. Grayscale: #696969. Windows color (decimal): -3585776 or 1067465. OLE color: 1067465.
HSL color Cylindrical-coordinate representation of color #C94910: hue angle of 18.49º 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 #C94910 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 16 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.21 |
| HSL | 18.49º | 0.85% | 0.43% | - |
| HSV(B) | 18.49º | 0.92% | 0.79% | - |
| XYZ | 26.56 | 17.22 | 2.41 | - |
| YUV | 104.77 | 77.91 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 16 | 0 | 0.64 | 0.92 | 0.21 | 18.49 | 0.85 | 0.43 |
| Hex | C9 | 49 | 10 | 0 | 40 | 5C | 15 | 12 | 55 | 2B |
| Octal | 311 | 111 | 20 | 0 | 100 | 134 | 25 | 22 | 125 | 53 |
| Binary | 11001001 | 1001001 | 10000 | 0 | 1000000 | 1011100 | 10101 | 10010 | 1010101 | 101011 |
Color Harmonies of #C94910
Complementary color
Monochromatic Colors of #C94910
Black with #C94910
Text Example
Text Example
White with #C94910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94910; }
p { color: rgb(201,73,16); }
H1.HeaderClassName
{
color: #C94910;
}
.AnyTagClassName
{
color: #C94910;
}
</style>
background-color css
<style>
a { background-color: #C94910; }
a { background-color: rgb(201,73,16); }
div.DivClassName
{
background-color: #C94910;
}
.BgClassName
{
background-color: #C94910;
}
</style>
border-color css
<style>
span { border-color: #C94910; }
span { border-color: rgb(201,73,16); }
td.TdClassName
{
border-color: #C94910;
}
.TagClassName
{
border-color: #C94910;
}
</style>