Shades of Rust #C8511A
Tints of Rust #C8511A
RGB
CMYK
RGB Variations
Color information
#C8511A (or 0xC8511A) is known color: Rust. HEX triplet: C8, 51 and 1A. RGB value is (200,81,26). Sum of RGB (Red+Green+Blue) = 200+81+26=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C8511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8511A is #37AEE5. Grayscale: #6E6E6E. Windows color (decimal): -3649254 or 1724872. OLE color: 1724872.
HSL color Cylindrical-coordinate representation of color #C8511A: hue angle of 18.97º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8511A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 26 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.22 |
| HSL | 18.97º | 0.77% | 0.44% | - |
| HSV(B) | 18.97º | 0.87% | 0.78% | - |
| XYZ | 26.95 | 18.24 | 3.08 | - |
| YUV | 110.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 26 | 0 | 0.59 | 0.87 | 0.22 | 18.97 | 0.77 | 0.44 |
| Hex | C8 | 51 | 1A | 0 | 3B | 57 | 16 | 13 | 4D | 2C |
| Octal | 310 | 121 | 32 | 0 | 73 | 127 | 26 | 23 | 115 | 54 |
| Binary | 11001000 | 1010001 | 11010 | 0 | 111011 | 1010111 | 10110 | 10011 | 1001101 | 101100 |
Color Harmonies of #C8511A
Complementary color
Monochromatic Colors of #C8511A
Black with #C8511A
Text Example
Text Example
White with #C8511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8511A; }
p { color: rgb(200,81,26); }
H1.HeaderClassName
{
color: #C8511A;
}
.AnyTagClassName
{
color: #C8511A;
}
</style>
background-color css
<style>
a { background-color: #C8511A; }
a { background-color: rgb(200,81,26); }
div.DivClassName
{
background-color: #C8511A;
}
.BgClassName
{
background-color: #C8511A;
}
</style>
border-color css
<style>
span { border-color: #C8511A; }
span { border-color: rgb(200,81,26); }
td.TdClassName
{
border-color: #C8511A;
}
.TagClassName
{
border-color: #C8511A;
}
</style>