Shades of Rust #C84D19
Tints of Rust #C84D19
RGB
CMYK
RGB Variations
Color information
#C84D19 (or 0xC84D19) is known color: Rust. HEX triplet: C8, 4D and 19. RGB value is (200,77,25). Sum of RGB (Red+Green+Blue) = 200+77+25=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84D19 is #37B2E6. Grayscale: #6C6C6C. Windows color (decimal): -3650279 or 1658312. OLE color: 1658312.
HSL color Cylindrical-coordinate representation of color #C84D19: hue angle of 17.83º degrees, saturation: 0.78, 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 #C84D19 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 25 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.22 |
| HSL | 17.83º | 0.78% | 0.44% | - |
| HSV(B) | 17.83º | 0.88% | 0.78% | - |
| XYZ | 26.65 | 17.66 | 2.92 | - |
| YUV | 107.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 25 | 0 | 0.62 | 0.88 | 0.22 | 17.83 | 0.78 | 0.44 |
| Hex | C8 | 4D | 19 | 0 | 3E | 58 | 16 | 12 | 4E | 2C |
| Octal | 310 | 115 | 31 | 0 | 76 | 130 | 26 | 22 | 116 | 54 |
| Binary | 11001000 | 1001101 | 11001 | 0 | 111110 | 1011000 | 10110 | 10010 | 1001110 | 101100 |
Color Harmonies of #C84D19
Complementary color
Monochromatic Colors of #C84D19
Black with #C84D19
Text Example
Text Example
White with #C84D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D19; }
p { color: rgb(200,77,25); }
H1.HeaderClassName
{
color: #C84D19;
}
.AnyTagClassName
{
color: #C84D19;
}
</style>
background-color css
<style>
a { background-color: #C84D19; }
a { background-color: rgb(200,77,25); }
div.DivClassName
{
background-color: #C84D19;
}
.BgClassName
{
background-color: #C84D19;
}
</style>
border-color css
<style>
span { border-color: #C84D19; }
span { border-color: rgb(200,77,25); }
td.TdClassName
{
border-color: #C84D19;
}
.TagClassName
{
border-color: #C84D19;
}
</style>