Shades of Rust #C74E18
Tints of Rust #C74E18
RGB
CMYK
RGB Variations
Color information
#C74E18 (or 0xC74E18) is known color: Rust. HEX triplet: C7, 4E and 18. RGB value is (199,78,24). Sum of RGB (Red+Green+Blue) = 199+78+24=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74E18 is #38B1E7. Grayscale: #6C6C6C. Windows color (decimal): -3715560 or 1593031. OLE color: 1593031.
HSL color Cylindrical-coordinate representation of color #C74E18: hue angle of 18.51º degrees, saturation: 0.78, 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 #C74E18 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 24 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.22 |
| HSL | 18.51º | 0.78% | 0.44% | - |
| HSV(B) | 18.51º | 0.88% | 0.78% | - |
| XYZ | 26.44 | 17.66 | 2.88 | - |
| YUV | 108.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 24 | 0 | 0.61 | 0.88 | 0.22 | 18.51 | 0.78 | 0.44 |
| Hex | C7 | 4E | 18 | 0 | 3D | 58 | 16 | 13 | 4E | 2C |
| Octal | 307 | 116 | 30 | 0 | 75 | 130 | 26 | 23 | 116 | 54 |
| Binary | 11000111 | 1001110 | 11000 | 0 | 111101 | 1011000 | 10110 | 10011 | 1001110 | 101100 |
Color Harmonies of #C74E18
Complementary color
Monochromatic Colors of #C74E18
Black with #C74E18
Text Example
Text Example
White with #C74E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E18; }
p { color: rgb(199,78,24); }
H1.HeaderClassName
{
color: #C74E18;
}
.AnyTagClassName
{
color: #C74E18;
}
</style>
background-color css
<style>
a { background-color: #C74E18; }
a { background-color: rgb(199,78,24); }
div.DivClassName
{
background-color: #C74E18;
}
.BgClassName
{
background-color: #C74E18;
}
</style>
border-color css
<style>
span { border-color: #C74E18; }
span { border-color: rgb(199,78,24); }
td.TdClassName
{
border-color: #C74E18;
}
.TagClassName
{
border-color: #C74E18;
}
</style>