Shades of Rust #C8440B
Tints of Rust #C8440B
RGB
CMYK
RGB Variations
Color information
#C8440B (or 0xC8440B) is known color: Rust. HEX triplet: C8, 44 and 0B. RGB value is (200,68,11). Sum of RGB (Red+Green+Blue) = 200+68+11=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8440B is #37BBF4. Grayscale: #656565. Windows color (decimal): -3652597 or 738504. OLE color: 738504.
HSL color Cylindrical-coordinate representation of color #C8440B: hue angle of 18.1º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8440B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.22 |
| HSL | 18.1º | 0.9% | 0.41% | - |
| HSV(B) | 18.1º | 0.95% | 0.78% | - |
| XYZ | 25.95 | 16.44 | 2.12 | - |
| YUV | 100.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 11 | 0 | 0.66 | 0.94 | 0.22 | 18.1 | 0.9 | 0.41 |
| Hex | C8 | 44 | B | 0 | 42 | 5E | 16 | 12 | 5A | 29 |
| Octal | 310 | 104 | 13 | 0 | 102 | 136 | 26 | 22 | 132 | 51 |
| Binary | 11001000 | 1000100 | 1011 | 0 | 1000010 | 1011110 | 10110 | 10010 | 1011010 | 101001 |
Color Harmonies of #C8440B
Complementary color
Monochromatic Colors of #C8440B
Black with #C8440B
Text Example
Text Example
White with #C8440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8440B; }
p { color: rgb(200,68,11); }
H1.HeaderClassName
{
color: #C8440B;
}
.AnyTagClassName
{
color: #C8440B;
}
</style>
background-color css
<style>
a { background-color: #C8440B; }
a { background-color: rgb(200,68,11); }
div.DivClassName
{
background-color: #C8440B;
}
.BgClassName
{
background-color: #C8440B;
}
</style>
border-color css
<style>
span { border-color: #C8440B; }
span { border-color: rgb(200,68,11); }
td.TdClassName
{
border-color: #C8440B;
}
.TagClassName
{
border-color: #C8440B;
}
</style>