Shades of Rust #C54516
Tints of Rust #C54516
RGB
CMYK
RGB Variations
Color information
#C54516 (or 0xC54516) is known color: Rust. HEX triplet: C5, 45 and 16. RGB value is (197,69,22). Sum of RGB (Red+Green+Blue) = 197+69+22=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C54516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54516 is #3ABAE9. Grayscale: #666666. Windows color (decimal): -3848938 or 1459653. OLE color: 1459653.
HSL color Cylindrical-coordinate representation of color #C54516: hue angle of 16.11º 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 #C54516 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 22 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.23 |
| HSL | 16.11º | 0.8% | 0.43% | - |
| HSV(B) | 16.11º | 0.89% | 0.77% | - |
| XYZ | 25.3 | 16.18 | 2.55 | - |
| YUV | 101.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 22 | 0 | 0.65 | 0.89 | 0.23 | 16.11 | 0.8 | 0.43 |
| Hex | C5 | 45 | 16 | 0 | 41 | 59 | 17 | 10 | 50 | 2B |
| Octal | 305 | 105 | 26 | 0 | 101 | 131 | 27 | 20 | 120 | 53 |
| Binary | 11000101 | 1000101 | 10110 | 0 | 1000001 | 1011001 | 10111 | 10000 | 1010000 | 101011 |
Color Harmonies of #C54516
Complementary color
Monochromatic Colors of #C54516
Black with #C54516
Text Example
Text Example
White with #C54516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54516; }
p { color: rgb(197,69,22); }
H1.HeaderClassName
{
color: #C54516;
}
.AnyTagClassName
{
color: #C54516;
}
</style>
background-color css
<style>
a { background-color: #C54516; }
a { background-color: rgb(197,69,22); }
div.DivClassName
{
background-color: #C54516;
}
.BgClassName
{
background-color: #C54516;
}
</style>
border-color css
<style>
span { border-color: #C54516; }
span { border-color: rgb(197,69,22); }
td.TdClassName
{
border-color: #C54516;
}
.TagClassName
{
border-color: #C54516;
}
</style>