Shades of Rust #BB4E1D
Tints of Rust #BB4E1D
RGB
CMYK
RGB Variations
Color information
#BB4E1D (or 0xBB4E1D) is known color: Rust. HEX triplet: BB, 4E and 1D. RGB value is (187,78,29). Sum of RGB (Red+Green+Blue) = 187+78+29=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E1D is #44B1E2. Grayscale: #696969. Windows color (decimal): -4501987 or 1920699. OLE color: 1920699.
HSL color Cylindrical-coordinate representation of color #BB4E1D: hue angle of 18.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB4E1D is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 29 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.27 |
| HSL | 18.61º | 0.73% | 0.42% | - |
| HSV(B) | 18.61º | 0.84% | 0.73% | - |
| XYZ | 23.44 | 16.1 | 3.04 | - |
| YUV | 105.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 29 | 0 | 0.58 | 0.84 | 0.27 | 18.61 | 0.73 | 0.42 |
| Hex | BB | 4E | 1D | 0 | 3A | 54 | 1B | 13 | 49 | 2A |
| Octal | 273 | 116 | 35 | 0 | 72 | 124 | 33 | 23 | 111 | 52 |
| Binary | 10111011 | 1001110 | 11101 | 0 | 111010 | 1010100 | 11011 | 10011 | 1001001 | 101010 |
Color Harmonies of #BB4E1D
Complementary color
Monochromatic Colors of #BB4E1D
Black with #BB4E1D
Text Example
Text Example
White with #BB4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E1D; }
p { color: rgb(187,78,29); }
H1.HeaderClassName
{
color: #BB4E1D;
}
.AnyTagClassName
{
color: #BB4E1D;
}
</style>
background-color css
<style>
a { background-color: #BB4E1D; }
a { background-color: rgb(187,78,29); }
div.DivClassName
{
background-color: #BB4E1D;
}
.BgClassName
{
background-color: #BB4E1D;
}
</style>
border-color css
<style>
span { border-color: #BB4E1D; }
span { border-color: rgb(187,78,29); }
td.TdClassName
{
border-color: #BB4E1D;
}
.TagClassName
{
border-color: #BB4E1D;
}
</style>