Shades of Brick Red #BB4547
Tints of Brick Red #BB4547
RGB
CMYK
RGB Variations
Color information
#BB4547 (or 0xBB4547) is known color: Brick Red. HEX triplet: BB, 45 and 47. RGB value is (187,69,71). Sum of RGB (Red+Green+Blue) = 187+69+71=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4547 is #44BAB8. Grayscale: #686868. Windows color (decimal): -4504249 or 4670907. OLE color: 4670907.
HSL color Cylindrical-coordinate representation of color #BB4547: hue angle of 358.98º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4547 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 71 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.27 |
| HSL | 358.98º | 0.46% | 0.5% | - |
| HSV(B) | 358.98º | 0.63% | 0.73% | - |
| XYZ | 23.76 | 15.28 | 7.66 | - |
| YUV | 104.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 71 | 0 | 0.63 | 0.62 | 0.27 | 358.98 | 0.46 | 0.5 |
| Hex | BB | 45 | 47 | 0 | 3F | 3E | 1B | 167 | 2E | 32 |
| Octal | 273 | 105 | 107 | 0 | 77 | 76 | 33 | 547 | 56 | 62 |
| Binary | 10111011 | 1000101 | 1000111 | 0 | 111111 | 111110 | 11011 | 101100111 | 101110 | 110010 |
Color Harmonies of #BB4547
Complementary color
Monochromatic Colors of #BB4547
Black with #BB4547
Text Example
Text Example
White with #BB4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4547; }
p { color: rgb(187,69,71); }
H1.HeaderClassName
{
color: #BB4547;
}
.AnyTagClassName
{
color: #BB4547;
}
</style>
background-color css
<style>
a { background-color: #BB4547; }
a { background-color: rgb(187,69,71); }
div.DivClassName
{
background-color: #BB4547;
}
.BgClassName
{
background-color: #BB4547;
}
</style>
border-color css
<style>
span { border-color: #BB4547; }
span { border-color: rgb(187,69,71); }
td.TdClassName
{
border-color: #BB4547;
}
.TagClassName
{
border-color: #BB4547;
}
</style>