Shades of Rust #C74F16
Tints of Rust #C74F16
RGB
CMYK
RGB Variations
Color information
#C74F16 (or 0xC74F16) is known color: Rust. HEX triplet: C7, 4F and 16. RGB value is (199,79,22). Sum of RGB (Red+Green+Blue) = 199+79+22=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74F16 is #38B0E9. Grayscale: #6C6C6C. Windows color (decimal): -3715306 or 1462215. OLE color: 1462215.
HSL color Cylindrical-coordinate representation of color #C74F16: hue angle of 19.32º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C74F16 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 22 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.22 |
| HSL | 19.32º | 0.8% | 0.43% | - |
| HSV(B) | 19.32º | 0.89% | 0.78% | - |
| XYZ | 26.49 | 17.79 | 2.8 | - |
| YUV | 108.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 22 | 0 | 0.60 | 0.89 | 0.22 | 19.32 | 0.8 | 0.43 |
| Hex | C7 | 4F | 16 | 0 | 3C | 59 | 16 | 13 | 50 | 2B |
| Octal | 307 | 117 | 26 | 0 | 74 | 131 | 26 | 23 | 120 | 53 |
| Binary | 11000111 | 1001111 | 10110 | 0 | 111100 | 1011001 | 10110 | 10011 | 1010000 | 101011 |
Color Harmonies of #C74F16
Complementary color
Monochromatic Colors of #C74F16
Black with #C74F16
Text Example
Text Example
White with #C74F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F16; }
p { color: rgb(199,79,22); }
H1.HeaderClassName
{
color: #C74F16;
}
.AnyTagClassName
{
color: #C74F16;
}
</style>
background-color css
<style>
a { background-color: #C74F16; }
a { background-color: rgb(199,79,22); }
div.DivClassName
{
background-color: #C74F16;
}
.BgClassName
{
background-color: #C74F16;
}
</style>
border-color css
<style>
span { border-color: #C74F16; }
span { border-color: rgb(199,79,22); }
td.TdClassName
{
border-color: #C74F16;
}
.TagClassName
{
border-color: #C74F16;
}
</style>