Shades of Brick Red #BB4144
Tints of Brick Red #BB4144
RGB
CMYK
RGB Variations
Color information
#BB4144 (or 0xBB4144) is known color: Brick Red. HEX triplet: BB, 41 and 44. RGB value is (187,65,68). Sum of RGB (Red+Green+Blue) = 187+65+68=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4144 is #44BEBB. Grayscale: #656565. Windows color (decimal): -4505276 or 4473275. OLE color: 4473275.
HSL color Cylindrical-coordinate representation of color #BB4144: hue angle of 358.52º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4144 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 68 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.27 |
| HSL | 358.52º | 0.48% | 0.49% | - |
| HSV(B) | 358.52º | 0.65% | 0.73% | - |
| XYZ | 23.43 | 14.76 | 7.08 | - |
| YUV | 101.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 68 | 0 | 0.65 | 0.64 | 0.27 | 358.52 | 0.48 | 0.49 |
| Hex | BB | 41 | 44 | 0 | 41 | 40 | 1B | 167 | 30 | 31 |
| Octal | 273 | 101 | 104 | 0 | 101 | 100 | 33 | 547 | 60 | 61 |
| Binary | 10111011 | 1000001 | 1000100 | 0 | 1000001 | 1000000 | 11011 | 101100111 | 110000 | 110001 |
Color Harmonies of #BB4144
Complementary color
Monochromatic Colors of #BB4144
Black with #BB4144
Text Example
Text Example
White with #BB4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4144; }
p { color: rgb(187,65,68); }
H1.HeaderClassName
{
color: #BB4144;
}
.AnyTagClassName
{
color: #BB4144;
}
</style>
background-color css
<style>
a { background-color: #BB4144; }
a { background-color: rgb(187,65,68); }
div.DivClassName
{
background-color: #BB4144;
}
.BgClassName
{
background-color: #BB4144;
}
</style>
border-color css
<style>
span { border-color: #BB4144; }
span { border-color: rgb(187,65,68); }
td.TdClassName
{
border-color: #BB4144;
}
.TagClassName
{
border-color: #BB4144;
}
</style>