Shades of Rust #C5531A
Tints of Rust #C5531A
RGB
CMYK
RGB Variations
Color information
#C5531A (or 0xC5531A) is known color: Rust. HEX triplet: C5, 53 and 1A. RGB value is (197,83,26). Sum of RGB (Red+Green+Blue) = 197+83+26=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5531A is #3AACE5. Grayscale: #6E6E6E. Windows color (decimal): -3845350 or 1725381. OLE color: 1725381.
HSL color Cylindrical-coordinate representation of color #C5531A: hue angle of 20º 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 #C5531A is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 26 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.23 |
| HSL | 20º | 0.77% | 0.44% | - |
| HSV(B) | 20º | 0.87% | 0.77% | - |
| XYZ | 26.31 | 18.13 | 3.09 | - |
| YUV | 110.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 26 | 0 | 0.58 | 0.87 | 0.23 | 20 | 0.77 | 0.44 |
| Hex | C5 | 53 | 1A | 0 | 3A | 57 | 17 | 14 | 4D | 2C |
| Octal | 305 | 123 | 32 | 0 | 72 | 127 | 27 | 24 | 115 | 54 |
| Binary | 11000101 | 1010011 | 11010 | 0 | 111010 | 1010111 | 10111 | 10100 | 1001101 | 101100 |
Color Harmonies of #C5531A
Complementary color
Monochromatic Colors of #C5531A
Black with #C5531A
Text Example
Text Example
White with #C5531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5531A; }
p { color: rgb(197,83,26); }
H1.HeaderClassName
{
color: #C5531A;
}
.AnyTagClassName
{
color: #C5531A;
}
</style>
background-color css
<style>
a { background-color: #C5531A; }
a { background-color: rgb(197,83,26); }
div.DivClassName
{
background-color: #C5531A;
}
.BgClassName
{
background-color: #C5531A;
}
</style>
border-color css
<style>
span { border-color: #C5531A; }
span { border-color: rgb(197,83,26); }
td.TdClassName
{
border-color: #C5531A;
}
.TagClassName
{
border-color: #C5531A;
}
</style>