Shades of Rust #C54510
Tints of Rust #C54510
RGB
CMYK
RGB Variations
Color information
#C54510 (or 0xC54510) is known color: Rust. HEX triplet: C5, 45 and 10. RGB value is (197,69,16). Sum of RGB (Red+Green+Blue) = 197+69+16=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C54510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54510 is #3ABAEF. Grayscale: #656565. Windows color (decimal): -3848944 or 1066437. OLE color: 1066437.
HSL color Cylindrical-coordinate representation of color #C54510: hue angle of 17.57º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C54510 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.23 |
| HSL | 17.57º | 0.85% | 0.42% | - |
| HSV(B) | 17.57º | 0.92% | 0.77% | - |
| XYZ | 25.25 | 16.16 | 2.28 | - |
| YUV | 101.23 | 79.91 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 16 | 0 | 0.65 | 0.92 | 0.23 | 17.57 | 0.85 | 0.42 |
| Hex | C5 | 45 | 10 | 0 | 41 | 5C | 17 | 12 | 55 | 2A |
| Octal | 305 | 105 | 20 | 0 | 101 | 134 | 27 | 22 | 125 | 52 |
| Binary | 11000101 | 1000101 | 10000 | 0 | 1000001 | 1011100 | 10111 | 10010 | 1010101 | 101010 |
Color Harmonies of #C54510
Complementary color
Monochromatic Colors of #C54510
Black with #C54510
Text Example
Text Example
White with #C54510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54510; }
p { color: rgb(197,69,16); }
H1.HeaderClassName
{
color: #C54510;
}
.AnyTagClassName
{
color: #C54510;
}
</style>
background-color css
<style>
a { background-color: #C54510; }
a { background-color: rgb(197,69,16); }
div.DivClassName
{
background-color: #C54510;
}
.BgClassName
{
background-color: #C54510;
}
</style>
border-color css
<style>
span { border-color: #C54510; }
span { border-color: rgb(197,69,16); }
td.TdClassName
{
border-color: #C54510;
}
.TagClassName
{
border-color: #C54510;
}
</style>