Shades of Rust #C54717
Tints of Rust #C54717
RGB
CMYK
RGB Variations
Color information
#C54717 (or 0xC54717) is known color: Rust. HEX triplet: C5, 47 and 17. RGB value is (197,71,23). Sum of RGB (Red+Green+Blue) = 197+71+23=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C54717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54717 is #3AB8E8. Grayscale: #676767. Windows color (decimal): -3848425 or 1525701. OLE color: 1525701.
HSL color Cylindrical-coordinate representation of color #C54717: hue angle of 16.55º 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 #C54717 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.23 |
| HSL | 16.55º | 0.79% | 0.43% | - |
| HSV(B) | 16.55º | 0.88% | 0.77% | - |
| XYZ | 25.43 | 16.44 | 2.64 | - |
| YUV | 103.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 23 | 0 | 0.64 | 0.88 | 0.23 | 16.55 | 0.79 | 0.43 |
| Hex | C5 | 47 | 17 | 0 | 40 | 58 | 17 | 11 | 4F | 2B |
| Octal | 305 | 107 | 27 | 0 | 100 | 130 | 27 | 21 | 117 | 53 |
| Binary | 11000101 | 1000111 | 10111 | 0 | 1000000 | 1011000 | 10111 | 10001 | 1001111 | 101011 |
Color Harmonies of #C54717
Complementary color
Monochromatic Colors of #C54717
Black with #C54717
Text Example
Text Example
White with #C54717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54717; }
p { color: rgb(197,71,23); }
H1.HeaderClassName
{
color: #C54717;
}
.AnyTagClassName
{
color: #C54717;
}
</style>
background-color css
<style>
a { background-color: #C54717; }
a { background-color: rgb(197,71,23); }
div.DivClassName
{
background-color: #C54717;
}
.BgClassName
{
background-color: #C54717;
}
</style>
border-color css
<style>
span { border-color: #C54717; }
span { border-color: rgb(197,71,23); }
td.TdClassName
{
border-color: #C54717;
}
.TagClassName
{
border-color: #C54717;
}
</style>