Shades of Rust #C5521B
Tints of Rust #C5521B
RGB
CMYK
RGB Variations
Color information
#C5521B (or 0xC5521B) is known color: Rust. HEX triplet: C5, 52 and 1B. RGB value is (197,82,27). Sum of RGB (Red+Green+Blue) = 197+82+27=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5521B is #3AADE4. Grayscale: #6E6E6E. Windows color (decimal): -3845605 or 1790661. OLE color: 1790661.
HSL color Cylindrical-coordinate representation of color #C5521B: hue angle of 19.41º 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 #C5521B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.23 |
| HSL | 19.41º | 0.76% | 0.44% | - |
| HSV(B) | 19.41º | 0.86% | 0.77% | - |
| XYZ | 26.24 | 17.98 | 3.13 | - |
| YUV | 110.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 27 | 0 | 0.58 | 0.86 | 0.23 | 19.41 | 0.76 | 0.44 |
| Hex | C5 | 52 | 1B | 0 | 3A | 56 | 17 | 13 | 4C | 2C |
| Octal | 305 | 122 | 33 | 0 | 72 | 126 | 27 | 23 | 114 | 54 |
| Binary | 11000101 | 1010010 | 11011 | 0 | 111010 | 1010110 | 10111 | 10011 | 1001100 | 101100 |
Color Harmonies of #C5521B
Complementary color
Monochromatic Colors of #C5521B
Black with #C5521B
Text Example
Text Example
White with #C5521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5521B; }
p { color: rgb(197,82,27); }
H1.HeaderClassName
{
color: #C5521B;
}
.AnyTagClassName
{
color: #C5521B;
}
</style>
background-color css
<style>
a { background-color: #C5521B; }
a { background-color: rgb(197,82,27); }
div.DivClassName
{
background-color: #C5521B;
}
.BgClassName
{
background-color: #C5521B;
}
</style>
border-color css
<style>
span { border-color: #C5521B; }
span { border-color: rgb(197,82,27); }
td.TdClassName
{
border-color: #C5521B;
}
.TagClassName
{
border-color: #C5521B;
}
</style>