Shades of Rust #C13C00
Tints of Rust #C13C00
RGB
CMYK
RGB Variations
Color information
#C13C00 (or 0xC13C00) is known color: Rust. HEX triplet: C1, 3C and 00. RGB value is (193,60,0). Sum of RGB (Red+Green+Blue) = 193+60+0=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13C00 is #3EC3FF. Grayscale: #5D5D5D. Windows color (decimal): -4113408 or 15553. OLE color: 15553.
HSL color Cylindrical-coordinate representation of color #C13C00: hue angle of 18.65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C13C00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.24 |
| HSL | 18.65º | 1% | 0.38% | - |
| HSV(B) | 18.65º | 1% | 0.76% | - |
| XYZ | 23.61 | 14.57 | 1.57 | - |
| YUV | 92.93 | 75.56 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 0 | 0 | 0.69 | 1 | 0.24 | 18.65 | 1 | 0.38 |
| Hex | C1 | 3C | 0 | 0 | 45 | 64 | 18 | 13 | 64 | 26 |
| Octal | 301 | 74 | 0 | 0 | 105 | 144 | 30 | 23 | 144 | 46 |
| Binary | 11000001 | 111100 | 0 | 0 | 1000101 | 1100100 | 11000 | 10011 | 1100100 | 100110 |
Color Harmonies of #C13C00
Complementary color
Monochromatic Colors of #C13C00
Black with #C13C00
Text Example
Text Example
White with #C13C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C00; }
p { color: rgb(193,60,0); }
H1.HeaderClassName
{
color: #C13C00;
}
.AnyTagClassName
{
color: #C13C00;
}
</style>
background-color css
<style>
a { background-color: #C13C00; }
a { background-color: rgb(193,60,0); }
div.DivClassName
{
background-color: #C13C00;
}
.BgClassName
{
background-color: #C13C00;
}
</style>
border-color css
<style>
span { border-color: #C13C00; }
span { border-color: rgb(193,60,0); }
td.TdClassName
{
border-color: #C13C00;
}
.TagClassName
{
border-color: #C13C00;
}
</style>