Shades of Rust #C54617
Tints of Rust #C54617
RGB
CMYK
RGB Variations
Color information
#C54617 (or 0xC54617) is known color: Rust. HEX triplet: C5, 46 and 17. RGB value is (197,70,23). Sum of RGB (Red+Green+Blue) = 197+70+23=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C54617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54617 is #3AB9E8. Grayscale: #666666. Windows color (decimal): -3848681 or 1525445. OLE color: 1525445.
HSL color Cylindrical-coordinate representation of color #C54617: hue angle of 16.21º 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 #C54617 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.23 |
| HSL | 16.21º | 0.79% | 0.43% | - |
| HSV(B) | 16.21º | 0.88% | 0.77% | - |
| XYZ | 25.37 | 16.31 | 2.62 | - |
| YUV | 102.62 | 83.08 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 23 | 0 | 0.64 | 0.88 | 0.23 | 16.21 | 0.79 | 0.43 |
| Hex | C5 | 46 | 17 | 0 | 40 | 58 | 17 | 10 | 4F | 2B |
| Octal | 305 | 106 | 27 | 0 | 100 | 130 | 27 | 20 | 117 | 53 |
| Binary | 11000101 | 1000110 | 10111 | 0 | 1000000 | 1011000 | 10111 | 10000 | 1001111 | 101011 |
Color Harmonies of #C54617
Complementary color
Monochromatic Colors of #C54617
Black with #C54617
Text Example
Text Example
White with #C54617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54617; }
p { color: rgb(197,70,23); }
H1.HeaderClassName
{
color: #C54617;
}
.AnyTagClassName
{
color: #C54617;
}
</style>
background-color css
<style>
a { background-color: #C54617; }
a { background-color: rgb(197,70,23); }
div.DivClassName
{
background-color: #C54617;
}
.BgClassName
{
background-color: #C54617;
}
</style>
border-color css
<style>
span { border-color: #C54617; }
span { border-color: rgb(197,70,23); }
td.TdClassName
{
border-color: #C54617;
}
.TagClassName
{
border-color: #C54617;
}
</style>