Shades of Rust #C13F17
Tints of Rust #C13F17
RGB
CMYK
RGB Variations
Color information
#C13F17 (or 0xC13F17) is known color: Rust. HEX triplet: C1, 3F and 17. RGB value is (193,63,23). Sum of RGB (Red+Green+Blue) = 193+63+23=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F17 is #3EC0E8. Grayscale: #616161. Windows color (decimal): -4112617 or 1523649. OLE color: 1523649.
HSL color Cylindrical-coordinate representation of color #C13F17: hue angle of 14.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C13F17 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 23 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.24 |
| HSL | 14.12º | 0.79% | 0.42% | - |
| HSV(B) | 14.12º | 0.88% | 0.76% | - |
| XYZ | 23.92 | 14.95 | 2.44 | - |
| YUV | 97.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 23 | 0 | 0.67 | 0.88 | 0.24 | 14.12 | 0.79 | 0.42 |
| Hex | C1 | 3F | 17 | 0 | 43 | 58 | 18 | E | 4F | 2A |
| Octal | 301 | 77 | 27 | 0 | 103 | 130 | 30 | 16 | 117 | 52 |
| Binary | 11000001 | 111111 | 10111 | 0 | 1000011 | 1011000 | 11000 | 1110 | 1001111 | 101010 |
Color Harmonies of #C13F17
Complementary color
Monochromatic Colors of #C13F17
Black with #C13F17
Text Example
Text Example
White with #C13F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F17; }
p { color: rgb(193,63,23); }
H1.HeaderClassName
{
color: #C13F17;
}
.AnyTagClassName
{
color: #C13F17;
}
</style>
background-color css
<style>
a { background-color: #C13F17; }
a { background-color: rgb(193,63,23); }
div.DivClassName
{
background-color: #C13F17;
}
.BgClassName
{
background-color: #C13F17;
}
</style>
border-color css
<style>
span { border-color: #C13F17; }
span { border-color: rgb(193,63,23); }
td.TdClassName
{
border-color: #C13F17;
}
.TagClassName
{
border-color: #C13F17;
}
</style>