Shades of Rust #C94813
Tints of Rust #C94813
RGB
CMYK
RGB Variations
Color information
#C94813 (or 0xC94813) is known color: Rust. HEX triplet: C9, 48 and 13. RGB value is (201,72,19). Sum of RGB (Red+Green+Blue) = 201+72+19=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94813 is #36B7EC. Grayscale: #686868. Windows color (decimal): -3586029 or 1263817. OLE color: 1263817.
HSL color Cylindrical-coordinate representation of color #C94813: hue angle of 17.47º 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 #C94813 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.21 |
| HSL | 17.47º | 0.83% | 0.43% | - |
| HSV(B) | 17.47º | 0.91% | 0.79% | - |
| XYZ | 26.52 | 17.1 | 2.52 | - |
| YUV | 104.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 19 | 0 | 0.64 | 0.91 | 0.21 | 17.47 | 0.83 | 0.43 |
| Hex | C9 | 48 | 13 | 0 | 40 | 5B | 15 | 11 | 53 | 2B |
| Octal | 311 | 110 | 23 | 0 | 100 | 133 | 25 | 21 | 123 | 53 |
| Binary | 11001001 | 1001000 | 10011 | 0 | 1000000 | 1011011 | 10101 | 10001 | 1010011 | 101011 |
Color Harmonies of #C94813
Complementary color
Monochromatic Colors of #C94813
Black with #C94813
Text Example
Text Example
White with #C94813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94813; }
p { color: rgb(201,72,19); }
H1.HeaderClassName
{
color: #C94813;
}
.AnyTagClassName
{
color: #C94813;
}
</style>
background-color css
<style>
a { background-color: #C94813; }
a { background-color: rgb(201,72,19); }
div.DivClassName
{
background-color: #C94813;
}
.BgClassName
{
background-color: #C94813;
}
</style>
border-color css
<style>
span { border-color: #C94813; }
span { border-color: rgb(201,72,19); }
td.TdClassName
{
border-color: #C94813;
}
.TagClassName
{
border-color: #C94813;
}
</style>