Shades of Rust #C74918
Tints of Rust #C74918
RGB
CMYK
RGB Variations
Color information
#C74918 (or 0xC74918) is known color: Rust. HEX triplet: C7, 49 and 18. RGB value is (199,73,24). Sum of RGB (Red+Green+Blue) = 199+73+24=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C74918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74918 is #38B6E7. Grayscale: #696969. Windows color (decimal): -3716840 or 1591751. OLE color: 1591751.
HSL color Cylindrical-coordinate representation of color #C74918: hue angle of 16.8º 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 #C74918 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 24 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.22 |
| HSL | 16.8º | 0.78% | 0.44% | - |
| HSV(B) | 16.8º | 0.88% | 0.78% | - |
| XYZ | 26.1 | 16.97 | 2.76 | - |
| YUV | 105.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 24 | 0 | 0.63 | 0.88 | 0.22 | 16.8 | 0.78 | 0.44 |
| Hex | C7 | 49 | 18 | 0 | 3F | 58 | 16 | 11 | 4E | 2C |
| Octal | 307 | 111 | 30 | 0 | 77 | 130 | 26 | 21 | 116 | 54 |
| Binary | 11000111 | 1001001 | 11000 | 0 | 111111 | 1011000 | 10110 | 10001 | 1001110 | 101100 |
Color Harmonies of #C74918
Complementary color
Monochromatic Colors of #C74918
Black with #C74918
Text Example
Text Example
White with #C74918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74918; }
p { color: rgb(199,73,24); }
H1.HeaderClassName
{
color: #C74918;
}
.AnyTagClassName
{
color: #C74918;
}
</style>
background-color css
<style>
a { background-color: #C74918; }
a { background-color: rgb(199,73,24); }
div.DivClassName
{
background-color: #C74918;
}
.BgClassName
{
background-color: #C74918;
}
</style>
border-color css
<style>
span { border-color: #C74918; }
span { border-color: rgb(199,73,24); }
td.TdClassName
{
border-color: #C74918;
}
.TagClassName
{
border-color: #C74918;
}
</style>