Shades of Rust #C5491A
Tints of Rust #C5491A
RGB
CMYK
RGB Variations
Color information
#C5491A (or 0xC5491A) is known color: Rust. HEX triplet: C5, 49 and 1A. RGB value is (197,73,26). Sum of RGB (Red+Green+Blue) = 197+73+26=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5491A is #3AB6E5. Grayscale: #696969. Windows color (decimal): -3847910 or 1722821. OLE color: 1722821.
HSL color Cylindrical-coordinate representation of color #C5491A: hue angle of 16.49º 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 #C5491A is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 26 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.23 |
| HSL | 16.49º | 0.77% | 0.44% | - |
| HSV(B) | 16.49º | 0.87% | 0.77% | - |
| XYZ | 25.59 | 16.71 | 2.85 | - |
| YUV | 104.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 26 | 0 | 0.63 | 0.87 | 0.23 | 16.49 | 0.77 | 0.44 |
| Hex | C5 | 49 | 1A | 0 | 3F | 57 | 17 | 10 | 4D | 2C |
| Octal | 305 | 111 | 32 | 0 | 77 | 127 | 27 | 20 | 115 | 54 |
| Binary | 11000101 | 1001001 | 11010 | 0 | 111111 | 1010111 | 10111 | 10000 | 1001101 | 101100 |
Color Harmonies of #C5491A
Complementary color
Monochromatic Colors of #C5491A
Black with #C5491A
Text Example
Text Example
White with #C5491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5491A; }
p { color: rgb(197,73,26); }
H1.HeaderClassName
{
color: #C5491A;
}
.AnyTagClassName
{
color: #C5491A;
}
</style>
background-color css
<style>
a { background-color: #C5491A; }
a { background-color: rgb(197,73,26); }
div.DivClassName
{
background-color: #C5491A;
}
.BgClassName
{
background-color: #C5491A;
}
</style>
border-color css
<style>
span { border-color: #C5491A; }
span { border-color: rgb(197,73,26); }
td.TdClassName
{
border-color: #C5491A;
}
.TagClassName
{
border-color: #C5491A;
}
</style>