Shades of Rust #C13B0E
Tints of Rust #C13B0E
RGB
CMYK
RGB Variations
Color information
#C13B0E (or 0xC13B0E) is known color: Rust. HEX triplet: C1, 3B and 0E. RGB value is (193,59,14). Sum of RGB (Red+Green+Blue) = 193+59+14=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B0E is #3EC4F1. Grayscale: #5E5E5E. Windows color (decimal): -4113650 or 932801. OLE color: 932801.
HSL color Cylindrical-coordinate representation of color #C13B0E: hue angle of 15.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C13B0E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 14 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.24 |
| HSL | 15.08º | 0.86% | 0.41% | - |
| HSV(B) | 15.08º | 0.93% | 0.76% | - |
| XYZ | 23.64 | 14.5 | 1.97 | - |
| YUV | 93.94 | 82.89 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 14 | 0 | 0.69 | 0.93 | 0.24 | 15.08 | 0.86 | 0.41 |
| Hex | C1 | 3B | E | 0 | 45 | 5D | 18 | F | 56 | 29 |
| Octal | 301 | 73 | 16 | 0 | 105 | 135 | 30 | 17 | 126 | 51 |
| Binary | 11000001 | 111011 | 1110 | 0 | 1000101 | 1011101 | 11000 | 1111 | 1010110 | 101001 |
Color Harmonies of #C13B0E
Complementary color
Monochromatic Colors of #C13B0E
Black with #C13B0E
Text Example
Text Example
White with #C13B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B0E; }
p { color: rgb(193,59,14); }
H1.HeaderClassName
{
color: #C13B0E;
}
.AnyTagClassName
{
color: #C13B0E;
}
</style>
background-color css
<style>
a { background-color: #C13B0E; }
a { background-color: rgb(193,59,14); }
div.DivClassName
{
background-color: #C13B0E;
}
.BgClassName
{
background-color: #C13B0E;
}
</style>
border-color css
<style>
span { border-color: #C13B0E; }
span { border-color: rgb(193,59,14); }
td.TdClassName
{
border-color: #C13B0E;
}
.TagClassName
{
border-color: #C13B0E;
}
</style>