Shades of Rust #C55013
Tints of Rust #C55013
RGB
CMYK
RGB Variations
Color information
#C55013 (or 0xC55013) is known color: Rust. HEX triplet: C5, 50 and 13. RGB value is (197,80,19). Sum of RGB (Red+Green+Blue) = 197+80+19=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C55013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55013 is #3AAFEC. Grayscale: #6C6C6C. Windows color (decimal): -3846125 or 1265861. OLE color: 1265861.
HSL color Cylindrical-coordinate representation of color #C55013: hue angle of 20.56º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55013 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 19 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.23 |
| HSL | 20.56º | 0.82% | 0.42% | - |
| HSV(B) | 20.56º | 0.9% | 0.77% | - |
| XYZ | 26.01 | 17.65 | 2.65 | - |
| YUV | 108.03 | 77.76 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 19 | 0 | 0.59 | 0.90 | 0.23 | 20.56 | 0.82 | 0.42 |
| Hex | C5 | 50 | 13 | 0 | 3B | 5A | 17 | 15 | 52 | 2A |
| Octal | 305 | 120 | 23 | 0 | 73 | 132 | 27 | 25 | 122 | 52 |
| Binary | 11000101 | 1010000 | 10011 | 0 | 111011 | 1011010 | 10111 | 10101 | 1010010 | 101010 |
Color Harmonies of #C55013
Complementary color
Monochromatic Colors of #C55013
Black with #C55013
Text Example
Text Example
White with #C55013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55013; }
p { color: rgb(197,80,19); }
H1.HeaderClassName
{
color: #C55013;
}
.AnyTagClassName
{
color: #C55013;
}
</style>
background-color css
<style>
a { background-color: #C55013; }
a { background-color: rgb(197,80,19); }
div.DivClassName
{
background-color: #C55013;
}
.BgClassName
{
background-color: #C55013;
}
</style>
border-color css
<style>
span { border-color: #C55013; }
span { border-color: rgb(197,80,19); }
td.TdClassName
{
border-color: #C55013;
}
.TagClassName
{
border-color: #C55013;
}
</style>