Shades of Rust #C15118
Tints of Rust #C15118
RGB
CMYK
RGB Variations
Color information
#C15118 (or 0xC15118) is known color: Rust. HEX triplet: C1, 51 and 18. RGB value is (193,81,24). Sum of RGB (Red+Green+Blue) = 193+81+24=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C15118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15118 is #3EAEE7. Grayscale: #6C6C6C. Windows color (decimal): -4108008 or 1593793. OLE color: 1593793.
HSL color Cylindrical-coordinate representation of color #C15118: hue angle of 20.24º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C15118 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 24 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.24 |
| HSL | 20.24º | 0.78% | 0.43% | - |
| HSV(B) | 20.24º | 0.88% | 0.76% | - |
| XYZ | 25.1 | 17.29 | 2.88 | - |
| YUV | 107.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 24 | 0 | 0.58 | 0.88 | 0.24 | 20.24 | 0.78 | 0.43 |
| Hex | C1 | 51 | 18 | 0 | 3A | 58 | 18 | 14 | 4E | 2B |
| Octal | 301 | 121 | 30 | 0 | 72 | 130 | 30 | 24 | 116 | 53 |
| Binary | 11000001 | 1010001 | 11000 | 0 | 111010 | 1011000 | 11000 | 10100 | 1001110 | 101011 |
Color Harmonies of #C15118
Complementary color
Monochromatic Colors of #C15118
Black with #C15118
Text Example
Text Example
White with #C15118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15118; }
p { color: rgb(193,81,24); }
H1.HeaderClassName
{
color: #C15118;
}
.AnyTagClassName
{
color: #C15118;
}
</style>
background-color css
<style>
a { background-color: #C15118; }
a { background-color: rgb(193,81,24); }
div.DivClassName
{
background-color: #C15118;
}
.BgClassName
{
background-color: #C15118;
}
</style>
border-color css
<style>
span { border-color: #C15118; }
span { border-color: rgb(193,81,24); }
td.TdClassName
{
border-color: #C15118;
}
.TagClassName
{
border-color: #C15118;
}
</style>