Shades of Rust #C5461A
Tints of Rust #C5461A
RGB
CMYK
RGB Variations
Color information
#C5461A (or 0xC5461A) is known color: Rust. HEX triplet: C5, 46 and 1A. RGB value is (197,70,26). Sum of RGB (Red+Green+Blue) = 197+70+26=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5461A is #3AB9E5. Grayscale: #676767. Windows color (decimal): -3848678 or 1722053. OLE color: 1722053.
HSL color Cylindrical-coordinate representation of color #C5461A: hue angle of 15.44º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5461A is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 26 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.23 |
| HSL | 15.44º | 0.77% | 0.44% | - |
| HSV(B) | 15.44º | 0.87% | 0.77% | - |
| XYZ | 25.4 | 16.33 | 2.79 | - |
| YUV | 102.96 | 84.58 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 26 | 0 | 0.64 | 0.87 | 0.23 | 15.44 | 0.77 | 0.44 |
| Hex | C5 | 46 | 1A | 0 | 40 | 57 | 17 | F | 4D | 2C |
| Octal | 305 | 106 | 32 | 0 | 100 | 127 | 27 | 17 | 115 | 54 |
| Binary | 11000101 | 1000110 | 11010 | 0 | 1000000 | 1010111 | 10111 | 1111 | 1001101 | 101100 |
Color Harmonies of #C5461A
Complementary color
Monochromatic Colors of #C5461A
Black with #C5461A
Text Example
Text Example
White with #C5461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5461A; }
p { color: rgb(197,70,26); }
H1.HeaderClassName
{
color: #C5461A;
}
.AnyTagClassName
{
color: #C5461A;
}
</style>
background-color css
<style>
a { background-color: #C5461A; }
a { background-color: rgb(197,70,26); }
div.DivClassName
{
background-color: #C5461A;
}
.BgClassName
{
background-color: #C5461A;
}
</style>
border-color css
<style>
span { border-color: #C5461A; }
span { border-color: rgb(197,70,26); }
td.TdClassName
{
border-color: #C5461A;
}
.TagClassName
{
border-color: #C5461A;
}
</style>