Shades of Brick Red #BB4447
Tints of Brick Red #BB4447
RGB
CMYK
RGB Variations
Color information
#BB4447 (or 0xBB4447) is known color: Brick Red. HEX triplet: BB, 44 and 47. RGB value is (187,68,71). Sum of RGB (Red+Green+Blue) = 187+68+71=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4447 is #44BBB8. Grayscale: #686868. Windows color (decimal): -4504505 or 4670651. OLE color: 4670651.
HSL color Cylindrical-coordinate representation of color #BB4447: hue angle of 358.49º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4447 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 71 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.27 |
| HSL | 358.49º | 0.47% | 0.5% | - |
| HSV(B) | 358.49º | 0.64% | 0.73% | - |
| XYZ | 23.7 | 15.15 | 7.64 | - |
| YUV | 103.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 71 | 0 | 0.64 | 0.62 | 0.27 | 358.49 | 0.47 | 0.5 |
| Hex | BB | 44 | 47 | 0 | 40 | 3E | 1B | 166 | 2F | 32 |
| Octal | 273 | 104 | 107 | 0 | 100 | 76 | 33 | 546 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1000111 | 0 | 1000000 | 111110 | 11011 | 101100110 | 101111 | 110010 |
Color Harmonies of #BB4447
Complementary color
Monochromatic Colors of #BB4447
Black with #BB4447
Text Example
Text Example
White with #BB4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4447; }
p { color: rgb(187,68,71); }
H1.HeaderClassName
{
color: #BB4447;
}
.AnyTagClassName
{
color: #BB4447;
}
</style>
background-color css
<style>
a { background-color: #BB4447; }
a { background-color: rgb(187,68,71); }
div.DivClassName
{
background-color: #BB4447;
}
.BgClassName
{
background-color: #BB4447;
}
</style>
border-color css
<style>
span { border-color: #BB4447; }
span { border-color: rgb(187,68,71); }
td.TdClassName
{
border-color: #BB4447;
}
.TagClassName
{
border-color: #BB4447;
}
</style>