Shades of Rust #C84C11
Tints of Rust #C84C11
RGB
CMYK
RGB Variations
Color information
#C84C11 (or 0xC84C11) is known color: Rust. HEX triplet: C8, 4C and 11. RGB value is (200,76,17). Sum of RGB (Red+Green+Blue) = 200+76+17=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84C11 is #37B3EE. Grayscale: #6A6A6A. Windows color (decimal): -3650543 or 1133768. OLE color: 1133768.
HSL color Cylindrical-coordinate representation of color #C84C11: hue angle of 19.34º 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 #C84C11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.22 |
| HSL | 19.34º | 0.84% | 0.43% | - |
| HSV(B) | 19.34º | 0.92% | 0.78% | - |
| XYZ | 26.51 | 17.49 | 2.51 | - |
| YUV | 106.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 17 | 0 | 0.62 | 0.92 | 0.22 | 19.34 | 0.84 | 0.43 |
| Hex | C8 | 4C | 11 | 0 | 3E | 5C | 16 | 13 | 54 | 2B |
| Octal | 310 | 114 | 21 | 0 | 76 | 134 | 26 | 23 | 124 | 53 |
| Binary | 11001000 | 1001100 | 10001 | 0 | 111110 | 1011100 | 10110 | 10011 | 1010100 | 101011 |
Color Harmonies of #C84C11
Complementary color
Monochromatic Colors of #C84C11
Black with #C84C11
Text Example
Text Example
White with #C84C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C11; }
p { color: rgb(200,76,17); }
H1.HeaderClassName
{
color: #C84C11;
}
.AnyTagClassName
{
color: #C84C11;
}
</style>
background-color css
<style>
a { background-color: #C84C11; }
a { background-color: rgb(200,76,17); }
div.DivClassName
{
background-color: #C84C11;
}
.BgClassName
{
background-color: #C84C11;
}
</style>
border-color css
<style>
span { border-color: #C84C11; }
span { border-color: rgb(200,76,17); }
td.TdClassName
{
border-color: #C84C11;
}
.TagClassName
{
border-color: #C84C11;
}
</style>