Shades of Rust #C55018
Tints of Rust #C55018
RGB
CMYK
RGB Variations
Color information
#C55018 (or 0xC55018) is known color: Rust. HEX triplet: C5, 50 and 18. RGB value is (197,80,24). Sum of RGB (Red+Green+Blue) = 197+80+24=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55018 is #3AAFE7. Grayscale: #6C6C6C. Windows color (decimal): -3846120 or 1593541. OLE color: 1593541.
HSL color Cylindrical-coordinate representation of color #C55018: hue angle of 19.42º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C55018 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 24 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.23 |
| HSL | 19.42º | 0.78% | 0.43% | - |
| HSV(B) | 19.42º | 0.88% | 0.77% | - |
| XYZ | 26.06 | 17.67 | 2.9 | - |
| YUV | 108.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 24 | 0 | 0.59 | 0.88 | 0.23 | 19.42 | 0.78 | 0.43 |
| Hex | C5 | 50 | 18 | 0 | 3B | 58 | 17 | 13 | 4E | 2B |
| Octal | 305 | 120 | 30 | 0 | 73 | 130 | 27 | 23 | 116 | 53 |
| Binary | 11000101 | 1010000 | 11000 | 0 | 111011 | 1011000 | 10111 | 10011 | 1001110 | 101011 |
Color Harmonies of #C55018
Complementary color
Monochromatic Colors of #C55018
Black with #C55018
Text Example
Text Example
White with #C55018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55018; }
p { color: rgb(197,80,24); }
H1.HeaderClassName
{
color: #C55018;
}
.AnyTagClassName
{
color: #C55018;
}
</style>
background-color css
<style>
a { background-color: #C55018; }
a { background-color: rgb(197,80,24); }
div.DivClassName
{
background-color: #C55018;
}
.BgClassName
{
background-color: #C55018;
}
</style>
border-color css
<style>
span { border-color: #C55018; }
span { border-color: rgb(197,80,24); }
td.TdClassName
{
border-color: #C55018;
}
.TagClassName
{
border-color: #C55018;
}
</style>