Shades of Rust #C54915
Tints of Rust #C54915
RGB
CMYK
RGB Variations
Color information
#C54915 (or 0xC54915) is known color: Rust. HEX triplet: C5, 49 and 15. RGB value is (197,73,21). Sum of RGB (Red+Green+Blue) = 197+73+21=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C54915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54915 is #3AB6EA. Grayscale: #686868. Windows color (decimal): -3847915 or 1395141. OLE color: 1395141.
HSL color Cylindrical-coordinate representation of color #C54915: hue angle of 17.73º 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 #C54915 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 21 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.23 |
| HSL | 17.73º | 0.81% | 0.43% | - |
| HSV(B) | 17.73º | 0.89% | 0.77% | - |
| XYZ | 25.54 | 16.69 | 2.58 | - |
| YUV | 104.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 21 | 0 | 0.63 | 0.89 | 0.23 | 17.73 | 0.81 | 0.43 |
| Hex | C5 | 49 | 15 | 0 | 3F | 59 | 17 | 12 | 51 | 2B |
| Octal | 305 | 111 | 25 | 0 | 77 | 131 | 27 | 22 | 121 | 53 |
| Binary | 11000101 | 1001001 | 10101 | 0 | 111111 | 1011001 | 10111 | 10010 | 1010001 | 101011 |
Color Harmonies of #C54915
Complementary color
Monochromatic Colors of #C54915
Black with #C54915
Text Example
Text Example
White with #C54915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54915; }
p { color: rgb(197,73,21); }
H1.HeaderClassName
{
color: #C54915;
}
.AnyTagClassName
{
color: #C54915;
}
</style>
background-color css
<style>
a { background-color: #C54915; }
a { background-color: rgb(197,73,21); }
div.DivClassName
{
background-color: #C54915;
}
.BgClassName
{
background-color: #C54915;
}
</style>
border-color css
<style>
span { border-color: #C54915; }
span { border-color: rgb(197,73,21); }
td.TdClassName
{
border-color: #C54915;
}
.TagClassName
{
border-color: #C54915;
}
</style>