Shades of Rust #C45015
Tints of Rust #C45015
RGB
CMYK
RGB Variations
Color information
#C45015 (or 0xC45015) is known color: Rust. HEX triplet: C4, 50 and 15. RGB value is (196,80,21). Sum of RGB (Red+Green+Blue) = 196+80+21=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C45015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45015 is #3BAFEA. Grayscale: #6C6C6C. Windows color (decimal): -3911659 or 1396932. OLE color: 1396932.
HSL color Cylindrical-coordinate representation of color #C45015: hue angle of 20.23º 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 #C45015 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 21 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.23 |
| HSL | 20.23º | 0.81% | 0.43% | - |
| HSV(B) | 20.23º | 0.89% | 0.77% | - |
| XYZ | 25.77 | 17.53 | 2.73 | - |
| YUV | 107.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 21 | 0 | 0.59 | 0.89 | 0.23 | 20.23 | 0.81 | 0.43 |
| Hex | C4 | 50 | 15 | 0 | 3B | 59 | 17 | 14 | 51 | 2B |
| Octal | 304 | 120 | 25 | 0 | 73 | 131 | 27 | 24 | 121 | 53 |
| Binary | 11000100 | 1010000 | 10101 | 0 | 111011 | 1011001 | 10111 | 10100 | 1010001 | 101011 |
Color Harmonies of #C45015
Complementary color
Monochromatic Colors of #C45015
Black with #C45015
Text Example
Text Example
White with #C45015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45015; }
p { color: rgb(196,80,21); }
H1.HeaderClassName
{
color: #C45015;
}
.AnyTagClassName
{
color: #C45015;
}
</style>
background-color css
<style>
a { background-color: #C45015; }
a { background-color: rgb(196,80,21); }
div.DivClassName
{
background-color: #C45015;
}
.BgClassName
{
background-color: #C45015;
}
</style>
border-color css
<style>
span { border-color: #C45015; }
span { border-color: rgb(196,80,21); }
td.TdClassName
{
border-color: #C45015;
}
.TagClassName
{
border-color: #C45015;
}
</style>