Shades of Rust #C74C17
Tints of Rust #C74C17
RGB
CMYK
RGB Variations
Color information
#C74C17 (or 0xC74C17) is known color: Rust. HEX triplet: C7, 4C and 17. RGB value is (199,76,23). Sum of RGB (Red+Green+Blue) = 199+76+23=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74C17 is #38B3E8. Grayscale: #6B6B6B. Windows color (decimal): -3716073 or 1526983. OLE color: 1526983.
HSL color Cylindrical-coordinate representation of color #C74C17: hue angle of 18.07º 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 #C74C17 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.22 |
| HSL | 18.07º | 0.79% | 0.44% | - |
| HSV(B) | 18.07º | 0.88% | 0.78% | - |
| XYZ | 26.29 | 17.37 | 2.78 | - |
| YUV | 106.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 23 | 0 | 0.62 | 0.88 | 0.22 | 18.07 | 0.79 | 0.44 |
| Hex | C7 | 4C | 17 | 0 | 3E | 58 | 16 | 12 | 4F | 2C |
| Octal | 307 | 114 | 27 | 0 | 76 | 130 | 26 | 22 | 117 | 54 |
| Binary | 11000111 | 1001100 | 10111 | 0 | 111110 | 1011000 | 10110 | 10010 | 1001111 | 101100 |
Color Harmonies of #C74C17
Complementary color
Monochromatic Colors of #C74C17
Black with #C74C17
Text Example
Text Example
White with #C74C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C17; }
p { color: rgb(199,76,23); }
H1.HeaderClassName
{
color: #C74C17;
}
.AnyTagClassName
{
color: #C74C17;
}
</style>
background-color css
<style>
a { background-color: #C74C17; }
a { background-color: rgb(199,76,23); }
div.DivClassName
{
background-color: #C74C17;
}
.BgClassName
{
background-color: #C74C17;
}
</style>
border-color css
<style>
span { border-color: #C74C17; }
span { border-color: rgb(199,76,23); }
td.TdClassName
{
border-color: #C74C17;
}
.TagClassName
{
border-color: #C74C17;
}
</style>