Shades of Rust #C14D0B
Tints of Rust #C14D0B
RGB
CMYK
RGB Variations
Color information
#C14D0B (or 0xC14D0B) is known color: Rust. HEX triplet: C1, 4D and 0B. RGB value is (193,77,11). Sum of RGB (Red+Green+Blue) = 193+77+11=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14D0B is #3EB2F4. Grayscale: #686868. Windows color (decimal): -4109045 or 740801. OLE color: 740801.
HSL color Cylindrical-coordinate representation of color #C14D0B: hue angle of 21.76º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C14D0B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 11 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.24 |
| HSL | 21.76º | 0.89% | 0.4% | - |
| HSV(B) | 21.76º | 0.94% | 0.76% | - |
| XYZ | 24.71 | 16.67 | 2.23 | - |
| YUV | 104.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 11 | 0 | 0.60 | 0.94 | 0.24 | 21.76 | 0.89 | 0.4 |
| Hex | C1 | 4D | B | 0 | 3C | 5E | 18 | 16 | 59 | 28 |
| Octal | 301 | 115 | 13 | 0 | 74 | 136 | 30 | 26 | 131 | 50 |
| Binary | 11000001 | 1001101 | 1011 | 0 | 111100 | 1011110 | 11000 | 10110 | 1011001 | 101000 |
Color Harmonies of #C14D0B
Complementary color
Monochromatic Colors of #C14D0B
Black with #C14D0B
Text Example
Text Example
White with #C14D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D0B; }
p { color: rgb(193,77,11); }
H1.HeaderClassName
{
color: #C14D0B;
}
.AnyTagClassName
{
color: #C14D0B;
}
</style>
background-color css
<style>
a { background-color: #C14D0B; }
a { background-color: rgb(193,77,11); }
div.DivClassName
{
background-color: #C14D0B;
}
.BgClassName
{
background-color: #C14D0B;
}
</style>
border-color css
<style>
span { border-color: #C14D0B; }
span { border-color: rgb(193,77,11); }
td.TdClassName
{
border-color: #C14D0B;
}
.TagClassName
{
border-color: #C14D0B;
}
</style>