Shades of Rust #C2521B
Tints of Rust #C2521B
RGB
CMYK
RGB Variations
Color information
#C2521B (or 0xC2521B) is known color: Rust. HEX triplet: C2, 52 and 1B. RGB value is (194,82,27). Sum of RGB (Red+Green+Blue) = 194+82+27=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2521B is #3DADE4. Grayscale: #6D6D6D. Windows color (decimal): -4042213 or 1790658. OLE color: 1790658.
HSL color Cylindrical-coordinate representation of color #C2521B: hue angle of 19.76º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2521B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.24 |
| HSL | 19.76º | 0.76% | 0.43% | - |
| HSV(B) | 19.76º | 0.86% | 0.76% | - |
| XYZ | 25.46 | 17.58 | 3.09 | - |
| YUV | 109.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 27 | 0 | 0.58 | 0.86 | 0.24 | 19.76 | 0.76 | 0.43 |
| Hex | C2 | 52 | 1B | 0 | 3A | 56 | 18 | 14 | 4C | 2B |
| Octal | 302 | 122 | 33 | 0 | 72 | 126 | 30 | 24 | 114 | 53 |
| Binary | 11000010 | 1010010 | 11011 | 0 | 111010 | 1010110 | 11000 | 10100 | 1001100 | 101011 |
Color Harmonies of #C2521B
Complementary color
Monochromatic Colors of #C2521B
Black with #C2521B
Text Example
Text Example
White with #C2521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2521B; }
p { color: rgb(194,82,27); }
H1.HeaderClassName
{
color: #C2521B;
}
.AnyTagClassName
{
color: #C2521B;
}
</style>
background-color css
<style>
a { background-color: #C2521B; }
a { background-color: rgb(194,82,27); }
div.DivClassName
{
background-color: #C2521B;
}
.BgClassName
{
background-color: #C2521B;
}
</style>
border-color css
<style>
span { border-color: #C2521B; }
span { border-color: rgb(194,82,27); }
td.TdClassName
{
border-color: #C2521B;
}
.TagClassName
{
border-color: #C2521B;
}
</style>