Shades of Rust #C4460F
Tints of Rust #C4460F
RGB
CMYK
RGB Variations
Color information
#C4460F (or 0xC4460F) is known color: Rust. HEX triplet: C4, 46 and 0F. RGB value is (196,70,15). Sum of RGB (Red+Green+Blue) = 196+70+15=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C4460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4460F is #3BB9F0. Grayscale: #656565. Windows color (decimal): -3914225 or 1001156. OLE color: 1001156.
HSL color Cylindrical-coordinate representation of color #C4460F: hue angle of 18.23º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4460F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.23 |
| HSL | 18.23º | 0.86% | 0.41% | - |
| HSV(B) | 18.23º | 0.92% | 0.77% | - |
| XYZ | 25.04 | 16.15 | 2.25 | - |
| YUV | 101.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 15 | 0 | 0.64 | 0.92 | 0.23 | 18.23 | 0.86 | 0.41 |
| Hex | C4 | 46 | F | 0 | 40 | 5C | 17 | 12 | 56 | 29 |
| Octal | 304 | 106 | 17 | 0 | 100 | 134 | 27 | 22 | 126 | 51 |
| Binary | 11000100 | 1000110 | 1111 | 0 | 1000000 | 1011100 | 10111 | 10010 | 1010110 | 101001 |
Color Harmonies of #C4460F
Complementary color
Monochromatic Colors of #C4460F
Black with #C4460F
Text Example
Text Example
White with #C4460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4460F; }
p { color: rgb(196,70,15); }
H1.HeaderClassName
{
color: #C4460F;
}
.AnyTagClassName
{
color: #C4460F;
}
</style>
background-color css
<style>
a { background-color: #C4460F; }
a { background-color: rgb(196,70,15); }
div.DivClassName
{
background-color: #C4460F;
}
.BgClassName
{
background-color: #C4460F;
}
</style>
border-color css
<style>
span { border-color: #C4460F; }
span { border-color: rgb(196,70,15); }
td.TdClassName
{
border-color: #C4460F;
}
.TagClassName
{
border-color: #C4460F;
}
</style>