Shades of Rust #C84913
Tints of Rust #C84913
RGB
CMYK
RGB Variations
Color information
#C84913 (or 0xC84913) is known color: Rust. HEX triplet: C8, 49 and 13. RGB value is (200,73,19). Sum of RGB (Red+Green+Blue) = 200+73+19=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84913 is #37B6EC. Grayscale: #696969. Windows color (decimal): -3651309 or 1264072. OLE color: 1264072.
HSL color Cylindrical-coordinate representation of color #C84913: hue angle of 17.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C84913 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.22 |
| HSL | 17.9º | 0.83% | 0.43% | - |
| HSV(B) | 17.9º | 0.91% | 0.78% | - |
| XYZ | 26.32 | 17.09 | 2.53 | - |
| YUV | 104.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 19 | 0 | 0.64 | 0.90 | 0.22 | 17.9 | 0.83 | 0.43 |
| Hex | C8 | 49 | 13 | 0 | 40 | 5A | 16 | 12 | 53 | 2B |
| Octal | 310 | 111 | 23 | 0 | 100 | 132 | 26 | 22 | 123 | 53 |
| Binary | 11001000 | 1001001 | 10011 | 0 | 1000000 | 1011010 | 10110 | 10010 | 1010011 | 101011 |
Color Harmonies of #C84913
Complementary color
Monochromatic Colors of #C84913
Black with #C84913
Text Example
Text Example
White with #C84913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84913; }
p { color: rgb(200,73,19); }
H1.HeaderClassName
{
color: #C84913;
}
.AnyTagClassName
{
color: #C84913;
}
</style>
background-color css
<style>
a { background-color: #C84913; }
a { background-color: rgb(200,73,19); }
div.DivClassName
{
background-color: #C84913;
}
.BgClassName
{
background-color: #C84913;
}
</style>
border-color css
<style>
span { border-color: #C84913; }
span { border-color: rgb(200,73,19); }
td.TdClassName
{
border-color: #C84913;
}
.TagClassName
{
border-color: #C84913;
}
</style>