Shades of Rust #C14707
Tints of Rust #C14707
RGB
CMYK
RGB Variations
Color information
#C14707 (or 0xC14707) is known color: Rust. HEX triplet: C1, 47 and 07. RGB value is (193,71,7). Sum of RGB (Red+Green+Blue) = 193+71+7=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C14707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14707 is #3EB8F8. Grayscale: #646464. Windows color (decimal): -4110585 or 477121. OLE color: 477121.
HSL color Cylindrical-coordinate representation of color #C14707: hue angle of 20.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C14707 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.24 |
| HSL | 20.65º | 0.93% | 0.39% | - |
| HSV(B) | 20.65º | 0.96% | 0.76% | - |
| XYZ | 24.28 | 15.86 | 1.98 | - |
| YUV | 100.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 7 | 0 | 0.63 | 0.96 | 0.24 | 20.65 | 0.93 | 0.39 |
| Hex | C1 | 47 | 7 | 0 | 3F | 60 | 18 | 15 | 5D | 27 |
| Octal | 301 | 107 | 7 | 0 | 77 | 140 | 30 | 25 | 135 | 47 |
| Binary | 11000001 | 1000111 | 111 | 0 | 111111 | 1100000 | 11000 | 10101 | 1011101 | 100111 |
Color Harmonies of #C14707
Complementary color
Monochromatic Colors of #C14707
Black with #C14707
Text Example
Text Example
White with #C14707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14707; }
p { color: rgb(193,71,7); }
H1.HeaderClassName
{
color: #C14707;
}
.AnyTagClassName
{
color: #C14707;
}
</style>
background-color css
<style>
a { background-color: #C14707; }
a { background-color: rgb(193,71,7); }
div.DivClassName
{
background-color: #C14707;
}
.BgClassName
{
background-color: #C14707;
}
</style>
border-color css
<style>
span { border-color: #C14707; }
span { border-color: rgb(193,71,7); }
td.TdClassName
{
border-color: #C14707;
}
.TagClassName
{
border-color: #C14707;
}
</style>