Shades of Rust #C54515
Tints of Rust #C54515
RGB
CMYK
RGB Variations
Color information
#C54515 (or 0xC54515) is known color: Rust. HEX triplet: C5, 45 and 15. RGB value is (197,69,21). Sum of RGB (Red+Green+Blue) = 197+69+21=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C54515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54515 is #3ABAEA. Grayscale: #666666. Windows color (decimal): -3848939 or 1394117. OLE color: 1394117.
HSL color Cylindrical-coordinate representation of color #C54515: hue angle of 16.36º 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 #C54515 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 21 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.23 |
| HSL | 16.36º | 0.81% | 0.43% | - |
| HSV(B) | 16.36º | 0.89% | 0.77% | - |
| XYZ | 25.29 | 16.18 | 2.5 | - |
| YUV | 101.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 21 | 0 | 0.65 | 0.89 | 0.23 | 16.36 | 0.81 | 0.43 |
| Hex | C5 | 45 | 15 | 0 | 41 | 59 | 17 | 10 | 51 | 2B |
| Octal | 305 | 105 | 25 | 0 | 101 | 131 | 27 | 20 | 121 | 53 |
| Binary | 11000101 | 1000101 | 10101 | 0 | 1000001 | 1011001 | 10111 | 10000 | 1010001 | 101011 |
Color Harmonies of #C54515
Complementary color
Monochromatic Colors of #C54515
Black with #C54515
Text Example
Text Example
White with #C54515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54515; }
p { color: rgb(197,69,21); }
H1.HeaderClassName
{
color: #C54515;
}
.AnyTagClassName
{
color: #C54515;
}
</style>
background-color css
<style>
a { background-color: #C54515; }
a { background-color: rgb(197,69,21); }
div.DivClassName
{
background-color: #C54515;
}
.BgClassName
{
background-color: #C54515;
}
</style>
border-color css
<style>
span { border-color: #C54515; }
span { border-color: rgb(197,69,21); }
td.TdClassName
{
border-color: #C54515;
}
.TagClassName
{
border-color: #C54515;
}
</style>