Shades of Rust #C1510E
Tints of Rust #C1510E
RGB
CMYK
RGB Variations
Color information
#C1510E (or 0xC1510E) is known color: Rust. HEX triplet: C1, 51 and 0E. RGB value is (193,81,14). Sum of RGB (Red+Green+Blue) = 193+81+14=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1510E is #3EAEF1. Grayscale: #6B6B6B. Windows color (decimal): -4108018 or 938433. OLE color: 938433.
HSL color Cylindrical-coordinate representation of color #C1510E: hue angle of 22.46º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1510E is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 14 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.24 |
| HSL | 22.46º | 0.86% | 0.41% | - |
| HSV(B) | 22.46º | 0.93% | 0.76% | - |
| XYZ | 25.01 | 17.25 | 2.43 | - |
| YUV | 106.85 | 75.61 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 14 | 0 | 0.58 | 0.93 | 0.24 | 22.46 | 0.86 | 0.41 |
| Hex | C1 | 51 | E | 0 | 3A | 5D | 18 | 16 | 56 | 29 |
| Octal | 301 | 121 | 16 | 0 | 72 | 135 | 30 | 26 | 126 | 51 |
| Binary | 11000001 | 1010001 | 1110 | 0 | 111010 | 1011101 | 11000 | 10110 | 1010110 | 101001 |
Color Harmonies of #C1510E
Complementary color
Monochromatic Colors of #C1510E
Black with #C1510E
Text Example
Text Example
White with #C1510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1510E; }
p { color: rgb(193,81,14); }
H1.HeaderClassName
{
color: #C1510E;
}
.AnyTagClassName
{
color: #C1510E;
}
</style>
background-color css
<style>
a { background-color: #C1510E; }
a { background-color: rgb(193,81,14); }
div.DivClassName
{
background-color: #C1510E;
}
.BgClassName
{
background-color: #C1510E;
}
</style>
border-color css
<style>
span { border-color: #C1510E; }
span { border-color: rgb(193,81,14); }
td.TdClassName
{
border-color: #C1510E;
}
.TagClassName
{
border-color: #C1510E;
}
</style>