Shades of Rust #C2511D
Tints of Rust #C2511D
RGB
CMYK
RGB Variations
Color information
#C2511D (or 0xC2511D) is known color: Rust. HEX triplet: C2, 51 and 1D. RGB value is (194,81,29). Sum of RGB (Red+Green+Blue) = 194+81+29=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2511D is #3DAEE2. Grayscale: #6D6D6D. Windows color (decimal): -4042467 or 1921474. OLE color: 1921474.
HSL color Cylindrical-coordinate representation of color #C2511D: hue angle of 18.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2511D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 29 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.24 |
| HSL | 18.91º | 0.74% | 0.44% | - |
| HSV(B) | 18.91º | 0.85% | 0.76% | - |
| XYZ | 25.41 | 17.44 | 3.19 | - |
| YUV | 108.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 29 | 0 | 0.58 | 0.85 | 0.24 | 18.91 | 0.74 | 0.44 |
| Hex | C2 | 51 | 1D | 0 | 3A | 55 | 18 | 13 | 4A | 2C |
| Octal | 302 | 121 | 35 | 0 | 72 | 125 | 30 | 23 | 112 | 54 |
| Binary | 11000010 | 1010001 | 11101 | 0 | 111010 | 1010101 | 11000 | 10011 | 1001010 | 101100 |
Color Harmonies of #C2511D
Complementary color
Monochromatic Colors of #C2511D
Black with #C2511D
Text Example
Text Example
White with #C2511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2511D; }
p { color: rgb(194,81,29); }
H1.HeaderClassName
{
color: #C2511D;
}
.AnyTagClassName
{
color: #C2511D;
}
</style>
background-color css
<style>
a { background-color: #C2511D; }
a { background-color: rgb(194,81,29); }
div.DivClassName
{
background-color: #C2511D;
}
.BgClassName
{
background-color: #C2511D;
}
</style>
border-color css
<style>
span { border-color: #C2511D; }
span { border-color: rgb(194,81,29); }
td.TdClassName
{
border-color: #C2511D;
}
.TagClassName
{
border-color: #C2511D;
}
</style>