Shades of Rust #C74711
Tints of Rust #C74711
RGB
CMYK
RGB Variations
Color information
#C74711 (or 0xC74711) is known color: Rust. HEX triplet: C7, 47 and 11. RGB value is (199,71,17). Sum of RGB (Red+Green+Blue) = 199+71+17=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C74711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74711 is #38B8EE. Grayscale: #676767. Windows color (decimal): -3717359 or 1132487. OLE color: 1132487.
HSL color Cylindrical-coordinate representation of color #C74711: hue angle of 17.8º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C74711 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 17 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.22 |
| HSL | 17.8º | 0.84% | 0.42% | - |
| HSV(B) | 17.8º | 0.91% | 0.78% | - |
| XYZ | 25.91 | 16.69 | 2.39 | - |
| YUV | 103.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 17 | 0 | 0.64 | 0.91 | 0.22 | 17.8 | 0.84 | 0.42 |
| Hex | C7 | 47 | 11 | 0 | 40 | 5B | 16 | 12 | 54 | 2A |
| Octal | 307 | 107 | 21 | 0 | 100 | 133 | 26 | 22 | 124 | 52 |
| Binary | 11000111 | 1000111 | 10001 | 0 | 1000000 | 1011011 | 10110 | 10010 | 1010100 | 101010 |
Color Harmonies of #C74711
Complementary color
Monochromatic Colors of #C74711
Black with #C74711
Text Example
Text Example
White with #C74711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74711; }
p { color: rgb(199,71,17); }
H1.HeaderClassName
{
color: #C74711;
}
.AnyTagClassName
{
color: #C74711;
}
</style>
background-color css
<style>
a { background-color: #C74711; }
a { background-color: rgb(199,71,17); }
div.DivClassName
{
background-color: #C74711;
}
.BgClassName
{
background-color: #C74711;
}
</style>
border-color css
<style>
span { border-color: #C74711; }
span { border-color: rgb(199,71,17); }
td.TdClassName
{
border-color: #C74711;
}
.TagClassName
{
border-color: #C74711;
}
</style>