Shades of Rust #C14112
Tints of Rust #C14112
RGB
CMYK
RGB Variations
Color information
#C14112 (or 0xC14112) is known color: Rust. HEX triplet: C1, 41 and 12. RGB value is (193,65,18). Sum of RGB (Red+Green+Blue) = 193+65+18=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C14112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14112 is #3EBEED. Grayscale: #626262. Windows color (decimal): -4112110 or 1196481. OLE color: 1196481.
HSL color Cylindrical-coordinate representation of color #C14112: hue angle of 16.11º 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 #C14112 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.24 |
| HSL | 16.11º | 0.83% | 0.41% | - |
| HSV(B) | 16.11º | 0.91% | 0.76% | - |
| XYZ | 23.99 | 15.16 | 2.23 | - |
| YUV | 97.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 18 | 0 | 0.66 | 0.91 | 0.24 | 16.11 | 0.83 | 0.41 |
| Hex | C1 | 41 | 12 | 0 | 42 | 5B | 18 | 10 | 53 | 29 |
| Octal | 301 | 101 | 22 | 0 | 102 | 133 | 30 | 20 | 123 | 51 |
| Binary | 11000001 | 1000001 | 10010 | 0 | 1000010 | 1011011 | 11000 | 10000 | 1010011 | 101001 |
Color Harmonies of #C14112
Complementary color
Monochromatic Colors of #C14112
Black with #C14112
Text Example
Text Example
White with #C14112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14112; }
p { color: rgb(193,65,18); }
H1.HeaderClassName
{
color: #C14112;
}
.AnyTagClassName
{
color: #C14112;
}
</style>
background-color css
<style>
a { background-color: #C14112; }
a { background-color: rgb(193,65,18); }
div.DivClassName
{
background-color: #C14112;
}
.BgClassName
{
background-color: #C14112;
}
</style>
border-color css
<style>
span { border-color: #C14112; }
span { border-color: rgb(193,65,18); }
td.TdClassName
{
border-color: #C14112;
}
.TagClassName
{
border-color: #C14112;
}
</style>