Shades of Rust #C13B0C
Tints of Rust #C13B0C
RGB
CMYK
RGB Variations
Color information
#C13B0C (or 0xC13B0C) is known color: Rust. HEX triplet: C1, 3B and 0C. RGB value is (193,59,12). Sum of RGB (Red+Green+Blue) = 193+59+12=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B0C is #3EC4F3. Grayscale: #5E5E5E. Windows color (decimal): -4113652 or 801729. OLE color: 801729.
HSL color Cylindrical-coordinate representation of color #C13B0C: hue angle of 15.58º degrees, saturation: 0.88, 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 #C13B0C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 12 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.24 |
| HSL | 15.58º | 0.88% | 0.4% | - |
| HSV(B) | 15.58º | 0.94% | 0.76% | - |
| XYZ | 23.62 | 14.49 | 1.9 | - |
| YUV | 93.71 | 81.89 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 12 | 0 | 0.69 | 0.94 | 0.24 | 15.58 | 0.88 | 0.4 |
| Hex | C1 | 3B | C | 0 | 45 | 5E | 18 | 10 | 58 | 28 |
| Octal | 301 | 73 | 14 | 0 | 105 | 136 | 30 | 20 | 130 | 50 |
| Binary | 11000001 | 111011 | 1100 | 0 | 1000101 | 1011110 | 11000 | 10000 | 1011000 | 101000 |
Color Harmonies of #C13B0C
Complementary color
Monochromatic Colors of #C13B0C
Black with #C13B0C
Text Example
Text Example
White with #C13B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B0C; }
p { color: rgb(193,59,12); }
H1.HeaderClassName
{
color: #C13B0C;
}
.AnyTagClassName
{
color: #C13B0C;
}
</style>
background-color css
<style>
a { background-color: #C13B0C; }
a { background-color: rgb(193,59,12); }
div.DivClassName
{
background-color: #C13B0C;
}
.BgClassName
{
background-color: #C13B0C;
}
</style>
border-color css
<style>
span { border-color: #C13B0C; }
span { border-color: rgb(193,59,12); }
td.TdClassName
{
border-color: #C13B0C;
}
.TagClassName
{
border-color: #C13B0C;
}
</style>