Shades of Rust #C2511C
Tints of Rust #C2511C
RGB
CMYK
RGB Variations
Color information
#C2511C (or 0xC2511C) is known color: Rust. HEX triplet: C2, 51 and 1C. RGB value is (194,81,28). Sum of RGB (Red+Green+Blue) = 194+81+28=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2511C is #3DAEE3. Grayscale: #6D6D6D. Windows color (decimal): -4042468 or 1855938. OLE color: 1855938.
HSL color Cylindrical-coordinate representation of color #C2511C: hue angle of 19.16º 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 #C2511C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.24 |
| HSL | 19.16º | 0.75% | 0.44% | - |
| HSV(B) | 19.16º | 0.86% | 0.76% | - |
| XYZ | 25.4 | 17.44 | 3.13 | - |
| YUV | 108.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 28 | 0 | 0.58 | 0.86 | 0.24 | 19.16 | 0.75 | 0.44 |
| Hex | C2 | 51 | 1C | 0 | 3A | 56 | 18 | 13 | 4B | 2C |
| Octal | 302 | 121 | 34 | 0 | 72 | 126 | 30 | 23 | 113 | 54 |
| Binary | 11000010 | 1010001 | 11100 | 0 | 111010 | 1010110 | 11000 | 10011 | 1001011 | 101100 |
Color Harmonies of #C2511C
Complementary color
Monochromatic Colors of #C2511C
Black with #C2511C
Text Example
Text Example
White with #C2511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2511C; }
p { color: rgb(194,81,28); }
H1.HeaderClassName
{
color: #C2511C;
}
.AnyTagClassName
{
color: #C2511C;
}
</style>
background-color css
<style>
a { background-color: #C2511C; }
a { background-color: rgb(194,81,28); }
div.DivClassName
{
background-color: #C2511C;
}
.BgClassName
{
background-color: #C2511C;
}
</style>
border-color css
<style>
span { border-color: #C2511C; }
span { border-color: rgb(194,81,28); }
td.TdClassName
{
border-color: #C2511C;
}
.TagClassName
{
border-color: #C2511C;
}
</style>