Shades of Rust #C14412
Tints of Rust #C14412
RGB
CMYK
RGB Variations
Color information
#C14412 (or 0xC14412) is known color: Rust. HEX triplet: C1, 44 and 12. RGB value is (193,68,18). Sum of RGB (Red+Green+Blue) = 193+68+18=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C14412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14412 is #3EBBED. Grayscale: #646464. Windows color (decimal): -4111342 or 1197249. OLE color: 1197249.
HSL color Cylindrical-coordinate representation of color #C14412: hue angle of 17.14º 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 #C14412 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 18 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.24 |
| HSL | 17.14º | 0.83% | 0.41% | - |
| HSV(B) | 17.14º | 0.91% | 0.76% | - |
| XYZ | 24.17 | 15.52 | 2.29 | - |
| YUV | 99.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 18 | 0 | 0.65 | 0.91 | 0.24 | 17.14 | 0.83 | 0.41 |
| Hex | C1 | 44 | 12 | 0 | 41 | 5B | 18 | 11 | 53 | 29 |
| Octal | 301 | 104 | 22 | 0 | 101 | 133 | 30 | 21 | 123 | 51 |
| Binary | 11000001 | 1000100 | 10010 | 0 | 1000001 | 1011011 | 11000 | 10001 | 1010011 | 101001 |
Color Harmonies of #C14412
Complementary color
Monochromatic Colors of #C14412
Black with #C14412
Text Example
Text Example
White with #C14412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14412; }
p { color: rgb(193,68,18); }
H1.HeaderClassName
{
color: #C14412;
}
.AnyTagClassName
{
color: #C14412;
}
</style>
background-color css
<style>
a { background-color: #C14412; }
a { background-color: rgb(193,68,18); }
div.DivClassName
{
background-color: #C14412;
}
.BgClassName
{
background-color: #C14412;
}
</style>
border-color css
<style>
span { border-color: #C14412; }
span { border-color: rgb(193,68,18); }
td.TdClassName
{
border-color: #C14412;
}
.TagClassName
{
border-color: #C14412;
}
</style>