Shades of Rust #C54806
Tints of Rust #C54806
RGB
CMYK
RGB Variations
Color information
#C54806 (or 0xC54806) is known color: Rust. HEX triplet: C5, 48 and 06. RGB value is (197,72,6). Sum of RGB (Red+Green+Blue) = 197+72+6=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C54806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54806 is #3AB7F9. Grayscale: #666666. Windows color (decimal): -3848186 or 411845. OLE color: 411845.
HSL color Cylindrical-coordinate representation of color #C54806: hue angle of 20.73º degrees, saturation: 0.94, 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 #C54806 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.23 |
| HSL | 20.73º | 0.94% | 0.4% | - |
| HSV(B) | 20.73º | 0.97% | 0.77% | - |
| XYZ | 25.38 | 16.52 | 2.02 | - |
| YUV | 101.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 6 | 0 | 0.63 | 0.97 | 0.23 | 20.73 | 0.94 | 0.4 |
| Hex | C5 | 48 | 6 | 0 | 3F | 61 | 17 | 15 | 5E | 28 |
| Octal | 305 | 110 | 6 | 0 | 77 | 141 | 27 | 25 | 136 | 50 |
| Binary | 11000101 | 1001000 | 110 | 0 | 111111 | 1100001 | 10111 | 10101 | 1011110 | 101000 |
Color Harmonies of #C54806
Complementary color
Monochromatic Colors of #C54806
Black with #C54806
Text Example
Text Example
White with #C54806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54806; }
p { color: rgb(197,72,6); }
H1.HeaderClassName
{
color: #C54806;
}
.AnyTagClassName
{
color: #C54806;
}
</style>
background-color css
<style>
a { background-color: #C54806; }
a { background-color: rgb(197,72,6); }
div.DivClassName
{
background-color: #C54806;
}
.BgClassName
{
background-color: #C54806;
}
</style>
border-color css
<style>
span { border-color: #C54806; }
span { border-color: rgb(197,72,6); }
td.TdClassName
{
border-color: #C54806;
}
.TagClassName
{
border-color: #C54806;
}
</style>