Shades of Rust #C15415
Tints of Rust #C15415
RGB
CMYK
RGB Variations
Color information
#C15415 (or 0xC15415) is known color: Rust. HEX triplet: C1, 54 and 15. RGB value is (193,84,21). Sum of RGB (Red+Green+Blue) = 193+84+21=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C15415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15415 is #3EABEA. Grayscale: #6D6D6D. Windows color (decimal): -4107243 or 1397953. OLE color: 1397953.
HSL color Cylindrical-coordinate representation of color #C15415: hue angle of 21.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C15415 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 21 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.24 |
| HSL | 21.98º | 0.8% | 0.42% | - |
| HSV(B) | 21.98º | 0.89% | 0.76% | - |
| XYZ | 25.3 | 17.73 | 2.8 | - |
| YUV | 109.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 21 | 0 | 0.56 | 0.89 | 0.24 | 21.98 | 0.8 | 0.42 |
| Hex | C1 | 54 | 15 | 0 | 38 | 59 | 18 | 16 | 50 | 2A |
| Octal | 301 | 124 | 25 | 0 | 70 | 131 | 30 | 26 | 120 | 52 |
| Binary | 11000001 | 1010100 | 10101 | 0 | 111000 | 1011001 | 11000 | 10110 | 1010000 | 101010 |
Color Harmonies of #C15415
Complementary color
Monochromatic Colors of #C15415
Black with #C15415
Text Example
Text Example
White with #C15415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15415; }
p { color: rgb(193,84,21); }
H1.HeaderClassName
{
color: #C15415;
}
.AnyTagClassName
{
color: #C15415;
}
</style>
background-color css
<style>
a { background-color: #C15415; }
a { background-color: rgb(193,84,21); }
div.DivClassName
{
background-color: #C15415;
}
.BgClassName
{
background-color: #C15415;
}
</style>
border-color css
<style>
span { border-color: #C15415; }
span { border-color: rgb(193,84,21); }
td.TdClassName
{
border-color: #C15415;
}
.TagClassName
{
border-color: #C15415;
}
</style>