Shades of Rust #C54811
Tints of Rust #C54811
RGB
CMYK
RGB Variations
Color information
#C54811 (or 0xC54811) is known color: Rust. HEX triplet: C5, 48 and 11. RGB value is (197,72,17). Sum of RGB (Red+Green+Blue) = 197+72+17=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C54811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54811 is #3AB7EE. Grayscale: #676767. Windows color (decimal): -3848175 or 1132741. OLE color: 1132741.
HSL color Cylindrical-coordinate representation of color #C54811: hue angle of 18.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C54811 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.23 |
| HSL | 18.33º | 0.84% | 0.42% | - |
| HSV(B) | 18.33º | 0.91% | 0.77% | - |
| XYZ | 25.44 | 16.55 | 2.38 | - |
| YUV | 103.11 | 79.41 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 17 | 0 | 0.63 | 0.91 | 0.23 | 18.33 | 0.84 | 0.42 |
| Hex | C5 | 48 | 11 | 0 | 3F | 5B | 17 | 12 | 54 | 2A |
| Octal | 305 | 110 | 21 | 0 | 77 | 133 | 27 | 22 | 124 | 52 |
| Binary | 11000101 | 1001000 | 10001 | 0 | 111111 | 1011011 | 10111 | 10010 | 1010100 | 101010 |
Color Harmonies of #C54811
Complementary color
Monochromatic Colors of #C54811
Black with #C54811
Text Example
Text Example
White with #C54811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54811; }
p { color: rgb(197,72,17); }
H1.HeaderClassName
{
color: #C54811;
}
.AnyTagClassName
{
color: #C54811;
}
</style>
background-color css
<style>
a { background-color: #C54811; }
a { background-color: rgb(197,72,17); }
div.DivClassName
{
background-color: #C54811;
}
.BgClassName
{
background-color: #C54811;
}
</style>
border-color css
<style>
span { border-color: #C54811; }
span { border-color: rgb(197,72,17); }
td.TdClassName
{
border-color: #C54811;
}
.TagClassName
{
border-color: #C54811;
}
</style>