Shades of Rust #C54918
Tints of Rust #C54918
RGB
CMYK
RGB Variations
Color information
#C54918 (or 0xC54918) is known color: Rust. HEX triplet: C5, 49 and 18. RGB value is (197,73,24). Sum of RGB (Red+Green+Blue) = 197+73+24=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C54918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54918 is #3AB6E7. Grayscale: #686868. Windows color (decimal): -3847912 or 1591749. OLE color: 1591749.
HSL color Cylindrical-coordinate representation of color #C54918: hue angle of 16.99º degrees, saturation: 0.78, 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 #C54918 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 24 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.23 |
| HSL | 16.99º | 0.78% | 0.43% | - |
| HSV(B) | 16.99º | 0.88% | 0.77% | - |
| XYZ | 25.57 | 16.7 | 2.74 | - |
| YUV | 104.49 | 82.58 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 24 | 0 | 0.63 | 0.88 | 0.23 | 16.99 | 0.78 | 0.43 |
| Hex | C5 | 49 | 18 | 0 | 3F | 58 | 17 | 11 | 4E | 2B |
| Octal | 305 | 111 | 30 | 0 | 77 | 130 | 27 | 21 | 116 | 53 |
| Binary | 11000101 | 1001001 | 11000 | 0 | 111111 | 1011000 | 10111 | 10001 | 1001110 | 101011 |
Color Harmonies of #C54918
Complementary color
Monochromatic Colors of #C54918
Black with #C54918
Text Example
Text Example
White with #C54918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54918; }
p { color: rgb(197,73,24); }
H1.HeaderClassName
{
color: #C54918;
}
.AnyTagClassName
{
color: #C54918;
}
</style>
background-color css
<style>
a { background-color: #C54918; }
a { background-color: rgb(197,73,24); }
div.DivClassName
{
background-color: #C54918;
}
.BgClassName
{
background-color: #C54918;
}
</style>
border-color css
<style>
span { border-color: #C54918; }
span { border-color: rgb(197,73,24); }
td.TdClassName
{
border-color: #C54918;
}
.TagClassName
{
border-color: #C54918;
}
</style>