Shades of Rust #C13F15
Tints of Rust #C13F15
RGB
CMYK
RGB Variations
Color information
#C13F15 (or 0xC13F15) is known color: Rust. HEX triplet: C1, 3F and 15. RGB value is (193,63,21). Sum of RGB (Red+Green+Blue) = 193+63+21=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F15 is #3EC0EA. Grayscale: #616161. Windows color (decimal): -4112619 or 1392577. OLE color: 1392577.
HSL color Cylindrical-coordinate representation of color #C13F15: hue angle of 14.65º 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 #C13F15 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 21 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.24 |
| HSL | 14.65º | 0.8% | 0.42% | - |
| HSV(B) | 14.65º | 0.89% | 0.76% | - |
| XYZ | 23.91 | 14.95 | 2.33 | - |
| YUV | 97.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 21 | 0 | 0.67 | 0.89 | 0.24 | 14.65 | 0.8 | 0.42 |
| Hex | C1 | 3F | 15 | 0 | 43 | 59 | 18 | F | 50 | 2A |
| Octal | 301 | 77 | 25 | 0 | 103 | 131 | 30 | 17 | 120 | 52 |
| Binary | 11000001 | 111111 | 10101 | 0 | 1000011 | 1011001 | 11000 | 1111 | 1010000 | 101010 |
Color Harmonies of #C13F15
Complementary color
Monochromatic Colors of #C13F15
Black with #C13F15
Text Example
Text Example
White with #C13F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F15; }
p { color: rgb(193,63,21); }
H1.HeaderClassName
{
color: #C13F15;
}
.AnyTagClassName
{
color: #C13F15;
}
</style>
background-color css
<style>
a { background-color: #C13F15; }
a { background-color: rgb(193,63,21); }
div.DivClassName
{
background-color: #C13F15;
}
.BgClassName
{
background-color: #C13F15;
}
</style>
border-color css
<style>
span { border-color: #C13F15; }
span { border-color: rgb(193,63,21); }
td.TdClassName
{
border-color: #C13F15;
}
.TagClassName
{
border-color: #C13F15;
}
</style>