Shades of Rust #C84819
Tints of Rust #C84819
RGB
CMYK
RGB Variations
Color information
#C84819 (or 0xC84819) is known color: Rust. HEX triplet: C8, 48 and 19. RGB value is (200,72,25). Sum of RGB (Red+Green+Blue) = 200+72+25=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C84819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84819 is #37B7E6. Grayscale: #696969. Windows color (decimal): -3651559 or 1657032. OLE color: 1657032.
HSL color Cylindrical-coordinate representation of color #C84819: hue angle of 16.11º 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 #C84819 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 25 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.22 |
| HSL | 16.11º | 0.78% | 0.44% | - |
| HSV(B) | 16.11º | 0.88% | 0.78% | - |
| XYZ | 26.31 | 16.98 | 2.81 | - |
| YUV | 104.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 25 | 0 | 0.64 | 0.88 | 0.22 | 16.11 | 0.78 | 0.44 |
| Hex | C8 | 48 | 19 | 0 | 40 | 58 | 16 | 10 | 4E | 2C |
| Octal | 310 | 110 | 31 | 0 | 100 | 130 | 26 | 20 | 116 | 54 |
| Binary | 11001000 | 1001000 | 11001 | 0 | 1000000 | 1011000 | 10110 | 10000 | 1001110 | 101100 |
Color Harmonies of #C84819
Complementary color
Monochromatic Colors of #C84819
Black with #C84819
Text Example
Text Example
White with #C84819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84819; }
p { color: rgb(200,72,25); }
H1.HeaderClassName
{
color: #C84819;
}
.AnyTagClassName
{
color: #C84819;
}
</style>
background-color css
<style>
a { background-color: #C84819; }
a { background-color: rgb(200,72,25); }
div.DivClassName
{
background-color: #C84819;
}
.BgClassName
{
background-color: #C84819;
}
</style>
border-color css
<style>
span { border-color: #C84819; }
span { border-color: rgb(200,72,25); }
td.TdClassName
{
border-color: #C84819;
}
.TagClassName
{
border-color: #C84819;
}
</style>