Shades of Rust #C54609
Tints of Rust #C54609
RGB
CMYK
RGB Variations
Color information
#C54609 (or 0xC54609) is known color: Rust. HEX triplet: C5, 46 and 09. RGB value is (197,70,9). Sum of RGB (Red+Green+Blue) = 197+70+9=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C54609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54609 is #3AB9F6. Grayscale: #656565. Windows color (decimal): -3848695 or 607941. OLE color: 607941.
HSL color Cylindrical-coordinate representation of color #C54609: hue angle of 19.47º 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 #C54609 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.23 |
| HSL | 19.47º | 0.91% | 0.4% | - |
| HSV(B) | 19.47º | 0.95% | 0.77% | - |
| XYZ | 25.27 | 16.27 | 2.07 | - |
| YUV | 101.02 | 76.08 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 9 | 0 | 0.64 | 0.95 | 0.23 | 19.47 | 0.91 | 0.4 |
| Hex | C5 | 46 | 9 | 0 | 40 | 5F | 17 | 13 | 5B | 28 |
| Octal | 305 | 106 | 11 | 0 | 100 | 137 | 27 | 23 | 133 | 50 |
| Binary | 11000101 | 1000110 | 1001 | 0 | 1000000 | 1011111 | 10111 | 10011 | 1011011 | 101000 |
Color Harmonies of #C54609
Complementary color
Monochromatic Colors of #C54609
Black with #C54609
Text Example
Text Example
White with #C54609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54609; }
p { color: rgb(197,70,9); }
H1.HeaderClassName
{
color: #C54609;
}
.AnyTagClassName
{
color: #C54609;
}
</style>
background-color css
<style>
a { background-color: #C54609; }
a { background-color: rgb(197,70,9); }
div.DivClassName
{
background-color: #C54609;
}
.BgClassName
{
background-color: #C54609;
}
</style>
border-color css
<style>
span { border-color: #C54609; }
span { border-color: rgb(197,70,9); }
td.TdClassName
{
border-color: #C54609;
}
.TagClassName
{
border-color: #C54609;
}
</style>