Shades of Rust #C8480D
Tints of Rust #C8480D
RGB
CMYK
RGB Variations
Color information
#C8480D (or 0xC8480D) is known color: Rust. HEX triplet: C8, 48 and 0D. RGB value is (200,72,13). Sum of RGB (Red+Green+Blue) = 200+72+13=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8480D is #37B7F2. Grayscale: #676767. Windows color (decimal): -3651571 or 870600. OLE color: 870600.
HSL color Cylindrical-coordinate representation of color #C8480D: hue angle of 18.93º 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 #C8480D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.22 |
| HSL | 18.93º | 0.88% | 0.42% | - |
| HSV(B) | 18.93º | 0.94% | 0.78% | - |
| XYZ | 26.21 | 16.94 | 2.27 | - |
| YUV | 103.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 13 | 0 | 0.64 | 0.94 | 0.22 | 18.93 | 0.88 | 0.42 |
| Hex | C8 | 48 | D | 0 | 40 | 5E | 16 | 13 | 58 | 2A |
| Octal | 310 | 110 | 15 | 0 | 100 | 136 | 26 | 23 | 130 | 52 |
| Binary | 11001000 | 1001000 | 1101 | 0 | 1000000 | 1011110 | 10110 | 10011 | 1011000 | 101010 |
Color Harmonies of #C8480D
Complementary color
Monochromatic Colors of #C8480D
Black with #C8480D
Text Example
Text Example
White with #C8480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8480D; }
p { color: rgb(200,72,13); }
H1.HeaderClassName
{
color: #C8480D;
}
.AnyTagClassName
{
color: #C8480D;
}
</style>
background-color css
<style>
a { background-color: #C8480D; }
a { background-color: rgb(200,72,13); }
div.DivClassName
{
background-color: #C8480D;
}
.BgClassName
{
background-color: #C8480D;
}
</style>
border-color css
<style>
span { border-color: #C8480D; }
span { border-color: rgb(200,72,13); }
td.TdClassName
{
border-color: #C8480D;
}
.TagClassName
{
border-color: #C8480D;
}
</style>