Shades of Rust #C0460F
Tints of Rust #C0460F
RGB
CMYK
RGB Variations
Color information
#C0460F (or 0xC0460F) is known color: Rust. HEX triplet: C0, 46 and 0F. RGB value is (192,70,15). Sum of RGB (Red+Green+Blue) = 192+70+15=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0460F is #3FB9F0. Grayscale: #646464. Windows color (decimal): -4176369 or 1001152. OLE color: 1001152.
HSL color Cylindrical-coordinate representation of color #C0460F: hue angle of 18.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0460F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.25 |
| HSL | 18.64º | 0.86% | 0.41% | - |
| HSV(B) | 18.64º | 0.92% | 0.75% | - |
| XYZ | 24.01 | 15.62 | 2.2 | - |
| YUV | 100.21 | 79.92 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 15 | 0 | 0.64 | 0.92 | 0.25 | 18.64 | 0.86 | 0.41 |
| Hex | C0 | 46 | F | 0 | 40 | 5C | 19 | 13 | 56 | 29 |
| Octal | 300 | 106 | 17 | 0 | 100 | 134 | 31 | 23 | 126 | 51 |
| Binary | 11000000 | 1000110 | 1111 | 0 | 1000000 | 1011100 | 11001 | 10011 | 1010110 | 101001 |
Color Harmonies of #C0460F
Complementary color
Monochromatic Colors of #C0460F
Black with #C0460F
Text Example
Text Example
White with #C0460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0460F; }
p { color: rgb(192,70,15); }
H1.HeaderClassName
{
color: #C0460F;
}
.AnyTagClassName
{
color: #C0460F;
}
</style>
background-color css
<style>
a { background-color: #C0460F; }
a { background-color: rgb(192,70,15); }
div.DivClassName
{
background-color: #C0460F;
}
.BgClassName
{
background-color: #C0460F;
}
</style>
border-color css
<style>
span { border-color: #C0460F; }
span { border-color: rgb(192,70,15); }
td.TdClassName
{
border-color: #C0460F;
}
.TagClassName
{
border-color: #C0460F;
}
</style>