Shades of Rust #C54405
Tints of Rust #C54405
RGB
CMYK
RGB Variations
Color information
#C54405 (or 0xC54405) is known color: Rust. HEX triplet: C5, 44 and 05. RGB value is (197,68,5). Sum of RGB (Red+Green+Blue) = 197+68+5=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C54405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54405 is #3ABBFA. Grayscale: #636363. Windows color (decimal): -3849211 or 345285. OLE color: 345285.
HSL color Cylindrical-coordinate representation of color #C54405: hue angle of 19.69º 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 #C54405 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.23 |
| HSL | 19.69º | 0.95% | 0.4% | - |
| HSV(B) | 19.69º | 0.97% | 0.77% | - |
| XYZ | 25.12 | 16.02 | 1.91 | - |
| YUV | 99.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 5 | 0 | 0.65 | 0.97 | 0.23 | 19.69 | 0.95 | 0.4 |
| Hex | C5 | 44 | 5 | 0 | 41 | 61 | 17 | 14 | 5F | 28 |
| Octal | 305 | 104 | 5 | 0 | 101 | 141 | 27 | 24 | 137 | 50 |
| Binary | 11000101 | 1000100 | 101 | 0 | 1000001 | 1100001 | 10111 | 10100 | 1011111 | 101000 |
Color Harmonies of #C54405
Complementary color
Monochromatic Colors of #C54405
Black with #C54405
Text Example
Text Example
White with #C54405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54405; }
p { color: rgb(197,68,5); }
H1.HeaderClassName
{
color: #C54405;
}
.AnyTagClassName
{
color: #C54405;
}
</style>
background-color css
<style>
a { background-color: #C54405; }
a { background-color: rgb(197,68,5); }
div.DivClassName
{
background-color: #C54405;
}
.BgClassName
{
background-color: #C54405;
}
</style>
border-color css
<style>
span { border-color: #C54405; }
span { border-color: rgb(197,68,5); }
td.TdClassName
{
border-color: #C54405;
}
.TagClassName
{
border-color: #C54405;
}
</style>