Shades of Rust #C45011
Tints of Rust #C45011
RGB
CMYK
RGB Variations
Color information
#C45011 (or 0xC45011) is known color: Rust. HEX triplet: C4, 50 and 11. RGB value is (196,80,17). Sum of RGB (Red+Green+Blue) = 196+80+17=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C45011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45011 is #3BAFEE. Grayscale: #6B6B6B. Windows color (decimal): -3911663 or 1134788. OLE color: 1134788.
HSL color Cylindrical-coordinate representation of color #C45011: hue angle of 21.12º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C45011 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 17 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.23 |
| HSL | 21.12º | 0.84% | 0.42% | - |
| HSV(B) | 21.12º | 0.91% | 0.77% | - |
| XYZ | 25.73 | 17.51 | 2.55 | - |
| YUV | 107.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 17 | 0 | 0.59 | 0.91 | 0.23 | 21.12 | 0.84 | 0.42 |
| Hex | C4 | 50 | 11 | 0 | 3B | 5B | 17 | 15 | 54 | 2A |
| Octal | 304 | 120 | 21 | 0 | 73 | 133 | 27 | 25 | 124 | 52 |
| Binary | 11000100 | 1010000 | 10001 | 0 | 111011 | 1011011 | 10111 | 10101 | 1010100 | 101010 |
Color Harmonies of #C45011
Complementary color
Monochromatic Colors of #C45011
Black with #C45011
Text Example
Text Example
White with #C45011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45011; }
p { color: rgb(196,80,17); }
H1.HeaderClassName
{
color: #C45011;
}
.AnyTagClassName
{
color: #C45011;
}
</style>
background-color css
<style>
a { background-color: #C45011; }
a { background-color: rgb(196,80,17); }
div.DivClassName
{
background-color: #C45011;
}
.BgClassName
{
background-color: #C45011;
}
</style>
border-color css
<style>
span { border-color: #C45011; }
span { border-color: rgb(196,80,17); }
td.TdClassName
{
border-color: #C45011;
}
.TagClassName
{
border-color: #C45011;
}
</style>