Shades of Rust #C13F05
Tints of Rust #C13F05
RGB
CMYK
RGB Variations
Color information
#C13F05 (or 0xC13F05) is known color: Rust. HEX triplet: C1, 3F and 05. RGB value is (193,63,5). Sum of RGB (Red+Green+Blue) = 193+63+5=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F05 is #3EC0FA. Grayscale: #5F5F5F. Windows color (decimal): -4112635 or 344001. OLE color: 344001.
HSL color Cylindrical-coordinate representation of color #C13F05: hue angle of 18.51º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C13F05 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.24 |
| HSL | 18.51º | 0.95% | 0.39% | - |
| HSV(B) | 18.51º | 0.97% | 0.76% | - |
| XYZ | 23.8 | 14.9 | 1.77 | - |
| YUV | 95.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 5 | 0 | 0.67 | 0.97 | 0.24 | 18.51 | 0.95 | 0.39 |
| Hex | C1 | 3F | 5 | 0 | 43 | 61 | 18 | 13 | 5F | 27 |
| Octal | 301 | 77 | 5 | 0 | 103 | 141 | 30 | 23 | 137 | 47 |
| Binary | 11000001 | 111111 | 101 | 0 | 1000011 | 1100001 | 11000 | 10011 | 1011111 | 100111 |
Color Harmonies of #C13F05
Complementary color
Monochromatic Colors of #C13F05
Black with #C13F05
Text Example
Text Example
White with #C13F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F05; }
p { color: rgb(193,63,5); }
H1.HeaderClassName
{
color: #C13F05;
}
.AnyTagClassName
{
color: #C13F05;
}
</style>
background-color css
<style>
a { background-color: #C13F05; }
a { background-color: rgb(193,63,5); }
div.DivClassName
{
background-color: #C13F05;
}
.BgClassName
{
background-color: #C13F05;
}
</style>
border-color css
<style>
span { border-color: #C13F05; }
span { border-color: rgb(193,63,5); }
td.TdClassName
{
border-color: #C13F05;
}
.TagClassName
{
border-color: #C13F05;
}
</style>