Shades of Rust #C14912
Tints of Rust #C14912
RGB
CMYK
RGB Variations
Color information
#C14912 (or 0xC14912) is known color: Rust. HEX triplet: C1, 49 and 12. RGB value is (193,73,18). Sum of RGB (Red+Green+Blue) = 193+73+18=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C14912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14912 is #3EB6ED. Grayscale: #666666. Windows color (decimal): -4110062 or 1198529. OLE color: 1198529.
HSL color Cylindrical-coordinate representation of color #C14912: hue angle of 18.86º 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 #C14912 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 18 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.24 |
| HSL | 18.86º | 0.83% | 0.41% | - |
| HSV(B) | 18.86º | 0.91% | 0.76% | - |
| XYZ | 24.48 | 16.15 | 2.4 | - |
| YUV | 102.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 18 | 0 | 0.62 | 0.91 | 0.24 | 18.86 | 0.83 | 0.41 |
| Hex | C1 | 49 | 12 | 0 | 3E | 5B | 18 | 13 | 53 | 29 |
| Octal | 301 | 111 | 22 | 0 | 76 | 133 | 30 | 23 | 123 | 51 |
| Binary | 11000001 | 1001001 | 10010 | 0 | 111110 | 1011011 | 11000 | 10011 | 1010011 | 101001 |
Color Harmonies of #C14912
Complementary color
Monochromatic Colors of #C14912
Black with #C14912
Text Example
Text Example
White with #C14912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14912; }
p { color: rgb(193,73,18); }
H1.HeaderClassName
{
color: #C14912;
}
.AnyTagClassName
{
color: #C14912;
}
</style>
background-color css
<style>
a { background-color: #C14912; }
a { background-color: rgb(193,73,18); }
div.DivClassName
{
background-color: #C14912;
}
.BgClassName
{
background-color: #C14912;
}
</style>
border-color css
<style>
span { border-color: #C14912; }
span { border-color: rgb(193,73,18); }
td.TdClassName
{
border-color: #C14912;
}
.TagClassName
{
border-color: #C14912;
}
</style>