Shades of Rust #C54E16
Tints of Rust #C54E16
RGB
CMYK
RGB Variations
Color information
#C54E16 (or 0xC54E16) is known color: Rust. HEX triplet: C5, 4E and 16. RGB value is (197,78,22). Sum of RGB (Red+Green+Blue) = 197+78+22=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54E16 is #3AB1E9. Grayscale: #6B6B6B. Windows color (decimal): -3846634 or 1461957. OLE color: 1461957.
HSL color Cylindrical-coordinate representation of color #C54E16: hue angle of 19.2º degrees, saturation: 0.8, 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 #C54E16 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 22 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.23 |
| HSL | 19.2º | 0.8% | 0.43% | - |
| HSV(B) | 19.2º | 0.89% | 0.77% | - |
| XYZ | 25.9 | 17.38 | 2.75 | - |
| YUV | 107.2 | 79.92 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 22 | 0 | 0.60 | 0.89 | 0.23 | 19.2 | 0.8 | 0.43 |
| Hex | C5 | 4E | 16 | 0 | 3C | 59 | 17 | 13 | 50 | 2B |
| Octal | 305 | 116 | 26 | 0 | 74 | 131 | 27 | 23 | 120 | 53 |
| Binary | 11000101 | 1001110 | 10110 | 0 | 111100 | 1011001 | 10111 | 10011 | 1010000 | 101011 |
Color Harmonies of #C54E16
Complementary color
Monochromatic Colors of #C54E16
Black with #C54E16
Text Example
Text Example
White with #C54E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E16; }
p { color: rgb(197,78,22); }
H1.HeaderClassName
{
color: #C54E16;
}
.AnyTagClassName
{
color: #C54E16;
}
</style>
background-color css
<style>
a { background-color: #C54E16; }
a { background-color: rgb(197,78,22); }
div.DivClassName
{
background-color: #C54E16;
}
.BgClassName
{
background-color: #C54E16;
}
</style>
border-color css
<style>
span { border-color: #C54E16; }
span { border-color: rgb(197,78,22); }
td.TdClassName
{
border-color: #C54E16;
}
.TagClassName
{
border-color: #C54E16;
}
</style>