Shades of Rust #C13F12
Tints of Rust #C13F12
RGB
CMYK
RGB Variations
Color information
#C13F12 (or 0xC13F12) is known color: Rust. HEX triplet: C1, 3F and 12. RGB value is (193,63,18). Sum of RGB (Red+Green+Blue) = 193+63+18=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F12 is #3EC0ED. Grayscale: #616161. Windows color (decimal): -4112622 or 1195969. OLE color: 1195969.
HSL color Cylindrical-coordinate representation of color #C13F12: hue angle of 15.43º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C13F12 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.24 |
| HSL | 15.43º | 0.83% | 0.41% | - |
| HSV(B) | 15.43º | 0.91% | 0.76% | - |
| XYZ | 23.88 | 14.94 | 2.2 | - |
| YUV | 96.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 18 | 0 | 0.67 | 0.91 | 0.24 | 15.43 | 0.83 | 0.41 |
| Hex | C1 | 3F | 12 | 0 | 43 | 5B | 18 | F | 53 | 29 |
| Octal | 301 | 77 | 22 | 0 | 103 | 133 | 30 | 17 | 123 | 51 |
| Binary | 11000001 | 111111 | 10010 | 0 | 1000011 | 1011011 | 11000 | 1111 | 1010011 | 101001 |
Color Harmonies of #C13F12
Complementary color
Monochromatic Colors of #C13F12
Black with #C13F12
Text Example
Text Example
White with #C13F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F12; }
p { color: rgb(193,63,18); }
H1.HeaderClassName
{
color: #C13F12;
}
.AnyTagClassName
{
color: #C13F12;
}
</style>
background-color css
<style>
a { background-color: #C13F12; }
a { background-color: rgb(193,63,18); }
div.DivClassName
{
background-color: #C13F12;
}
.BgClassName
{
background-color: #C13F12;
}
</style>
border-color css
<style>
span { border-color: #C13F12; }
span { border-color: rgb(193,63,18); }
td.TdClassName
{
border-color: #C13F12;
}
.TagClassName
{
border-color: #C13F12;
}
</style>