Shades of Rust #C54E17
Tints of Rust #C54E17
RGB
CMYK
RGB Variations
Color information
#C54E17 (or 0xC54E17) is known color: Rust. HEX triplet: C5, 4E and 17. RGB value is (197,78,23). Sum of RGB (Red+Green+Blue) = 197+78+23=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54E17 is #3AB1E8. Grayscale: #6B6B6B. Windows color (decimal): -3846633 or 1527493. OLE color: 1527493.
HSL color Cylindrical-coordinate representation of color #C54E17: hue angle of 18.97º 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 #C54E17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.23 |
| HSL | 18.97º | 0.79% | 0.43% | - |
| HSV(B) | 18.97º | 0.88% | 0.77% | - |
| XYZ | 25.91 | 17.38 | 2.8 | - |
| YUV | 107.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 23 | 0 | 0.60 | 0.88 | 0.23 | 18.97 | 0.79 | 0.43 |
| Hex | C5 | 4E | 17 | 0 | 3C | 58 | 17 | 13 | 4F | 2B |
| Octal | 305 | 116 | 27 | 0 | 74 | 130 | 27 | 23 | 117 | 53 |
| Binary | 11000101 | 1001110 | 10111 | 0 | 111100 | 1011000 | 10111 | 10011 | 1001111 | 101011 |
Color Harmonies of #C54E17
Complementary color
Monochromatic Colors of #C54E17
Black with #C54E17
Text Example
Text Example
White with #C54E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E17; }
p { color: rgb(197,78,23); }
H1.HeaderClassName
{
color: #C54E17;
}
.AnyTagClassName
{
color: #C54E17;
}
</style>
background-color css
<style>
a { background-color: #C54E17; }
a { background-color: rgb(197,78,23); }
div.DivClassName
{
background-color: #C54E17;
}
.BgClassName
{
background-color: #C54E17;
}
</style>
border-color css
<style>
span { border-color: #C54E17; }
span { border-color: rgb(197,78,23); }
td.TdClassName
{
border-color: #C54E17;
}
.TagClassName
{
border-color: #C54E17;
}
</style>