Shades of Rust #C54909
Tints of Rust #C54909
RGB
CMYK
RGB Variations
Color information
#C54909 (or 0xC54909) is known color: Rust. HEX triplet: C5, 49 and 09. RGB value is (197,73,9). Sum of RGB (Red+Green+Blue) = 197+73+9=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C54909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54909 is #3AB6F6. Grayscale: #676767. Windows color (decimal): -3847927 or 608709. OLE color: 608709.
HSL color Cylindrical-coordinate representation of color #C54909: hue angle of 20.43º 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 #C54909 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.23 |
| HSL | 20.43º | 0.91% | 0.4% | - |
| HSV(B) | 20.43º | 0.95% | 0.77% | - |
| XYZ | 25.46 | 16.66 | 2.13 | - |
| YUV | 102.78 | 75.08 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 9 | 0 | 0.63 | 0.95 | 0.23 | 20.43 | 0.91 | 0.4 |
| Hex | C5 | 49 | 9 | 0 | 3F | 5F | 17 | 14 | 5B | 28 |
| Octal | 305 | 111 | 11 | 0 | 77 | 137 | 27 | 24 | 133 | 50 |
| Binary | 11000101 | 1001001 | 1001 | 0 | 111111 | 1011111 | 10111 | 10100 | 1011011 | 101000 |
Color Harmonies of #C54909
Complementary color
Monochromatic Colors of #C54909
Black with #C54909
Text Example
Text Example
White with #C54909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54909; }
p { color: rgb(197,73,9); }
H1.HeaderClassName
{
color: #C54909;
}
.AnyTagClassName
{
color: #C54909;
}
</style>
background-color css
<style>
a { background-color: #C54909; }
a { background-color: rgb(197,73,9); }
div.DivClassName
{
background-color: #C54909;
}
.BgClassName
{
background-color: #C54909;
}
</style>
border-color css
<style>
span { border-color: #C54909; }
span { border-color: rgb(197,73,9); }
td.TdClassName
{
border-color: #C54909;
}
.TagClassName
{
border-color: #C54909;
}
</style>