Shades of Rust #C13F0F
Tints of Rust #C13F0F
RGB
CMYK
RGB Variations
Color information
#C13F0F (or 0xC13F0F) is known color: Rust. HEX triplet: C1, 3F and 0F. RGB value is (193,63,15). Sum of RGB (Red+Green+Blue) = 193+63+15=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F0F is #3EC0F0. Grayscale: #606060. Windows color (decimal): -4112625 or 999361. OLE color: 999361.
HSL color Cylindrical-coordinate representation of color #C13F0F: hue angle of 16.18º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C13F0F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.24 |
| HSL | 16.18º | 0.86% | 0.41% | - |
| HSV(B) | 16.18º | 0.92% | 0.76% | - |
| XYZ | 23.86 | 14.93 | 2.08 | - |
| YUV | 96.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 15 | 0 | 0.67 | 0.92 | 0.24 | 16.18 | 0.86 | 0.41 |
| Hex | C1 | 3F | F | 0 | 43 | 5C | 18 | 10 | 56 | 29 |
| Octal | 301 | 77 | 17 | 0 | 103 | 134 | 30 | 20 | 126 | 51 |
| Binary | 11000001 | 111111 | 1111 | 0 | 1000011 | 1011100 | 11000 | 10000 | 1010110 | 101001 |
Color Harmonies of #C13F0F
Complementary color
Monochromatic Colors of #C13F0F
Black with #C13F0F
Text Example
Text Example
White with #C13F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F0F; }
p { color: rgb(193,63,15); }
H1.HeaderClassName
{
color: #C13F0F;
}
.AnyTagClassName
{
color: #C13F0F;
}
</style>
background-color css
<style>
a { background-color: #C13F0F; }
a { background-color: rgb(193,63,15); }
div.DivClassName
{
background-color: #C13F0F;
}
.BgClassName
{
background-color: #C13F0F;
}
</style>
border-color css
<style>
span { border-color: #C13F0F; }
span { border-color: rgb(193,63,15); }
td.TdClassName
{
border-color: #C13F0F;
}
.TagClassName
{
border-color: #C13F0F;
}
</style>