Shades of Rust #C54005
Tints of Rust #C54005
RGB
CMYK
RGB Variations
Color information
#C54005 (or 0xC54005) is known color: Rust. HEX triplet: C5, 40 and 05. RGB value is (197,64,5). Sum of RGB (Red+Green+Blue) = 197+64+5=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C54005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54005 is #3ABFFA. Grayscale: #616161. Windows color (decimal): -3850235 or 344261. OLE color: 344261.
HSL color Cylindrical-coordinate representation of color #C54005: hue angle of 18.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C54005 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.23 |
| HSL | 18.44º | 0.95% | 0.4% | - |
| HSV(B) | 18.44º | 0.97% | 0.77% | - |
| XYZ | 24.89 | 15.55 | 1.83 | - |
| YUV | 97.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 5 | 0 | 0.68 | 0.97 | 0.23 | 18.44 | 0.95 | 0.4 |
| Hex | C5 | 40 | 5 | 0 | 44 | 61 | 17 | 12 | 5F | 28 |
| Octal | 305 | 100 | 5 | 0 | 104 | 141 | 27 | 22 | 137 | 50 |
| Binary | 11000101 | 1000000 | 101 | 0 | 1000100 | 1100001 | 10111 | 10010 | 1011111 | 101000 |
Color Harmonies of #C54005
Complementary color
Monochromatic Colors of #C54005
Black with #C54005
Text Example
Text Example
White with #C54005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54005; }
p { color: rgb(197,64,5); }
H1.HeaderClassName
{
color: #C54005;
}
.AnyTagClassName
{
color: #C54005;
}
</style>
background-color css
<style>
a { background-color: #C54005; }
a { background-color: rgb(197,64,5); }
div.DivClassName
{
background-color: #C54005;
}
.BgClassName
{
background-color: #C54005;
}
</style>
border-color css
<style>
span { border-color: #C54005; }
span { border-color: rgb(197,64,5); }
td.TdClassName
{
border-color: #C54005;
}
.TagClassName
{
border-color: #C54005;
}
</style>