Shades of Rust #C74506
Tints of Rust #C74506
RGB
CMYK
RGB Variations
Color information
#C74506 (or 0xC74506) is known color: Rust. HEX triplet: C7, 45 and 06. RGB value is (199,69,6). Sum of RGB (Red+Green+Blue) = 199+69+6=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C74506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74506 is #38BAF9. Grayscale: #656565. Windows color (decimal): -3717882 or 411079. OLE color: 411079.
HSL color Cylindrical-coordinate representation of color #C74506: hue angle of 19.59º 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 #C74506 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.22 |
| HSL | 19.59º | 0.94% | 0.4% | - |
| HSV(B) | 19.59º | 0.97% | 0.78% | - |
| XYZ | 25.71 | 16.41 | 1.98 | - |
| YUV | 100.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 6 | 0 | 0.65 | 0.97 | 0.22 | 19.59 | 0.94 | 0.4 |
| Hex | C7 | 45 | 6 | 0 | 41 | 61 | 16 | 14 | 5E | 28 |
| Octal | 307 | 105 | 6 | 0 | 101 | 141 | 26 | 24 | 136 | 50 |
| Binary | 11000111 | 1000101 | 110 | 0 | 1000001 | 1100001 | 10110 | 10100 | 1011110 | 101000 |
Color Harmonies of #C74506
Complementary color
Monochromatic Colors of #C74506
Black with #C74506
Text Example
Text Example
White with #C74506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74506; }
p { color: rgb(199,69,6); }
H1.HeaderClassName
{
color: #C74506;
}
.AnyTagClassName
{
color: #C74506;
}
</style>
background-color css
<style>
a { background-color: #C74506; }
a { background-color: rgb(199,69,6); }
div.DivClassName
{
background-color: #C74506;
}
.BgClassName
{
background-color: #C74506;
}
</style>
border-color css
<style>
span { border-color: #C74506; }
span { border-color: rgb(199,69,6); }
td.TdClassName
{
border-color: #C74506;
}
.TagClassName
{
border-color: #C74506;
}
</style>