Shades of Rust #C14311
Tints of Rust #C14311
RGB
CMYK
RGB Variations
Color information
#C14311 (or 0xC14311) is known color: Rust. HEX triplet: C1, 43 and 11. RGB value is (193,67,17). Sum of RGB (Red+Green+Blue) = 193+67+17=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C14311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14311 is #3EBCEE. Grayscale: #636363. Windows color (decimal): -4111599 or 1131457. OLE color: 1131457.
HSL color Cylindrical-coordinate representation of color #C14311: hue angle of 17.05º degrees, saturation: 0.84, 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 #C14311 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 17 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.24 |
| HSL | 17.05º | 0.84% | 0.41% | - |
| HSV(B) | 17.05º | 0.91% | 0.76% | - |
| XYZ | 24.1 | 15.39 | 2.23 | - |
| YUV | 98.97 | 81.74 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 17 | 0 | 0.65 | 0.91 | 0.24 | 17.05 | 0.84 | 0.41 |
| Hex | C1 | 43 | 11 | 0 | 41 | 5B | 18 | 11 | 54 | 29 |
| Octal | 301 | 103 | 21 | 0 | 101 | 133 | 30 | 21 | 124 | 51 |
| Binary | 11000001 | 1000011 | 10001 | 0 | 1000001 | 1011011 | 11000 | 10001 | 1010100 | 101001 |
Color Harmonies of #C14311
Complementary color
Monochromatic Colors of #C14311
Black with #C14311
Text Example
Text Example
White with #C14311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14311; }
p { color: rgb(193,67,17); }
H1.HeaderClassName
{
color: #C14311;
}
.AnyTagClassName
{
color: #C14311;
}
</style>
background-color css
<style>
a { background-color: #C14311; }
a { background-color: rgb(193,67,17); }
div.DivClassName
{
background-color: #C14311;
}
.BgClassName
{
background-color: #C14311;
}
</style>
border-color css
<style>
span { border-color: #C14311; }
span { border-color: rgb(193,67,17); }
td.TdClassName
{
border-color: #C14311;
}
.TagClassName
{
border-color: #C14311;
}
</style>