Shades of Rust #C54509
Tints of Rust #C54509
RGB
CMYK
RGB Variations
Color information
#C54509 (or 0xC54509) is known color: Rust. HEX triplet: C5, 45 and 09. RGB value is (197,69,9). Sum of RGB (Red+Green+Blue) = 197+69+9=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C54509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54509 is #3ABAF6. Grayscale: #646464. Windows color (decimal): -3848951 or 607685. OLE color: 607685.
HSL color Cylindrical-coordinate representation of color #C54509: hue angle of 19.15º 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 #C54509 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.23 |
| HSL | 19.15º | 0.91% | 0.4% | - |
| HSV(B) | 19.15º | 0.95% | 0.77% | - |
| XYZ | 25.2 | 16.15 | 2.05 | - |
| YUV | 100.43 | 76.41 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 9 | 0 | 0.65 | 0.95 | 0.23 | 19.15 | 0.91 | 0.4 |
| Hex | C5 | 45 | 9 | 0 | 41 | 5F | 17 | 13 | 5B | 28 |
| Octal | 305 | 105 | 11 | 0 | 101 | 137 | 27 | 23 | 133 | 50 |
| Binary | 11000101 | 1000101 | 1001 | 0 | 1000001 | 1011111 | 10111 | 10011 | 1011011 | 101000 |
Color Harmonies of #C54509
Complementary color
Monochromatic Colors of #C54509
Black with #C54509
Text Example
Text Example
White with #C54509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54509; }
p { color: rgb(197,69,9); }
H1.HeaderClassName
{
color: #C54509;
}
.AnyTagClassName
{
color: #C54509;
}
</style>
background-color css
<style>
a { background-color: #C54509; }
a { background-color: rgb(197,69,9); }
div.DivClassName
{
background-color: #C54509;
}
.BgClassName
{
background-color: #C54509;
}
</style>
border-color css
<style>
span { border-color: #C54509; }
span { border-color: rgb(197,69,9); }
td.TdClassName
{
border-color: #C54509;
}
.TagClassName
{
border-color: #C54509;
}
</style>