Shades of Rust #C74707
Tints of Rust #C74707
RGB
CMYK
RGB Variations
Color information
#C74707 (or 0xC74707) is known color: Rust. HEX triplet: C7, 47 and 07. RGB value is (199,71,7). Sum of RGB (Red+Green+Blue) = 199+71+7=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C74707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74707 is #38B8F8. Grayscale: #666666. Windows color (decimal): -3717369 or 477127. OLE color: 477127.
HSL color Cylindrical-coordinate representation of color #C74707: hue angle of 20º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C74707 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.22 |
| HSL | 20º | 0.93% | 0.4% | - |
| HSV(B) | 20º | 0.96% | 0.78% | - |
| XYZ | 25.84 | 16.66 | 2.06 | - |
| YUV | 101.98 | 74.41 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 7 | 0 | 0.64 | 0.96 | 0.22 | 20 | 0.93 | 0.4 |
| Hex | C7 | 47 | 7 | 0 | 40 | 60 | 16 | 14 | 5D | 28 |
| Octal | 307 | 107 | 7 | 0 | 100 | 140 | 26 | 24 | 135 | 50 |
| Binary | 11000111 | 1000111 | 111 | 0 | 1000000 | 1100000 | 10110 | 10100 | 1011101 | 101000 |
Color Harmonies of #C74707
Complementary color
Monochromatic Colors of #C74707
Black with #C74707
Text Example
Text Example
White with #C74707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74707; }
p { color: rgb(199,71,7); }
H1.HeaderClassName
{
color: #C74707;
}
.AnyTagClassName
{
color: #C74707;
}
</style>
background-color css
<style>
a { background-color: #C74707; }
a { background-color: rgb(199,71,7); }
div.DivClassName
{
background-color: #C74707;
}
.BgClassName
{
background-color: #C74707;
}
</style>
border-color css
<style>
span { border-color: #C74707; }
span { border-color: rgb(199,71,7); }
td.TdClassName
{
border-color: #C74707;
}
.TagClassName
{
border-color: #C74707;
}
</style>