Shades of Rust #C54A09
Tints of Rust #C54A09
RGB
CMYK
RGB Variations
Color information
#C54A09 (or 0xC54A09) is known color: Rust. HEX triplet: C5, 4A and 09. RGB value is (197,74,9). Sum of RGB (Red+Green+Blue) = 197+74+9=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A09 is #3AB5F6. Grayscale: #676767. Windows color (decimal): -3847671 or 608965. OLE color: 608965.
HSL color Cylindrical-coordinate representation of color #C54A09: hue angle of 20.74º 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 #C54A09 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.23 |
| HSL | 20.74º | 0.91% | 0.4% | - |
| HSV(B) | 20.74º | 0.95% | 0.77% | - |
| XYZ | 25.52 | 16.79 | 2.15 | - |
| YUV | 103.37 | 74.75 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 9 | 0 | 0.62 | 0.95 | 0.23 | 20.74 | 0.91 | 0.4 |
| Hex | C5 | 4A | 9 | 0 | 3E | 5F | 17 | 15 | 5B | 28 |
| Octal | 305 | 112 | 11 | 0 | 76 | 137 | 27 | 25 | 133 | 50 |
| Binary | 11000101 | 1001010 | 1001 | 0 | 111110 | 1011111 | 10111 | 10101 | 1011011 | 101000 |
Color Harmonies of #C54A09
Complementary color
Monochromatic Colors of #C54A09
Black with #C54A09
Text Example
Text Example
White with #C54A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A09; }
p { color: rgb(197,74,9); }
H1.HeaderClassName
{
color: #C54A09;
}
.AnyTagClassName
{
color: #C54A09;
}
</style>
background-color css
<style>
a { background-color: #C54A09; }
a { background-color: rgb(197,74,9); }
div.DivClassName
{
background-color: #C54A09;
}
.BgClassName
{
background-color: #C54A09;
}
</style>
border-color css
<style>
span { border-color: #C54A09; }
span { border-color: rgb(197,74,9); }
td.TdClassName
{
border-color: #C54A09;
}
.TagClassName
{
border-color: #C54A09;
}
</style>