Shades of Rust #C13E08
Tints of Rust #C13E08
RGB
CMYK
RGB Variations
Color information
#C13E08 (or 0xC13E08) is known color: Rust. HEX triplet: C1, 3E and 08. RGB value is (193,62,8). Sum of RGB (Red+Green+Blue) = 193+62+8=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13E08 is #3EC1F7. Grayscale: #5F5F5F. Windows color (decimal): -4112888 or 540353. OLE color: 540353.
HSL color Cylindrical-coordinate representation of color #C13E08: hue angle of 17.51º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C13E08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.24 |
| HSL | 17.51º | 0.92% | 0.39% | - |
| HSV(B) | 17.51º | 0.96% | 0.76% | - |
| XYZ | 23.76 | 14.8 | 1.83 | - |
| YUV | 95.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 8 | 0 | 0.68 | 0.96 | 0.24 | 17.51 | 0.92 | 0.39 |
| Hex | C1 | 3E | 8 | 0 | 44 | 60 | 18 | 12 | 5C | 27 |
| Octal | 301 | 76 | 10 | 0 | 104 | 140 | 30 | 22 | 134 | 47 |
| Binary | 11000001 | 111110 | 1000 | 0 | 1000100 | 1100000 | 11000 | 10010 | 1011100 | 100111 |
Color Harmonies of #C13E08
Complementary color
Monochromatic Colors of #C13E08
Black with #C13E08
Text Example
Text Example
White with #C13E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E08; }
p { color: rgb(193,62,8); }
H1.HeaderClassName
{
color: #C13E08;
}
.AnyTagClassName
{
color: #C13E08;
}
</style>
background-color css
<style>
a { background-color: #C13E08; }
a { background-color: rgb(193,62,8); }
div.DivClassName
{
background-color: #C13E08;
}
.BgClassName
{
background-color: #C13E08;
}
</style>
border-color css
<style>
span { border-color: #C13E08; }
span { border-color: rgb(193,62,8); }
td.TdClassName
{
border-color: #C13E08;
}
.TagClassName
{
border-color: #C13E08;
}
</style>