Shades of Rust #C54607
Tints of Rust #C54607
RGB
CMYK
RGB Variations
Color information
#C54607 (or 0xC54607) is known color: Rust. HEX triplet: C5, 46 and 07. RGB value is (197,70,7). Sum of RGB (Red+Green+Blue) = 197+70+7=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C54607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54607 is #3AB9F8. Grayscale: #656565. Windows color (decimal): -3848697 or 476869. OLE color: 476869.
HSL color Cylindrical-coordinate representation of color #C54607: hue angle of 19.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C54607 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.23 |
| HSL | 19.89º | 0.93% | 0.4% | - |
| HSV(B) | 19.89º | 0.96% | 0.77% | - |
| XYZ | 25.25 | 16.27 | 2.01 | - |
| YUV | 100.79 | 75.08 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 7 | 0 | 0.64 | 0.96 | 0.23 | 19.89 | 0.93 | 0.4 |
| Hex | C5 | 46 | 7 | 0 | 40 | 60 | 17 | 14 | 5D | 28 |
| Octal | 305 | 106 | 7 | 0 | 100 | 140 | 27 | 24 | 135 | 50 |
| Binary | 11000101 | 1000110 | 111 | 0 | 1000000 | 1100000 | 10111 | 10100 | 1011101 | 101000 |
Color Harmonies of #C54607
Complementary color
Monochromatic Colors of #C54607
Black with #C54607
Text Example
Text Example
White with #C54607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54607; }
p { color: rgb(197,70,7); }
H1.HeaderClassName
{
color: #C54607;
}
.AnyTagClassName
{
color: #C54607;
}
</style>
background-color css
<style>
a { background-color: #C54607; }
a { background-color: rgb(197,70,7); }
div.DivClassName
{
background-color: #C54607;
}
.BgClassName
{
background-color: #C54607;
}
</style>
border-color css
<style>
span { border-color: #C54607; }
span { border-color: rgb(197,70,7); }
td.TdClassName
{
border-color: #C54607;
}
.TagClassName
{
border-color: #C54607;
}
</style>