Shades of Rust #C5521A
Tints of Rust #C5521A
RGB
CMYK
RGB Variations
Color information
#C5521A (or 0xC5521A) is known color: Rust. HEX triplet: C5, 52 and 1A. RGB value is (197,82,26). Sum of RGB (Red+Green+Blue) = 197+82+26=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5521A is #3AADE5. Grayscale: #6E6E6E. Windows color (decimal): -3845606 or 1725125. OLE color: 1725125.
HSL color Cylindrical-coordinate representation of color #C5521A: hue angle of 19.65º 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 #C5521A is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 26 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.23 |
| HSL | 19.65º | 0.77% | 0.44% | - |
| HSV(B) | 19.65º | 0.87% | 0.77% | - |
| XYZ | 26.23 | 17.98 | 3.07 | - |
| YUV | 110 | 80.6 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 26 | 0 | 0.58 | 0.87 | 0.23 | 19.65 | 0.77 | 0.44 |
| Hex | C5 | 52 | 1A | 0 | 3A | 57 | 17 | 14 | 4D | 2C |
| Octal | 305 | 122 | 32 | 0 | 72 | 127 | 27 | 24 | 115 | 54 |
| Binary | 11000101 | 1010010 | 11010 | 0 | 111010 | 1010111 | 10111 | 10100 | 1001101 | 101100 |
Color Harmonies of #C5521A
Complementary color
Monochromatic Colors of #C5521A
Black with #C5521A
Text Example
Text Example
White with #C5521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5521A; }
p { color: rgb(197,82,26); }
H1.HeaderClassName
{
color: #C5521A;
}
.AnyTagClassName
{
color: #C5521A;
}
</style>
background-color css
<style>
a { background-color: #C5521A; }
a { background-color: rgb(197,82,26); }
div.DivClassName
{
background-color: #C5521A;
}
.BgClassName
{
background-color: #C5521A;
}
</style>
border-color css
<style>
span { border-color: #C5521A; }
span { border-color: rgb(197,82,26); }
td.TdClassName
{
border-color: #C5521A;
}
.TagClassName
{
border-color: #C5521A;
}
</style>