Shades of Rust #C84D11
Tints of Rust #C84D11
RGB
CMYK
RGB Variations
Color information
#C84D11 (or 0xC84D11) is known color: Rust. HEX triplet: C8, 4D and 11. RGB value is (200,77,17). Sum of RGB (Red+Green+Blue) = 200+77+17=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84D11 is #37B2EE. Grayscale: #6B6B6B. Windows color (decimal): -3650287 or 1134024. OLE color: 1134024.
HSL color Cylindrical-coordinate representation of color #C84D11: hue angle of 19.67º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C84D11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.22 |
| HSL | 19.67º | 0.84% | 0.43% | - |
| HSV(B) | 19.67º | 0.92% | 0.78% | - |
| XYZ | 26.57 | 17.63 | 2.53 | - |
| YUV | 106.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 17 | 0 | 0.62 | 0.92 | 0.22 | 19.67 | 0.84 | 0.43 |
| Hex | C8 | 4D | 11 | 0 | 3E | 5C | 16 | 14 | 54 | 2B |
| Octal | 310 | 115 | 21 | 0 | 76 | 134 | 26 | 24 | 124 | 53 |
| Binary | 11001000 | 1001101 | 10001 | 0 | 111110 | 1011100 | 10110 | 10100 | 1010100 | 101011 |
Color Harmonies of #C84D11
Complementary color
Monochromatic Colors of #C84D11
Black with #C84D11
Text Example
Text Example
White with #C84D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D11; }
p { color: rgb(200,77,17); }
H1.HeaderClassName
{
color: #C84D11;
}
.AnyTagClassName
{
color: #C84D11;
}
</style>
background-color css
<style>
a { background-color: #C84D11; }
a { background-color: rgb(200,77,17); }
div.DivClassName
{
background-color: #C84D11;
}
.BgClassName
{
background-color: #C84D11;
}
</style>
border-color css
<style>
span { border-color: #C84D11; }
span { border-color: rgb(200,77,17); }
td.TdClassName
{
border-color: #C84D11;
}
.TagClassName
{
border-color: #C84D11;
}
</style>