Shades of Rust #C8440D
Tints of Rust #C8440D
RGB
CMYK
RGB Variations
Color information
#C8440D (or 0xC8440D) is known color: Rust. HEX triplet: C8, 44 and 0D. RGB value is (200,68,13). Sum of RGB (Red+Green+Blue) = 200+68+13=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8440D is #37BBF2. Grayscale: #656565. Windows color (decimal): -3652595 or 869576. OLE color: 869576.
HSL color Cylindrical-coordinate representation of color #C8440D: hue angle of 17.65º degrees, saturation: 0.88, 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 #C8440D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 17.65º | 0.88% | 0.42% | - |
| HSV(B) | 17.65º | 0.94% | 0.78% | - |
| XYZ | 25.96 | 16.44 | 2.19 | - |
| YUV | 101.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 13 | 0 | 0.66 | 0.94 | 0.22 | 17.65 | 0.88 | 0.42 |
| Hex | C8 | 44 | D | 0 | 42 | 5E | 16 | 12 | 58 | 2A |
| Octal | 310 | 104 | 15 | 0 | 102 | 136 | 26 | 22 | 130 | 52 |
| Binary | 11001000 | 1000100 | 1101 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011000 | 101010 |
Color Harmonies of #C8440D
Complementary color
Monochromatic Colors of #C8440D
Black with #C8440D
Text Example
Text Example
White with #C8440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8440D; }
p { color: rgb(200,68,13); }
H1.HeaderClassName
{
color: #C8440D;
}
.AnyTagClassName
{
color: #C8440D;
}
</style>
background-color css
<style>
a { background-color: #C8440D; }
a { background-color: rgb(200,68,13); }
div.DivClassName
{
background-color: #C8440D;
}
.BgClassName
{
background-color: #C8440D;
}
</style>
border-color css
<style>
span { border-color: #C8440D; }
span { border-color: rgb(200,68,13); }
td.TdClassName
{
border-color: #C8440D;
}
.TagClassName
{
border-color: #C8440D;
}
</style>