Shades of Rust #C54517
Tints of Rust #C54517
RGB
CMYK
RGB Variations
Color information
#C54517 (or 0xC54517) is known color: Rust. HEX triplet: C5, 45 and 17. RGB value is (197,69,23). Sum of RGB (Red+Green+Blue) = 197+69+23=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C54517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54517 is #3ABAE8. Grayscale: #666666. Windows color (decimal): -3848937 or 1525189. OLE color: 1525189.
HSL color Cylindrical-coordinate representation of color #C54517: hue angle of 15.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C54517 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.23 |
| HSL | 15.86º | 0.79% | 0.43% | - |
| HSV(B) | 15.86º | 0.88% | 0.77% | - |
| XYZ | 25.31 | 16.19 | 2.6 | - |
| YUV | 102.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 23 | 0 | 0.65 | 0.88 | 0.23 | 15.86 | 0.79 | 0.43 |
| Hex | C5 | 45 | 17 | 0 | 41 | 58 | 17 | 10 | 4F | 2B |
| Octal | 305 | 105 | 27 | 0 | 101 | 130 | 27 | 20 | 117 | 53 |
| Binary | 11000101 | 1000101 | 10111 | 0 | 1000001 | 1011000 | 10111 | 10000 | 1001111 | 101011 |
Color Harmonies of #C54517
Complementary color
Monochromatic Colors of #C54517
Black with #C54517
Text Example
Text Example
White with #C54517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54517; }
p { color: rgb(197,69,23); }
H1.HeaderClassName
{
color: #C54517;
}
.AnyTagClassName
{
color: #C54517;
}
</style>
background-color css
<style>
a { background-color: #C54517; }
a { background-color: rgb(197,69,23); }
div.DivClassName
{
background-color: #C54517;
}
.BgClassName
{
background-color: #C54517;
}
</style>
border-color css
<style>
span { border-color: #C54517; }
span { border-color: rgb(197,69,23); }
td.TdClassName
{
border-color: #C54517;
}
.TagClassName
{
border-color: #C54517;
}
</style>