Shades of Rust #C54212
Tints of Rust #C54212
RGB
CMYK
RGB Variations
Color information
#C54212 (or 0xC54212) is known color: Rust. HEX triplet: C5, 42 and 12. RGB value is (197,66,18). Sum of RGB (Red+Green+Blue) = 197+66+18=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C54212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54212 is #3ABDED. Grayscale: #646464. Windows color (decimal): -3849710 or 1196741. OLE color: 1196741.
HSL color Cylindrical-coordinate representation of color #C54212: hue angle of 16.09º 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 #C54212 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.23 |
| HSL | 16.09º | 0.83% | 0.42% | - |
| HSV(B) | 16.09º | 0.91% | 0.77% | - |
| XYZ | 25.08 | 15.81 | 2.3 | - |
| YUV | 99.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 18 | 0 | 0.66 | 0.91 | 0.23 | 16.09 | 0.83 | 0.42 |
| Hex | C5 | 42 | 12 | 0 | 42 | 5B | 17 | 10 | 53 | 2A |
| Octal | 305 | 102 | 22 | 0 | 102 | 133 | 27 | 20 | 123 | 52 |
| Binary | 11000101 | 1000010 | 10010 | 0 | 1000010 | 1011011 | 10111 | 10000 | 1010011 | 101010 |
Color Harmonies of #C54212
Complementary color
Monochromatic Colors of #C54212
Black with #C54212
Text Example
Text Example
White with #C54212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54212; }
p { color: rgb(197,66,18); }
H1.HeaderClassName
{
color: #C54212;
}
.AnyTagClassName
{
color: #C54212;
}
</style>
background-color css
<style>
a { background-color: #C54212; }
a { background-color: rgb(197,66,18); }
div.DivClassName
{
background-color: #C54212;
}
.BgClassName
{
background-color: #C54212;
}
</style>
border-color css
<style>
span { border-color: #C54212; }
span { border-color: rgb(197,66,18); }
td.TdClassName
{
border-color: #C54212;
}
.TagClassName
{
border-color: #C54212;
}
</style>