Shades of Rust #C54805
Tints of Rust #C54805
RGB
CMYK
RGB Variations
Color information
#C54805 (or 0xC54805) is known color: Rust. HEX triplet: C5, 48 and 05. RGB value is (197,72,5). Sum of RGB (Red+Green+Blue) = 197+72+5=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C54805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54805 is #3AB7FA. Grayscale: #666666. Windows color (decimal): -3848187 or 346309. OLE color: 346309.
HSL color Cylindrical-coordinate representation of color #C54805: hue angle of 20.94º 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 #C54805 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.23 |
| HSL | 20.94º | 0.95% | 0.4% | - |
| HSV(B) | 20.94º | 0.97% | 0.77% | - |
| XYZ | 25.37 | 16.52 | 1.99 | - |
| YUV | 101.74 | 73.41 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 5 | 0 | 0.63 | 0.97 | 0.23 | 20.94 | 0.95 | 0.4 |
| Hex | C5 | 48 | 5 | 0 | 3F | 61 | 17 | 15 | 5F | 28 |
| Octal | 305 | 110 | 5 | 0 | 77 | 141 | 27 | 25 | 137 | 50 |
| Binary | 11000101 | 1001000 | 101 | 0 | 111111 | 1100001 | 10111 | 10101 | 1011111 | 101000 |
Color Harmonies of #C54805
Complementary color
Monochromatic Colors of #C54805
Black with #C54805
Text Example
Text Example
White with #C54805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54805; }
p { color: rgb(197,72,5); }
H1.HeaderClassName
{
color: #C54805;
}
.AnyTagClassName
{
color: #C54805;
}
</style>
background-color css
<style>
a { background-color: #C54805; }
a { background-color: rgb(197,72,5); }
div.DivClassName
{
background-color: #C54805;
}
.BgClassName
{
background-color: #C54805;
}
</style>
border-color css
<style>
span { border-color: #C54805; }
span { border-color: rgb(197,72,5); }
td.TdClassName
{
border-color: #C54805;
}
.TagClassName
{
border-color: #C54805;
}
</style>