Shades of Rust #C54010
Tints of Rust #C54010
RGB
CMYK
RGB Variations
Color information
#C54010 (or 0xC54010) is known color: Rust. HEX triplet: C5, 40 and 10. RGB value is (197,64,16). Sum of RGB (Red+Green+Blue) = 197+64+16=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C54010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54010 is #3ABFEF. Grayscale: #626262. Windows color (decimal): -3850224 or 1065157. OLE color: 1065157.
HSL color Cylindrical-coordinate representation of color #C54010: hue angle of 15.91º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C54010 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.23 |
| HSL | 15.91º | 0.85% | 0.42% | - |
| HSV(B) | 15.91º | 0.92% | 0.77% | - |
| XYZ | 24.95 | 15.57 | 2.18 | - |
| YUV | 98.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 16 | 0 | 0.68 | 0.92 | 0.23 | 15.91 | 0.85 | 0.42 |
| Hex | C5 | 40 | 10 | 0 | 44 | 5C | 17 | 10 | 55 | 2A |
| Octal | 305 | 100 | 20 | 0 | 104 | 134 | 27 | 20 | 125 | 52 |
| Binary | 11000101 | 1000000 | 10000 | 0 | 1000100 | 1011100 | 10111 | 10000 | 1010101 | 101010 |
Color Harmonies of #C54010
Complementary color
Monochromatic Colors of #C54010
Black with #C54010
Text Example
Text Example
White with #C54010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54010; }
p { color: rgb(197,64,16); }
H1.HeaderClassName
{
color: #C54010;
}
.AnyTagClassName
{
color: #C54010;
}
</style>
background-color css
<style>
a { background-color: #C54010; }
a { background-color: rgb(197,64,16); }
div.DivClassName
{
background-color: #C54010;
}
.BgClassName
{
background-color: #C54010;
}
</style>
border-color css
<style>
span { border-color: #C54010; }
span { border-color: rgb(197,64,16); }
td.TdClassName
{
border-color: #C54010;
}
.TagClassName
{
border-color: #C54010;
}
</style>