Shades of Rust #C54209
Tints of Rust #C54209
RGB
CMYK
RGB Variations
Color information
#C54209 (or 0xC54209) is known color: Rust. HEX triplet: C5, 42 and 09. RGB value is (197,66,9). Sum of RGB (Red+Green+Blue) = 197+66+9=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C54209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54209 is #3ABDF6. Grayscale: #636363. Windows color (decimal): -3849719 or 606917. OLE color: 606917.
HSL color Cylindrical-coordinate representation of color #C54209: hue angle of 18.19º 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 #C54209 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.23 |
| HSL | 18.19º | 0.91% | 0.4% | - |
| HSV(B) | 18.19º | 0.95% | 0.77% | - |
| XYZ | 25.02 | 15.79 | 1.99 | - |
| YUV | 98.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 9 | 0 | 0.66 | 0.95 | 0.23 | 18.19 | 0.91 | 0.4 |
| Hex | C5 | 42 | 9 | 0 | 42 | 5F | 17 | 12 | 5B | 28 |
| Octal | 305 | 102 | 11 | 0 | 102 | 137 | 27 | 22 | 133 | 50 |
| Binary | 11000101 | 1000010 | 1001 | 0 | 1000010 | 1011111 | 10111 | 10010 | 1011011 | 101000 |
Color Harmonies of #C54209
Complementary color
Monochromatic Colors of #C54209
Black with #C54209
Text Example
Text Example
White with #C54209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54209; }
p { color: rgb(197,66,9); }
H1.HeaderClassName
{
color: #C54209;
}
.AnyTagClassName
{
color: #C54209;
}
</style>
background-color css
<style>
a { background-color: #C54209; }
a { background-color: rgb(197,66,9); }
div.DivClassName
{
background-color: #C54209;
}
.BgClassName
{
background-color: #C54209;
}
</style>
border-color css
<style>
span { border-color: #C54209; }
span { border-color: rgb(197,66,9); }
td.TdClassName
{
border-color: #C54209;
}
.TagClassName
{
border-color: #C54209;
}
</style>