Shades of Rust #C54112
Tints of Rust #C54112
RGB
CMYK
RGB Variations
Color information
#C54112 (or 0xC54112) is known color: Rust. HEX triplet: C5, 41 and 12. RGB value is (197,65,18). Sum of RGB (Red+Green+Blue) = 197+65+18=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C54112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54112 is #3ABEED. Grayscale: #636363. Windows color (decimal): -3849966 or 1196485. OLE color: 1196485.
HSL color Cylindrical-coordinate representation of color #C54112: hue angle of 15.75º degrees, saturation: 0.83, 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 #C54112 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.23 |
| HSL | 15.75º | 0.83% | 0.42% | - |
| HSV(B) | 15.75º | 0.91% | 0.77% | - |
| XYZ | 25.03 | 15.69 | 2.28 | - |
| YUV | 99.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 18 | 0 | 0.67 | 0.91 | 0.23 | 15.75 | 0.83 | 0.42 |
| Hex | C5 | 41 | 12 | 0 | 43 | 5B | 17 | 10 | 53 | 2A |
| Octal | 305 | 101 | 22 | 0 | 103 | 133 | 27 | 20 | 123 | 52 |
| Binary | 11000101 | 1000001 | 10010 | 0 | 1000011 | 1011011 | 10111 | 10000 | 1010011 | 101010 |
Color Harmonies of #C54112
Complementary color
Monochromatic Colors of #C54112
Black with #C54112
Text Example
Text Example
White with #C54112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54112; }
p { color: rgb(197,65,18); }
H1.HeaderClassName
{
color: #C54112;
}
.AnyTagClassName
{
color: #C54112;
}
</style>
background-color css
<style>
a { background-color: #C54112; }
a { background-color: rgb(197,65,18); }
div.DivClassName
{
background-color: #C54112;
}
.BgClassName
{
background-color: #C54112;
}
</style>
border-color css
<style>
span { border-color: #C54112; }
span { border-color: rgb(197,65,18); }
td.TdClassName
{
border-color: #C54112;
}
.TagClassName
{
border-color: #C54112;
}
</style>