Shades of Rust #C84D18
Tints of Rust #C84D18
RGB
CMYK
RGB Variations
Color information
#C84D18 (or 0xC84D18) is known color: Rust. HEX triplet: C8, 4D and 18. RGB value is (200,77,24). Sum of RGB (Red+Green+Blue) = 200+77+24=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84D18 is #37B2E7. Grayscale: #6C6C6C. Windows color (decimal): -3650280 or 1592776. OLE color: 1592776.
HSL color Cylindrical-coordinate representation of color #C84D18: hue angle of 18.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C84D18 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 24 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.22 |
| HSL | 18.07º | 0.79% | 0.44% | - |
| HSV(B) | 18.07º | 0.88% | 0.78% | - |
| XYZ | 26.64 | 17.65 | 2.87 | - |
| YUV | 107.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 24 | 0 | 0.62 | 0.88 | 0.22 | 18.07 | 0.79 | 0.44 |
| Hex | C8 | 4D | 18 | 0 | 3E | 58 | 16 | 12 | 4F | 2C |
| Octal | 310 | 115 | 30 | 0 | 76 | 130 | 26 | 22 | 117 | 54 |
| Binary | 11001000 | 1001101 | 11000 | 0 | 111110 | 1011000 | 10110 | 10010 | 1001111 | 101100 |
Color Harmonies of #C84D18
Complementary color
Monochromatic Colors of #C84D18
Black with #C84D18
Text Example
Text Example
White with #C84D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D18; }
p { color: rgb(200,77,24); }
H1.HeaderClassName
{
color: #C84D18;
}
.AnyTagClassName
{
color: #C84D18;
}
</style>
background-color css
<style>
a { background-color: #C84D18; }
a { background-color: rgb(200,77,24); }
div.DivClassName
{
background-color: #C84D18;
}
.BgClassName
{
background-color: #C84D18;
}
</style>
border-color css
<style>
span { border-color: #C84D18; }
span { border-color: rgb(200,77,24); }
td.TdClassName
{
border-color: #C84D18;
}
.TagClassName
{
border-color: #C84D18;
}
</style>