Shades of Rust #C74617
Tints of Rust #C74617
RGB
CMYK
RGB Variations
Color information
#C74617 (or 0xC74617) is known color: Rust. HEX triplet: C7, 46 and 17. RGB value is (199,70,23). Sum of RGB (Red+Green+Blue) = 199+70+23=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C74617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74617 is #38B9E8. Grayscale: #676767. Windows color (decimal): -3717609 or 1525447. OLE color: 1525447.
HSL color Cylindrical-coordinate representation of color #C74617: hue angle of 16.02º 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 #C74617 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.22 |
| HSL | 16.02º | 0.79% | 0.44% | - |
| HSV(B) | 16.02º | 0.88% | 0.78% | - |
| XYZ | 25.9 | 16.58 | 2.65 | - |
| YUV | 103.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 23 | 0 | 0.65 | 0.88 | 0.22 | 16.02 | 0.79 | 0.44 |
| Hex | C7 | 46 | 17 | 0 | 41 | 58 | 16 | 10 | 4F | 2C |
| Octal | 307 | 106 | 27 | 0 | 101 | 130 | 26 | 20 | 117 | 54 |
| Binary | 11000111 | 1000110 | 10111 | 0 | 1000001 | 1011000 | 10110 | 10000 | 1001111 | 101100 |
Color Harmonies of #C74617
Complementary color
Monochromatic Colors of #C74617
Black with #C74617
Text Example
Text Example
White with #C74617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74617; }
p { color: rgb(199,70,23); }
H1.HeaderClassName
{
color: #C74617;
}
.AnyTagClassName
{
color: #C74617;
}
</style>
background-color css
<style>
a { background-color: #C74617; }
a { background-color: rgb(199,70,23); }
div.DivClassName
{
background-color: #C74617;
}
.BgClassName
{
background-color: #C74617;
}
</style>
border-color css
<style>
span { border-color: #C74617; }
span { border-color: rgb(199,70,23); }
td.TdClassName
{
border-color: #C74617;
}
.TagClassName
{
border-color: #C74617;
}
</style>