Shades of Rust #C54815
Tints of Rust #C54815
RGB
CMYK
RGB Variations
Color information
#C54815 (or 0xC54815) is known color: Rust. HEX triplet: C5, 48 and 15. RGB value is (197,72,21). Sum of RGB (Red+Green+Blue) = 197+72+21=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C54815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54815 is #3AB7EA. Grayscale: #676767. Windows color (decimal): -3848171 or 1394885. OLE color: 1394885.
HSL color Cylindrical-coordinate representation of color #C54815: hue angle of 17.39º 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 #C54815 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 21 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.23 |
| HSL | 17.39º | 0.81% | 0.43% | - |
| HSV(B) | 17.39º | 0.89% | 0.77% | - |
| XYZ | 25.48 | 16.56 | 2.56 | - |
| YUV | 103.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 21 | 0 | 0.63 | 0.89 | 0.23 | 17.39 | 0.81 | 0.43 |
| Hex | C5 | 48 | 15 | 0 | 3F | 59 | 17 | 11 | 51 | 2B |
| Octal | 305 | 110 | 25 | 0 | 77 | 131 | 27 | 21 | 121 | 53 |
| Binary | 11000101 | 1001000 | 10101 | 0 | 111111 | 1011001 | 10111 | 10001 | 1010001 | 101011 |
Color Harmonies of #C54815
Complementary color
Monochromatic Colors of #C54815
Black with #C54815
Text Example
Text Example
White with #C54815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54815; }
p { color: rgb(197,72,21); }
H1.HeaderClassName
{
color: #C54815;
}
.AnyTagClassName
{
color: #C54815;
}
</style>
background-color css
<style>
a { background-color: #C54815; }
a { background-color: rgb(197,72,21); }
div.DivClassName
{
background-color: #C54815;
}
.BgClassName
{
background-color: #C54815;
}
</style>
border-color css
<style>
span { border-color: #C54815; }
span { border-color: rgb(197,72,21); }
td.TdClassName
{
border-color: #C54815;
}
.TagClassName
{
border-color: #C54815;
}
</style>