Shades of Rust #B8440B
Tints of Rust #B8440B
RGB
CMYK
RGB Variations
Color information
#B8440B (or 0xB8440B) is known color: Rust. HEX triplet: B8, 44 and 0B. RGB value is (184,68,11). Sum of RGB (Red+Green+Blue) = 184+68+11=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8440B is #47BBF4. Grayscale: #606060. Windows color (decimal): -4701173 or 738488. OLE color: 738488.
HSL color Cylindrical-coordinate representation of color #B8440B: hue angle of 19.77º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8440B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.28 |
| HSL | 19.77º | 0.89% | 0.38% | - |
| HSV(B) | 19.77º | 0.94% | 0.72% | - |
| XYZ | 21.89 | 14.35 | 1.93 | - |
| YUV | 96.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 11 | 0 | 0.63 | 0.94 | 0.28 | 19.77 | 0.89 | 0.38 |
| Hex | B8 | 44 | B | 0 | 3F | 5E | 1C | 14 | 59 | 26 |
| Octal | 270 | 104 | 13 | 0 | 77 | 136 | 34 | 24 | 131 | 46 |
| Binary | 10111000 | 1000100 | 1011 | 0 | 111111 | 1011110 | 11100 | 10100 | 1011001 | 100110 |
Color Harmonies of #B8440B
Complementary color
Monochromatic Colors of #B8440B
Black with #B8440B
Text Example
Text Example
White with #B8440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8440B; }
p { color: rgb(184,68,11); }
H1.HeaderClassName
{
color: #B8440B;
}
.AnyTagClassName
{
color: #B8440B;
}
</style>
background-color css
<style>
a { background-color: #B8440B; }
a { background-color: rgb(184,68,11); }
div.DivClassName
{
background-color: #B8440B;
}
.BgClassName
{
background-color: #B8440B;
}
</style>
border-color css
<style>
span { border-color: #B8440B; }
span { border-color: rgb(184,68,11); }
td.TdClassName
{
border-color: #B8440B;
}
.TagClassName
{
border-color: #B8440B;
}
</style>