Shades of Rust #C8460D
Tints of Rust #C8460D
RGB
CMYK
RGB Variations
Color information
#C8460D (or 0xC8460D) is known color: Rust. HEX triplet: C8, 46 and 0D. RGB value is (200,70,13). Sum of RGB (Red+Green+Blue) = 200+70+13=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8460D is #37B9F2. Grayscale: #666666. Windows color (decimal): -3652083 or 870088. OLE color: 870088.
HSL color Cylindrical-coordinate representation of color #C8460D: hue angle of 18.29º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8460D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.22 |
| HSL | 18.29º | 0.88% | 0.42% | - |
| HSV(B) | 18.29º | 0.94% | 0.78% | - |
| XYZ | 26.08 | 16.69 | 2.23 | - |
| YUV | 102.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 13 | 0 | 0.65 | 0.94 | 0.22 | 18.29 | 0.88 | 0.42 |
| Hex | C8 | 46 | D | 0 | 41 | 5E | 16 | 12 | 58 | 2A |
| Octal | 310 | 106 | 15 | 0 | 101 | 136 | 26 | 22 | 130 | 52 |
| Binary | 11001000 | 1000110 | 1101 | 0 | 1000001 | 1011110 | 10110 | 10010 | 1011000 | 101010 |
Color Harmonies of #C8460D
Complementary color
Monochromatic Colors of #C8460D
Black with #C8460D
Text Example
Text Example
White with #C8460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8460D; }
p { color: rgb(200,70,13); }
H1.HeaderClassName
{
color: #C8460D;
}
.AnyTagClassName
{
color: #C8460D;
}
</style>
background-color css
<style>
a { background-color: #C8460D; }
a { background-color: rgb(200,70,13); }
div.DivClassName
{
background-color: #C8460D;
}
.BgClassName
{
background-color: #C8460D;
}
</style>
border-color css
<style>
span { border-color: #C8460D; }
span { border-color: rgb(200,70,13); }
td.TdClassName
{
border-color: #C8460D;
}
.TagClassName
{
border-color: #C8460D;
}
</style>