Shades of Rust #C94913
Tints of Rust #C94913
RGB
CMYK
RGB Variations
Color information
#C94913 (or 0xC94913) is known color: Rust. HEX triplet: C9, 49 and 13. RGB value is (201,73,19). Sum of RGB (Red+Green+Blue) = 201+73+19=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94913 is #36B6EC. Grayscale: #696969. Windows color (decimal): -3585773 or 1264073. OLE color: 1264073.
HSL color Cylindrical-coordinate representation of color #C94913: hue angle of 17.8º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C94913 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.21 |
| HSL | 17.8º | 0.83% | 0.43% | - |
| HSV(B) | 17.8º | 0.91% | 0.79% | - |
| XYZ | 26.59 | 17.23 | 2.54 | - |
| YUV | 105.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 19 | 0 | 0.64 | 0.91 | 0.21 | 17.8 | 0.83 | 0.43 |
| Hex | C9 | 49 | 13 | 0 | 40 | 5B | 15 | 12 | 53 | 2B |
| Octal | 311 | 111 | 23 | 0 | 100 | 133 | 25 | 22 | 123 | 53 |
| Binary | 11001001 | 1001001 | 10011 | 0 | 1000000 | 1011011 | 10101 | 10010 | 1010011 | 101011 |
Color Harmonies of #C94913
Complementary color
Monochromatic Colors of #C94913
Black with #C94913
Text Example
Text Example
White with #C94913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94913; }
p { color: rgb(201,73,19); }
H1.HeaderClassName
{
color: #C94913;
}
.AnyTagClassName
{
color: #C94913;
}
</style>
background-color css
<style>
a { background-color: #C94913; }
a { background-color: rgb(201,73,19); }
div.DivClassName
{
background-color: #C94913;
}
.BgClassName
{
background-color: #C94913;
}
</style>
border-color css
<style>
span { border-color: #C94913; }
span { border-color: rgb(201,73,19); }
td.TdClassName
{
border-color: #C94913;
}
.TagClassName
{
border-color: #C94913;
}
</style>