Shades of Rust #C2521C
Tints of Rust #C2521C
RGB
CMYK
RGB Variations
Color information
#C2521C (or 0xC2521C) is known color: Rust. HEX triplet: C2, 52 and 1C. RGB value is (194,82,28). Sum of RGB (Red+Green+Blue) = 194+82+28=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2521C is #3DADE3. Grayscale: #6D6D6D. Windows color (decimal): -4042212 or 1856194. OLE color: 1856194.
HSL color Cylindrical-coordinate representation of color #C2521C: hue angle of 19.52º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2521C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.24 |
| HSL | 19.52º | 0.75% | 0.44% | - |
| HSV(B) | 19.52º | 0.86% | 0.76% | - |
| XYZ | 25.48 | 17.59 | 3.15 | - |
| YUV | 109.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 28 | 0 | 0.58 | 0.86 | 0.24 | 19.52 | 0.75 | 0.44 |
| Hex | C2 | 52 | 1C | 0 | 3A | 56 | 18 | 14 | 4B | 2C |
| Octal | 302 | 122 | 34 | 0 | 72 | 126 | 30 | 24 | 113 | 54 |
| Binary | 11000010 | 1010010 | 11100 | 0 | 111010 | 1010110 | 11000 | 10100 | 1001011 | 101100 |
Color Harmonies of #C2521C
Complementary color
Monochromatic Colors of #C2521C
Black with #C2521C
Text Example
Text Example
White with #C2521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2521C; }
p { color: rgb(194,82,28); }
H1.HeaderClassName
{
color: #C2521C;
}
.AnyTagClassName
{
color: #C2521C;
}
</style>
background-color css
<style>
a { background-color: #C2521C; }
a { background-color: rgb(194,82,28); }
div.DivClassName
{
background-color: #C2521C;
}
.BgClassName
{
background-color: #C2521C;
}
</style>
border-color css
<style>
span { border-color: #C2521C; }
span { border-color: rgb(194,82,28); }
td.TdClassName
{
border-color: #C2521C;
}
.TagClassName
{
border-color: #C2521C;
}
</style>