Shades of Rust #C8440C
Tints of Rust #C8440C
RGB
CMYK
RGB Variations
Color information
#C8440C (or 0xC8440C) is known color: Rust. HEX triplet: C8, 44 and 0C. RGB value is (200,68,12). Sum of RGB (Red+Green+Blue) = 200+68+12=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8440C is #37BBF3. Grayscale: #656565. Windows color (decimal): -3652596 or 804040. OLE color: 804040.
HSL color Cylindrical-coordinate representation of color #C8440C: hue angle of 17.87º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8440C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 17.87º | 0.89% | 0.42% | - |
| HSV(B) | 17.87º | 0.94% | 0.78% | - |
| XYZ | 25.95 | 16.44 | 2.15 | - |
| YUV | 101.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 12 | 0 | 0.66 | 0.94 | 0.22 | 17.87 | 0.89 | 0.42 |
| Hex | C8 | 44 | C | 0 | 42 | 5E | 16 | 12 | 59 | 2A |
| Octal | 310 | 104 | 14 | 0 | 102 | 136 | 26 | 22 | 131 | 52 |
| Binary | 11001000 | 1000100 | 1100 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011001 | 101010 |
Color Harmonies of #C8440C
Complementary color
Monochromatic Colors of #C8440C
Black with #C8440C
Text Example
Text Example
White with #C8440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8440C; }
p { color: rgb(200,68,12); }
H1.HeaderClassName
{
color: #C8440C;
}
.AnyTagClassName
{
color: #C8440C;
}
</style>
background-color css
<style>
a { background-color: #C8440C; }
a { background-color: rgb(200,68,12); }
div.DivClassName
{
background-color: #C8440C;
}
.BgClassName
{
background-color: #C8440C;
}
</style>
border-color css
<style>
span { border-color: #C8440C; }
span { border-color: rgb(200,68,12); }
td.TdClassName
{
border-color: #C8440C;
}
.TagClassName
{
border-color: #C8440C;
}
</style>