Shades of Rust #C54616
Tints of Rust #C54616
RGB
CMYK
RGB Variations
Color information
#C54616 (or 0xC54616) is known color: Rust. HEX triplet: C5, 46 and 16. RGB value is (197,70,22). Sum of RGB (Red+Green+Blue) = 197+70+22=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C54616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54616 is #3AB9E9. Grayscale: #666666. Windows color (decimal): -3848682 or 1459909. OLE color: 1459909.
HSL color Cylindrical-coordinate representation of color #C54616: hue angle of 16.46º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C54616 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 22 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.23 |
| HSL | 16.46º | 0.8% | 0.43% | - |
| HSV(B) | 16.46º | 0.89% | 0.77% | - |
| XYZ | 25.36 | 16.31 | 2.57 | - |
| YUV | 102.5 | 82.58 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 22 | 0 | 0.64 | 0.89 | 0.23 | 16.46 | 0.8 | 0.43 |
| Hex | C5 | 46 | 16 | 0 | 40 | 59 | 17 | 10 | 50 | 2B |
| Octal | 305 | 106 | 26 | 0 | 100 | 131 | 27 | 20 | 120 | 53 |
| Binary | 11000101 | 1000110 | 10110 | 0 | 1000000 | 1011001 | 10111 | 10000 | 1010000 | 101011 |
Color Harmonies of #C54616
Complementary color
Monochromatic Colors of #C54616
Black with #C54616
Text Example
Text Example
White with #C54616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54616; }
p { color: rgb(197,70,22); }
H1.HeaderClassName
{
color: #C54616;
}
.AnyTagClassName
{
color: #C54616;
}
</style>
background-color css
<style>
a { background-color: #C54616; }
a { background-color: rgb(197,70,22); }
div.DivClassName
{
background-color: #C54616;
}
.BgClassName
{
background-color: #C54616;
}
</style>
border-color css
<style>
span { border-color: #C54616; }
span { border-color: rgb(197,70,22); }
td.TdClassName
{
border-color: #C54616;
}
.TagClassName
{
border-color: #C54616;
}
</style>