Shades of Rust #C54917
Tints of Rust #C54917
RGB
CMYK
RGB Variations
Color information
#C54917 (or 0xC54917) is known color: Rust. HEX triplet: C5, 49 and 17. RGB value is (197,73,23). Sum of RGB (Red+Green+Blue) = 197+73+23=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C54917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54917 is #3AB6E8. Grayscale: #686868. Windows color (decimal): -3847913 or 1526213. OLE color: 1526213.
HSL color Cylindrical-coordinate representation of color #C54917: hue angle of 17.24º 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 #C54917 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.23 |
| HSL | 17.24º | 0.79% | 0.43% | - |
| HSV(B) | 17.24º | 0.88% | 0.77% | - |
| XYZ | 25.56 | 16.7 | 2.69 | - |
| YUV | 104.38 | 82.08 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 23 | 0 | 0.63 | 0.88 | 0.23 | 17.24 | 0.79 | 0.43 |
| Hex | C5 | 49 | 17 | 0 | 3F | 58 | 17 | 11 | 4F | 2B |
| Octal | 305 | 111 | 27 | 0 | 77 | 130 | 27 | 21 | 117 | 53 |
| Binary | 11000101 | 1001001 | 10111 | 0 | 111111 | 1011000 | 10111 | 10001 | 1001111 | 101011 |
Color Harmonies of #C54917
Complementary color
Monochromatic Colors of #C54917
Black with #C54917
Text Example
Text Example
White with #C54917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54917; }
p { color: rgb(197,73,23); }
H1.HeaderClassName
{
color: #C54917;
}
.AnyTagClassName
{
color: #C54917;
}
</style>
background-color css
<style>
a { background-color: #C54917; }
a { background-color: rgb(197,73,23); }
div.DivClassName
{
background-color: #C54917;
}
.BgClassName
{
background-color: #C54917;
}
</style>
border-color css
<style>
span { border-color: #C54917; }
span { border-color: rgb(197,73,23); }
td.TdClassName
{
border-color: #C54917;
}
.TagClassName
{
border-color: #C54917;
}
</style>