Shades of Rust #C5461C
Tints of Rust #C5461C
RGB
CMYK
RGB Variations
Color information
#C5461C (or 0xC5461C) is known color: Rust. HEX triplet: C5, 46 and 1C. RGB value is (197,70,28). Sum of RGB (Red+Green+Blue) = 197+70+28=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5461C is #3AB9E3. Grayscale: #676767. Windows color (decimal): -3848676 or 1853125. OLE color: 1853125.
HSL color Cylindrical-coordinate representation of color #C5461C: hue angle of 14.91º degrees, saturation: 0.75, 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 #C5461C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 28 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.23 |
| HSL | 14.91º | 0.75% | 0.44% | - |
| HSV(B) | 14.91º | 0.86% | 0.77% | - |
| XYZ | 25.43 | 16.33 | 2.91 | - |
| YUV | 103.19 | 85.58 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 28 | 0 | 0.64 | 0.86 | 0.23 | 14.91 | 0.75 | 0.44 |
| Hex | C5 | 46 | 1C | 0 | 40 | 56 | 17 | F | 4B | 2C |
| Octal | 305 | 106 | 34 | 0 | 100 | 126 | 27 | 17 | 113 | 54 |
| Binary | 11000101 | 1000110 | 11100 | 0 | 1000000 | 1010110 | 10111 | 1111 | 1001011 | 101100 |
Color Harmonies of #C5461C
Complementary color
Monochromatic Colors of #C5461C
Black with #C5461C
Text Example
Text Example
White with #C5461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5461C; }
p { color: rgb(197,70,28); }
H1.HeaderClassName
{
color: #C5461C;
}
.AnyTagClassName
{
color: #C5461C;
}
</style>
background-color css
<style>
a { background-color: #C5461C; }
a { background-color: rgb(197,70,28); }
div.DivClassName
{
background-color: #C5461C;
}
.BgClassName
{
background-color: #C5461C;
}
</style>
border-color css
<style>
span { border-color: #C5461C; }
span { border-color: rgb(197,70,28); }
td.TdClassName
{
border-color: #C5461C;
}
.TagClassName
{
border-color: #C5461C;
}
</style>