Shades of Rust #C54605
Tints of Rust #C54605
RGB
CMYK
RGB Variations
Color information
#C54605 (or 0xC54605) is known color: Rust. HEX triplet: C5, 46 and 05. RGB value is (197,70,5). Sum of RGB (Red+Green+Blue) = 197+70+5=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C54605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54605 is #3AB9FA. Grayscale: #646464. Windows color (decimal): -3848699 or 345797. OLE color: 345797.
HSL color Cylindrical-coordinate representation of color #C54605: hue angle of 20.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C54605 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.23 |
| HSL | 20.31º | 0.95% | 0.4% | - |
| HSV(B) | 20.31º | 0.97% | 0.77% | - |
| XYZ | 25.24 | 16.26 | 1.95 | - |
| YUV | 100.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 5 | 0 | 0.64 | 0.97 | 0.23 | 20.31 | 0.95 | 0.4 |
| Hex | C5 | 46 | 5 | 0 | 40 | 61 | 17 | 14 | 5F | 28 |
| Octal | 305 | 106 | 5 | 0 | 100 | 141 | 27 | 24 | 137 | 50 |
| Binary | 11000101 | 1000110 | 101 | 0 | 1000000 | 1100001 | 10111 | 10100 | 1011111 | 101000 |
Color Harmonies of #C54605
Complementary color
Monochromatic Colors of #C54605
Black with #C54605
Text Example
Text Example
White with #C54605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54605; }
p { color: rgb(197,70,5); }
H1.HeaderClassName
{
color: #C54605;
}
.AnyTagClassName
{
color: #C54605;
}
</style>
background-color css
<style>
a { background-color: #C54605; }
a { background-color: rgb(197,70,5); }
div.DivClassName
{
background-color: #C54605;
}
.BgClassName
{
background-color: #C54605;
}
</style>
border-color css
<style>
span { border-color: #C54605; }
span { border-color: rgb(197,70,5); }
td.TdClassName
{
border-color: #C54605;
}
.TagClassName
{
border-color: #C54605;
}
</style>