Shades of Rust #C54709
Tints of Rust #C54709
RGB
CMYK
RGB Variations
Color information
#C54709 (or 0xC54709) is known color: Rust. HEX triplet: C5, 47 and 09. RGB value is (197,71,9). Sum of RGB (Red+Green+Blue) = 197+71+9=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C54709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54709 is #3AB8F6. Grayscale: #656565. Windows color (decimal): -3848439 or 608197. OLE color: 608197.
HSL color Cylindrical-coordinate representation of color #C54709: hue angle of 19.79º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C54709 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.23 |
| HSL | 19.79º | 0.91% | 0.4% | - |
| HSV(B) | 19.79º | 0.95% | 0.77% | - |
| XYZ | 25.33 | 16.4 | 2.09 | - |
| YUV | 101.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 9 | 0 | 0.64 | 0.95 | 0.23 | 19.79 | 0.91 | 0.4 |
| Hex | C5 | 47 | 9 | 0 | 40 | 5F | 17 | 14 | 5B | 28 |
| Octal | 305 | 107 | 11 | 0 | 100 | 137 | 27 | 24 | 133 | 50 |
| Binary | 11000101 | 1000111 | 1001 | 0 | 1000000 | 1011111 | 10111 | 10100 | 1011011 | 101000 |
Color Harmonies of #C54709
Complementary color
Monochromatic Colors of #C54709
Black with #C54709
Text Example
Text Example
White with #C54709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54709; }
p { color: rgb(197,71,9); }
H1.HeaderClassName
{
color: #C54709;
}
.AnyTagClassName
{
color: #C54709;
}
</style>
background-color css
<style>
a { background-color: #C54709; }
a { background-color: rgb(197,71,9); }
div.DivClassName
{
background-color: #C54709;
}
.BgClassName
{
background-color: #C54709;
}
</style>
border-color css
<style>
span { border-color: #C54709; }
span { border-color: rgb(197,71,9); }
td.TdClassName
{
border-color: #C54709;
}
.TagClassName
{
border-color: #C54709;
}
</style>