Shades of Rust #C54D15
Tints of Rust #C54D15
RGB
CMYK
RGB Variations
Color information
#C54D15 (or 0xC54D15) is known color: Rust. HEX triplet: C5, 4D and 15. RGB value is (197,77,21). Sum of RGB (Red+Green+Blue) = 197+77+21=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54D15 is #3AB2EA. Grayscale: #6A6A6A. Windows color (decimal): -3846891 or 1396165. OLE color: 1396165.
HSL color Cylindrical-coordinate representation of color #C54D15: hue angle of 19.09º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C54D15 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 21 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.23 |
| HSL | 19.09º | 0.81% | 0.43% | - |
| HSV(B) | 19.09º | 0.89% | 0.77% | - |
| XYZ | 25.82 | 17.23 | 2.68 | - |
| YUV | 106.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 21 | 0 | 0.61 | 0.89 | 0.23 | 19.09 | 0.81 | 0.43 |
| Hex | C5 | 4D | 15 | 0 | 3D | 59 | 17 | 13 | 51 | 2B |
| Octal | 305 | 115 | 25 | 0 | 75 | 131 | 27 | 23 | 121 | 53 |
| Binary | 11000101 | 1001101 | 10101 | 0 | 111101 | 1011001 | 10111 | 10011 | 1010001 | 101011 |
Color Harmonies of #C54D15
Complementary color
Monochromatic Colors of #C54D15
Black with #C54D15
Text Example
Text Example
White with #C54D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D15; }
p { color: rgb(197,77,21); }
H1.HeaderClassName
{
color: #C54D15;
}
.AnyTagClassName
{
color: #C54D15;
}
</style>
background-color css
<style>
a { background-color: #C54D15; }
a { background-color: rgb(197,77,21); }
div.DivClassName
{
background-color: #C54D15;
}
.BgClassName
{
background-color: #C54D15;
}
</style>
border-color css
<style>
span { border-color: #C54D15; }
span { border-color: rgb(197,77,21); }
td.TdClassName
{
border-color: #C54D15;
}
.TagClassName
{
border-color: #C54D15;
}
</style>