Shades of Rust #C54B16
Tints of Rust #C54B16
RGB
CMYK
RGB Variations
Color information
#C54B16 (or 0xC54B16) is known color: Rust. HEX triplet: C5, 4B and 16. RGB value is (197,75,22). Sum of RGB (Red+Green+Blue) = 197+75+22=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54B16 is #3AB4E9. Grayscale: #696969. Windows color (decimal): -3847402 or 1461189. OLE color: 1461189.
HSL color Cylindrical-coordinate representation of color #C54B16: hue angle of 18.17º 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 #C54B16 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 22 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.23 |
| HSL | 18.17º | 0.8% | 0.43% | - |
| HSV(B) | 18.17º | 0.89% | 0.77% | - |
| XYZ | 25.69 | 16.96 | 2.68 | - |
| YUV | 105.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 22 | 0 | 0.62 | 0.89 | 0.23 | 18.17 | 0.8 | 0.43 |
| Hex | C5 | 4B | 16 | 0 | 3E | 59 | 17 | 12 | 50 | 2B |
| Octal | 305 | 113 | 26 | 0 | 76 | 131 | 27 | 22 | 120 | 53 |
| Binary | 11000101 | 1001011 | 10110 | 0 | 111110 | 1011001 | 10111 | 10010 | 1010000 | 101011 |
Color Harmonies of #C54B16
Complementary color
Monochromatic Colors of #C54B16
Black with #C54B16
Text Example
Text Example
White with #C54B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B16; }
p { color: rgb(197,75,22); }
H1.HeaderClassName
{
color: #C54B16;
}
.AnyTagClassName
{
color: #C54B16;
}
</style>
background-color css
<style>
a { background-color: #C54B16; }
a { background-color: rgb(197,75,22); }
div.DivClassName
{
background-color: #C54B16;
}
.BgClassName
{
background-color: #C54B16;
}
</style>
border-color css
<style>
span { border-color: #C54B16; }
span { border-color: rgb(197,75,22); }
td.TdClassName
{
border-color: #C54B16;
}
.TagClassName
{
border-color: #C54B16;
}
</style>