Shades of Rust #C13E00
Tints of Rust #C13E00
RGB
CMYK
RGB Variations
Color information
#C13E00 (or 0xC13E00) is known color: Rust. HEX triplet: C1, 3E and 00. RGB value is (193,62,0). Sum of RGB (Red+Green+Blue) = 193+62+0=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13E00 is #3EC1FF. Grayscale: #5E5E5E. Windows color (decimal): -4112896 or 16065. OLE color: 16065.
HSL color Cylindrical-coordinate representation of color #C13E00: hue angle of 19.27º 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 #C13E00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.24 |
| HSL | 19.27º | 1% | 0.38% | - |
| HSV(B) | 19.27º | 1% | 0.76% | - |
| XYZ | 23.71 | 14.78 | 1.6 | - |
| YUV | 94.1 | 74.9 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 0 | 0 | 0.68 | 1 | 0.24 | 19.27 | 1 | 0.38 |
| Hex | C1 | 3E | 0 | 0 | 44 | 64 | 18 | 13 | 64 | 26 |
| Octal | 301 | 76 | 0 | 0 | 104 | 144 | 30 | 23 | 144 | 46 |
| Binary | 11000001 | 111110 | 0 | 0 | 1000100 | 1100100 | 11000 | 10011 | 1100100 | 100110 |
Color Harmonies of #C13E00
Complementary color
Monochromatic Colors of #C13E00
Black with #C13E00
Text Example
Text Example
White with #C13E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E00; }
p { color: rgb(193,62,0); }
H1.HeaderClassName
{
color: #C13E00;
}
.AnyTagClassName
{
color: #C13E00;
}
</style>
background-color css
<style>
a { background-color: #C13E00; }
a { background-color: rgb(193,62,0); }
div.DivClassName
{
background-color: #C13E00;
}
.BgClassName
{
background-color: #C13E00;
}
</style>
border-color css
<style>
span { border-color: #C13E00; }
span { border-color: rgb(193,62,0); }
td.TdClassName
{
border-color: #C13E00;
}
.TagClassName
{
border-color: #C13E00;
}
</style>