Shades of Rust #C54C17
Tints of Rust #C54C17
RGB
CMYK
RGB Variations
Color information
#C54C17 (or 0xC54C17) is known color: Rust. HEX triplet: C5, 4C and 17. RGB value is (197,76,23). Sum of RGB (Red+Green+Blue) = 197+76+23=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54C17 is #3AB3E8. Grayscale: #6A6A6A. Windows color (decimal): -3847145 or 1526981. OLE color: 1526981.
HSL color Cylindrical-coordinate representation of color #C54C17: hue angle of 18.28º 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 #C54C17 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 23 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.23 |
| HSL | 18.28º | 0.79% | 0.43% | - |
| HSV(B) | 18.28º | 0.88% | 0.77% | - |
| XYZ | 25.77 | 17.1 | 2.75 | - |
| YUV | 106.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 23 | 0 | 0.61 | 0.88 | 0.23 | 18.28 | 0.79 | 0.43 |
| Hex | C5 | 4C | 17 | 0 | 3D | 58 | 17 | 12 | 4F | 2B |
| Octal | 305 | 114 | 27 | 0 | 75 | 130 | 27 | 22 | 117 | 53 |
| Binary | 11000101 | 1001100 | 10111 | 0 | 111101 | 1011000 | 10111 | 10010 | 1001111 | 101011 |
Color Harmonies of #C54C17
Complementary color
Monochromatic Colors of #C54C17
Black with #C54C17
Text Example
Text Example
White with #C54C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C17; }
p { color: rgb(197,76,23); }
H1.HeaderClassName
{
color: #C54C17;
}
.AnyTagClassName
{
color: #C54C17;
}
</style>
background-color css
<style>
a { background-color: #C54C17; }
a { background-color: rgb(197,76,23); }
div.DivClassName
{
background-color: #C54C17;
}
.BgClassName
{
background-color: #C54C17;
}
</style>
border-color css
<style>
span { border-color: #C54C17; }
span { border-color: rgb(197,76,23); }
td.TdClassName
{
border-color: #C54C17;
}
.TagClassName
{
border-color: #C54C17;
}
</style>