Shades of Rust #C54104
Tints of Rust #C54104
RGB
CMYK
RGB Variations
Color information
#C54104 (or 0xC54104) is known color: Rust. HEX triplet: C5, 41 and 04. RGB value is (197,65,4). Sum of RGB (Red+Green+Blue) = 197+65+4=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C54104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54104 is #3ABEFB. Grayscale: #616161. Windows color (decimal): -3849980 or 278981. OLE color: 278981.
HSL color Cylindrical-coordinate representation of color #C54104: hue angle of 18.96º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C54104 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.23 |
| HSL | 18.96º | 0.96% | 0.39% | - |
| HSV(B) | 18.96º | 0.98% | 0.77% | - |
| XYZ | 24.94 | 15.66 | 1.82 | - |
| YUV | 97.51 | 75.23 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 4 | 0 | 0.67 | 0.98 | 0.23 | 18.96 | 0.96 | 0.39 |
| Hex | C5 | 41 | 4 | 0 | 43 | 62 | 17 | 13 | 60 | 27 |
| Octal | 305 | 101 | 4 | 0 | 103 | 142 | 27 | 23 | 140 | 47 |
| Binary | 11000101 | 1000001 | 100 | 0 | 1000011 | 1100010 | 10111 | 10011 | 1100000 | 100111 |
Color Harmonies of #C54104
Complementary color
Monochromatic Colors of #C54104
Black with #C54104
Text Example
Text Example
White with #C54104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54104; }
p { color: rgb(197,65,4); }
H1.HeaderClassName
{
color: #C54104;
}
.AnyTagClassName
{
color: #C54104;
}
</style>
background-color css
<style>
a { background-color: #C54104; }
a { background-color: rgb(197,65,4); }
div.DivClassName
{
background-color: #C54104;
}
.BgClassName
{
background-color: #C54104;
}
</style>
border-color css
<style>
span { border-color: #C54104; }
span { border-color: rgb(197,65,4); }
td.TdClassName
{
border-color: #C54104;
}
.TagClassName
{
border-color: #C54104;
}
</style>