Shades of Rust #C74F17
Tints of Rust #C74F17
RGB
CMYK
RGB Variations
Color information
#C74F17 (or 0xC74F17) is known color: Rust. HEX triplet: C7, 4F and 17. RGB value is (199,79,23). Sum of RGB (Red+Green+Blue) = 199+79+23=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74F17 is #38B0E8. Grayscale: #6C6C6C. Windows color (decimal): -3715305 or 1527751. OLE color: 1527751.
HSL color Cylindrical-coordinate representation of color #C74F17: hue angle of 19.09º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C74F17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.22 |
| HSL | 19.09º | 0.79% | 0.44% | - |
| HSV(B) | 19.09º | 0.88% | 0.78% | - |
| XYZ | 26.5 | 17.8 | 2.85 | - |
| YUV | 108.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 23 | 0 | 0.60 | 0.88 | 0.22 | 19.09 | 0.79 | 0.44 |
| Hex | C7 | 4F | 17 | 0 | 3C | 58 | 16 | 13 | 4F | 2C |
| Octal | 307 | 117 | 27 | 0 | 74 | 130 | 26 | 23 | 117 | 54 |
| Binary | 11000111 | 1001111 | 10111 | 0 | 111100 | 1011000 | 10110 | 10011 | 1001111 | 101100 |
Color Harmonies of #C74F17
Complementary color
Monochromatic Colors of #C74F17
Black with #C74F17
Text Example
Text Example
White with #C74F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F17; }
p { color: rgb(199,79,23); }
H1.HeaderClassName
{
color: #C74F17;
}
.AnyTagClassName
{
color: #C74F17;
}
</style>
background-color css
<style>
a { background-color: #C74F17; }
a { background-color: rgb(199,79,23); }
div.DivClassName
{
background-color: #C74F17;
}
.BgClassName
{
background-color: #C74F17;
}
</style>
border-color css
<style>
span { border-color: #C74F17; }
span { border-color: rgb(199,79,23); }
td.TdClassName
{
border-color: #C74F17;
}
.TagClassName
{
border-color: #C74F17;
}
</style>