Shades of Rust #C45215
Tints of Rust #C45215
RGB
CMYK
RGB Variations
Color information
#C45215 (or 0xC45215) is known color: Rust. HEX triplet: C4, 52 and 15. RGB value is (196,82,21). Sum of RGB (Red+Green+Blue) = 196+82+21=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C45215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45215 is #3BADEA. Grayscale: #6D6D6D. Windows color (decimal): -3911147 or 1397444. OLE color: 1397444.
HSL color Cylindrical-coordinate representation of color #C45215: hue angle of 20.91º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C45215 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 21 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.23 |
| HSL | 20.91º | 0.81% | 0.43% | - |
| HSV(B) | 20.91º | 0.89% | 0.77% | - |
| XYZ | 25.92 | 17.82 | 2.78 | - |
| YUV | 109.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 21 | 0 | 0.58 | 0.89 | 0.23 | 20.91 | 0.81 | 0.43 |
| Hex | C4 | 52 | 15 | 0 | 3A | 59 | 17 | 15 | 51 | 2B |
| Octal | 304 | 122 | 25 | 0 | 72 | 131 | 27 | 25 | 121 | 53 |
| Binary | 11000100 | 1010010 | 10101 | 0 | 111010 | 1011001 | 10111 | 10101 | 1010001 | 101011 |
Color Harmonies of #C45215
Complementary color
Monochromatic Colors of #C45215
Black with #C45215
Text Example
Text Example
White with #C45215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45215; }
p { color: rgb(196,82,21); }
H1.HeaderClassName
{
color: #C45215;
}
.AnyTagClassName
{
color: #C45215;
}
</style>
background-color css
<style>
a { background-color: #C45215; }
a { background-color: rgb(196,82,21); }
div.DivClassName
{
background-color: #C45215;
}
.BgClassName
{
background-color: #C45215;
}
</style>
border-color css
<style>
span { border-color: #C45215; }
span { border-color: rgb(196,82,21); }
td.TdClassName
{
border-color: #C45215;
}
.TagClassName
{
border-color: #C45215;
}
</style>