Shades of Rust #C45013
Tints of Rust #C45013
RGB
CMYK
RGB Variations
Color information
#C45013 (or 0xC45013) is known color: Rust. HEX triplet: C4, 50 and 13. RGB value is (196,80,19). Sum of RGB (Red+Green+Blue) = 196+80+19=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C45013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45013 is #3BAFEC. Grayscale: #6C6C6C. Windows color (decimal): -3911661 or 1265860. OLE color: 1265860.
HSL color Cylindrical-coordinate representation of color #C45013: hue angle of 20.68º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C45013 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 19 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.23 |
| HSL | 20.68º | 0.82% | 0.42% | - |
| HSV(B) | 20.68º | 0.9% | 0.77% | - |
| XYZ | 25.75 | 17.52 | 2.64 | - |
| YUV | 107.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 19 | 0 | 0.59 | 0.90 | 0.23 | 20.68 | 0.82 | 0.42 |
| Hex | C4 | 50 | 13 | 0 | 3B | 5A | 17 | 15 | 52 | 2A |
| Octal | 304 | 120 | 23 | 0 | 73 | 132 | 27 | 25 | 122 | 52 |
| Binary | 11000100 | 1010000 | 10011 | 0 | 111011 | 1011010 | 10111 | 10101 | 1010010 | 101010 |
Color Harmonies of #C45013
Complementary color
Monochromatic Colors of #C45013
Black with #C45013
Text Example
Text Example
White with #C45013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45013; }
p { color: rgb(196,80,19); }
H1.HeaderClassName
{
color: #C45013;
}
.AnyTagClassName
{
color: #C45013;
}
</style>
background-color css
<style>
a { background-color: #C45013; }
a { background-color: rgb(196,80,19); }
div.DivClassName
{
background-color: #C45013;
}
.BgClassName
{
background-color: #C45013;
}
</style>
border-color css
<style>
span { border-color: #C45013; }
span { border-color: rgb(196,80,19); }
td.TdClassName
{
border-color: #C45013;
}
.TagClassName
{
border-color: #C45013;
}
</style>