Shades of Rust #C94D13
Tints of Rust #C94D13
RGB
CMYK
RGB Variations
Color information
#C94D13 (or 0xC94D13) is known color: Rust. HEX triplet: C9, 4D and 13. RGB value is (201,77,19). Sum of RGB (Red+Green+Blue) = 201+77+19=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94D13 is #36B2EC. Grayscale: #6B6B6B. Windows color (decimal): -3584749 or 1265097. OLE color: 1265097.
HSL color Cylindrical-coordinate representation of color #C94D13: hue angle of 19.12º 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 #C94D13 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 19 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.21 |
| HSL | 19.12º | 0.83% | 0.43% | - |
| HSV(B) | 19.12º | 0.91% | 0.79% | - |
| XYZ | 26.86 | 17.77 | 2.63 | - |
| YUV | 107.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 19 | 0 | 0.62 | 0.91 | 0.21 | 19.12 | 0.83 | 0.43 |
| Hex | C9 | 4D | 13 | 0 | 3E | 5B | 15 | 13 | 53 | 2B |
| Octal | 311 | 115 | 23 | 0 | 76 | 133 | 25 | 23 | 123 | 53 |
| Binary | 11001001 | 1001101 | 10011 | 0 | 111110 | 1011011 | 10101 | 10011 | 1010011 | 101011 |
Color Harmonies of #C94D13
Complementary color
Monochromatic Colors of #C94D13
Black with #C94D13
Text Example
Text Example
White with #C94D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D13; }
p { color: rgb(201,77,19); }
H1.HeaderClassName
{
color: #C94D13;
}
.AnyTagClassName
{
color: #C94D13;
}
</style>
background-color css
<style>
a { background-color: #C94D13; }
a { background-color: rgb(201,77,19); }
div.DivClassName
{
background-color: #C94D13;
}
.BgClassName
{
background-color: #C94D13;
}
</style>
border-color css
<style>
span { border-color: #C94D13; }
span { border-color: rgb(201,77,19); }
td.TdClassName
{
border-color: #C94D13;
}
.TagClassName
{
border-color: #C94D13;
}
</style>