Shades of Rust #C74606
Tints of Rust #C74606
RGB
CMYK
RGB Variations
Color information
#C74606 (or 0xC74606) is known color: Rust. HEX triplet: C7, 46 and 06. RGB value is (199,70,6). Sum of RGB (Red+Green+Blue) = 199+70+6=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C74606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74606 is #38B9F9. Grayscale: #656565. Windows color (decimal): -3717626 or 411335. OLE color: 411335.
HSL color Cylindrical-coordinate representation of color #C74606: hue angle of 19.9º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C74606 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.22 |
| HSL | 19.9º | 0.94% | 0.4% | - |
| HSV(B) | 19.9º | 0.97% | 0.78% | - |
| XYZ | 25.78 | 16.54 | 2.01 | - |
| YUV | 101.28 | 74.24 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 6 | 0 | 0.65 | 0.97 | 0.22 | 19.9 | 0.94 | 0.4 |
| Hex | C7 | 46 | 6 | 0 | 41 | 61 | 16 | 14 | 5E | 28 |
| Octal | 307 | 106 | 6 | 0 | 101 | 141 | 26 | 24 | 136 | 50 |
| Binary | 11000111 | 1000110 | 110 | 0 | 1000001 | 1100001 | 10110 | 10100 | 1011110 | 101000 |
Color Harmonies of #C74606
Complementary color
Monochromatic Colors of #C74606
Black with #C74606
Text Example
Text Example
White with #C74606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74606; }
p { color: rgb(199,70,6); }
H1.HeaderClassName
{
color: #C74606;
}
.AnyTagClassName
{
color: #C74606;
}
</style>
background-color css
<style>
a { background-color: #C74606; }
a { background-color: rgb(199,70,6); }
div.DivClassName
{
background-color: #C74606;
}
.BgClassName
{
background-color: #C74606;
}
</style>
border-color css
<style>
span { border-color: #C74606; }
span { border-color: rgb(199,70,6); }
td.TdClassName
{
border-color: #C74606;
}
.TagClassName
{
border-color: #C74606;
}
</style>