Shades of Rust #C13E0B
Tints of Rust #C13E0B
RGB
CMYK
RGB Variations
Color information
#C13E0B (or 0xC13E0B) is known color: Rust. HEX triplet: C1, 3E and 0B. RGB value is (193,62,11). Sum of RGB (Red+Green+Blue) = 193+62+11=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13E0B is #3EC1F4. Grayscale: #5F5F5F. Windows color (decimal): -4112885 or 736961. OLE color: 736961.
HSL color Cylindrical-coordinate representation of color #C13E0B: hue angle of 16.81º degrees, saturation: 0.89, 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 #C13E0B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.24 |
| HSL | 16.81º | 0.89% | 0.4% | - |
| HSV(B) | 16.81º | 0.94% | 0.76% | - |
| XYZ | 23.78 | 14.81 | 1.92 | - |
| YUV | 95.36 | 80.4 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 11 | 0 | 0.68 | 0.94 | 0.24 | 16.81 | 0.89 | 0.4 |
| Hex | C1 | 3E | B | 0 | 44 | 5E | 18 | 11 | 59 | 28 |
| Octal | 301 | 76 | 13 | 0 | 104 | 136 | 30 | 21 | 131 | 50 |
| Binary | 11000001 | 111110 | 1011 | 0 | 1000100 | 1011110 | 11000 | 10001 | 1011001 | 101000 |
Color Harmonies of #C13E0B
Complementary color
Monochromatic Colors of #C13E0B
Black with #C13E0B
Text Example
Text Example
White with #C13E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E0B; }
p { color: rgb(193,62,11); }
H1.HeaderClassName
{
color: #C13E0B;
}
.AnyTagClassName
{
color: #C13E0B;
}
</style>
background-color css
<style>
a { background-color: #C13E0B; }
a { background-color: rgb(193,62,11); }
div.DivClassName
{
background-color: #C13E0B;
}
.BgClassName
{
background-color: #C13E0B;
}
</style>
border-color css
<style>
span { border-color: #C13E0B; }
span { border-color: rgb(193,62,11); }
td.TdClassName
{
border-color: #C13E0B;
}
.TagClassName
{
border-color: #C13E0B;
}
</style>