Shades of Rust #C74715
Tints of Rust #C74715
RGB
CMYK
RGB Variations
Color information
#C74715 (or 0xC74715) is known color: Rust. HEX triplet: C7, 47 and 15. RGB value is (199,71,21). Sum of RGB (Red+Green+Blue) = 199+71+21=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C74715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74715 is #38B8EA. Grayscale: #676767. Windows color (decimal): -3717355 or 1394631. OLE color: 1394631.
HSL color Cylindrical-coordinate representation of color #C74715: hue angle of 16.85º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C74715 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 21 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.22 |
| HSL | 16.85º | 0.81% | 0.43% | - |
| HSV(B) | 16.85º | 0.89% | 0.78% | - |
| XYZ | 25.94 | 16.7 | 2.57 | - |
| YUV | 103.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 21 | 0 | 0.64 | 0.89 | 0.22 | 16.85 | 0.81 | 0.43 |
| Hex | C7 | 47 | 15 | 0 | 40 | 59 | 16 | 11 | 51 | 2B |
| Octal | 307 | 107 | 25 | 0 | 100 | 131 | 26 | 21 | 121 | 53 |
| Binary | 11000111 | 1000111 | 10101 | 0 | 1000000 | 1011001 | 10110 | 10001 | 1010001 | 101011 |
Color Harmonies of #C74715
Complementary color
Monochromatic Colors of #C74715
Black with #C74715
Text Example
Text Example
White with #C74715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74715; }
p { color: rgb(199,71,21); }
H1.HeaderClassName
{
color: #C74715;
}
.AnyTagClassName
{
color: #C74715;
}
</style>
background-color css
<style>
a { background-color: #C74715; }
a { background-color: rgb(199,71,21); }
div.DivClassName
{
background-color: #C74715;
}
.BgClassName
{
background-color: #C74715;
}
</style>
border-color css
<style>
span { border-color: #C74715; }
span { border-color: rgb(199,71,21); }
td.TdClassName
{
border-color: #C74715;
}
.TagClassName
{
border-color: #C74715;
}
</style>