Shades of Rust #C13F0B
Tints of Rust #C13F0B
RGB
CMYK
RGB Variations
Color information
#C13F0B (or 0xC13F0B) is known color: Rust. HEX triplet: C1, 3F and 0B. RGB value is (193,63,11). Sum of RGB (Red+Green+Blue) = 193+63+11=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F0B is #3EC0F4. Grayscale: #606060. Windows color (decimal): -4112629 or 737217. OLE color: 737217.
HSL color Cylindrical-coordinate representation of color #C13F0B: hue angle of 17.14º 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 #C13F0B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 11 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.24 |
| HSL | 17.14º | 0.89% | 0.4% | - |
| HSV(B) | 17.14º | 0.94% | 0.76% | - |
| XYZ | 23.83 | 14.92 | 1.94 | - |
| YUV | 95.94 | 80.07 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 11 | 0 | 0.67 | 0.94 | 0.24 | 17.14 | 0.89 | 0.4 |
| Hex | C1 | 3F | B | 0 | 43 | 5E | 18 | 11 | 59 | 28 |
| Octal | 301 | 77 | 13 | 0 | 103 | 136 | 30 | 21 | 131 | 50 |
| Binary | 11000001 | 111111 | 1011 | 0 | 1000011 | 1011110 | 11000 | 10001 | 1011001 | 101000 |
Color Harmonies of #C13F0B
Complementary color
Monochromatic Colors of #C13F0B
Black with #C13F0B
Text Example
Text Example
White with #C13F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F0B; }
p { color: rgb(193,63,11); }
H1.HeaderClassName
{
color: #C13F0B;
}
.AnyTagClassName
{
color: #C13F0B;
}
</style>
background-color css
<style>
a { background-color: #C13F0B; }
a { background-color: rgb(193,63,11); }
div.DivClassName
{
background-color: #C13F0B;
}
.BgClassName
{
background-color: #C13F0B;
}
</style>
border-color css
<style>
span { border-color: #C13F0B; }
span { border-color: rgb(193,63,11); }
td.TdClassName
{
border-color: #C13F0B;
}
.TagClassName
{
border-color: #C13F0B;
}
</style>