Shades of Rust #C15212
Tints of Rust #C15212
RGB
CMYK
RGB Variations
Color information
#C15212 (or 0xC15212) is known color: Rust. HEX triplet: C1, 52 and 12. RGB value is (193,82,18). Sum of RGB (Red+Green+Blue) = 193+82+18=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C15212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15212 is #3EADED. Grayscale: #6C6C6C. Windows color (decimal): -4107758 or 1200833. OLE color: 1200833.
HSL color Cylindrical-coordinate representation of color #C15212: hue angle of 21.94º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C15212 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.24 |
| HSL | 21.94º | 0.83% | 0.41% | - |
| HSV(B) | 21.94º | 0.91% | 0.76% | - |
| XYZ | 25.12 | 17.42 | 2.61 | - |
| YUV | 107.89 | 77.27 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 18 | 0 | 0.58 | 0.91 | 0.24 | 21.94 | 0.83 | 0.41 |
| Hex | C1 | 52 | 12 | 0 | 3A | 5B | 18 | 16 | 53 | 29 |
| Octal | 301 | 122 | 22 | 0 | 72 | 133 | 30 | 26 | 123 | 51 |
| Binary | 11000001 | 1010010 | 10010 | 0 | 111010 | 1011011 | 11000 | 10110 | 1010011 | 101001 |
Color Harmonies of #C15212
Complementary color
Monochromatic Colors of #C15212
Black with #C15212
Text Example
Text Example
White with #C15212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15212; }
p { color: rgb(193,82,18); }
H1.HeaderClassName
{
color: #C15212;
}
.AnyTagClassName
{
color: #C15212;
}
</style>
background-color css
<style>
a { background-color: #C15212; }
a { background-color: rgb(193,82,18); }
div.DivClassName
{
background-color: #C15212;
}
.BgClassName
{
background-color: #C15212;
}
</style>
border-color css
<style>
span { border-color: #C15212; }
span { border-color: rgb(193,82,18); }
td.TdClassName
{
border-color: #C15212;
}
.TagClassName
{
border-color: #C15212;
}
</style>