Shades of Rust #C5461B
Tints of Rust #C5461B
RGB
CMYK
RGB Variations
Color information
#C5461B (or 0xC5461B) is known color: Rust. HEX triplet: C5, 46 and 1B. RGB value is (197,70,27). Sum of RGB (Red+Green+Blue) = 197+70+27=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5461B is #3AB9E4. Grayscale: #676767. Windows color (decimal): -3848677 or 1787589. OLE color: 1787589.
HSL color Cylindrical-coordinate representation of color #C5461B: hue angle of 15.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5461B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.23 |
| HSL | 15.18º | 0.76% | 0.44% | - |
| HSV(B) | 15.18º | 0.86% | 0.77% | - |
| XYZ | 25.41 | 16.33 | 2.85 | - |
| YUV | 103.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 27 | 0 | 0.64 | 0.86 | 0.23 | 15.18 | 0.76 | 0.44 |
| Hex | C5 | 46 | 1B | 0 | 40 | 56 | 17 | F | 4C | 2C |
| Octal | 305 | 106 | 33 | 0 | 100 | 126 | 27 | 17 | 114 | 54 |
| Binary | 11000101 | 1000110 | 11011 | 0 | 1000000 | 1010110 | 10111 | 1111 | 1001100 | 101100 |
Color Harmonies of #C5461B
Complementary color
Monochromatic Colors of #C5461B
Black with #C5461B
Text Example
Text Example
White with #C5461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5461B; }
p { color: rgb(197,70,27); }
H1.HeaderClassName
{
color: #C5461B;
}
.AnyTagClassName
{
color: #C5461B;
}
</style>
background-color css
<style>
a { background-color: #C5461B; }
a { background-color: rgb(197,70,27); }
div.DivClassName
{
background-color: #C5461B;
}
.BgClassName
{
background-color: #C5461B;
}
</style>
border-color css
<style>
span { border-color: #C5461B; }
span { border-color: rgb(197,70,27); }
td.TdClassName
{
border-color: #C5461B;
}
.TagClassName
{
border-color: #C5461B;
}
</style>