Shades of Rust #C54809
Tints of Rust #C54809
RGB
CMYK
RGB Variations
Color information
#C54809 (or 0xC54809) is known color: Rust. HEX triplet: C5, 48 and 09. RGB value is (197,72,9). Sum of RGB (Red+Green+Blue) = 197+72+9=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C54809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54809 is #3AB7F6. Grayscale: #666666. Windows color (decimal): -3848183 or 608453. OLE color: 608453.
HSL color Cylindrical-coordinate representation of color #C54809: hue angle of 20.11º 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 #C54809 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.23 |
| HSL | 20.11º | 0.91% | 0.4% | - |
| HSV(B) | 20.11º | 0.95% | 0.77% | - |
| XYZ | 25.39 | 16.52 | 2.11 | - |
| YUV | 102.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 9 | 0 | 0.63 | 0.95 | 0.23 | 20.11 | 0.91 | 0.4 |
| Hex | C5 | 48 | 9 | 0 | 3F | 5F | 17 | 14 | 5B | 28 |
| Octal | 305 | 110 | 11 | 0 | 77 | 137 | 27 | 24 | 133 | 50 |
| Binary | 11000101 | 1001000 | 1001 | 0 | 111111 | 1011111 | 10111 | 10100 | 1011011 | 101000 |
Color Harmonies of #C54809
Complementary color
Monochromatic Colors of #C54809
Black with #C54809
Text Example
Text Example
White with #C54809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54809; }
p { color: rgb(197,72,9); }
H1.HeaderClassName
{
color: #C54809;
}
.AnyTagClassName
{
color: #C54809;
}
</style>
background-color css
<style>
a { background-color: #C54809; }
a { background-color: rgb(197,72,9); }
div.DivClassName
{
background-color: #C54809;
}
.BgClassName
{
background-color: #C54809;
}
</style>
border-color css
<style>
span { border-color: #C54809; }
span { border-color: rgb(197,72,9); }
td.TdClassName
{
border-color: #C54809;
}
.TagClassName
{
border-color: #C54809;
}
</style>