Shades of Rust #C8460F
Tints of Rust #C8460F
RGB
CMYK
RGB Variations
Color information
#C8460F (or 0xC8460F) is known color: Rust. HEX triplet: C8, 46 and 0F. RGB value is (200,70,15). Sum of RGB (Red+Green+Blue) = 200+70+15=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8460F is #37B9F0. Grayscale: #666666. Windows color (decimal): -3652081 or 1001160. OLE color: 1001160.
HSL color Cylindrical-coordinate representation of color #C8460F: hue angle of 17.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8460F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.22 |
| HSL | 17.84º | 0.86% | 0.42% | - |
| HSV(B) | 17.84º | 0.93% | 0.78% | - |
| XYZ | 26.1 | 16.69 | 2.3 | - |
| YUV | 102.6 | 78.57 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 15 | 0 | 0.65 | 0.92 | 0.22 | 17.84 | 0.86 | 0.42 |
| Hex | C8 | 46 | F | 0 | 41 | 5C | 16 | 12 | 56 | 2A |
| Octal | 310 | 106 | 17 | 0 | 101 | 134 | 26 | 22 | 126 | 52 |
| Binary | 11001000 | 1000110 | 1111 | 0 | 1000001 | 1011100 | 10110 | 10010 | 1010110 | 101010 |
Color Harmonies of #C8460F
Complementary color
Monochromatic Colors of #C8460F
Black with #C8460F
Text Example
Text Example
White with #C8460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8460F; }
p { color: rgb(200,70,15); }
H1.HeaderClassName
{
color: #C8460F;
}
.AnyTagClassName
{
color: #C8460F;
}
</style>
background-color css
<style>
a { background-color: #C8460F; }
a { background-color: rgb(200,70,15); }
div.DivClassName
{
background-color: #C8460F;
}
.BgClassName
{
background-color: #C8460F;
}
</style>
border-color css
<style>
span { border-color: #C8460F; }
span { border-color: rgb(200,70,15); }
td.TdClassName
{
border-color: #C8460F;
}
.TagClassName
{
border-color: #C8460F;
}
</style>