Shades of Brick Red #BB3240
Tints of Brick Red #BB3240
RGB
CMYK
RGB Variations
Color information
#BB3240 (or 0xBB3240) is known color: Brick Red. HEX triplet: BB, 32 and 40. RGB value is (187,50,64). Sum of RGB (Red+Green+Blue) = 187+50+64=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3240 is #44CDBF. Grayscale: #5C5C5C. Windows color (decimal): -4509120 or 4207291. OLE color: 4207291.
HSL color Cylindrical-coordinate representation of color #BB3240: hue angle of 353.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3240 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 64 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.27 |
| HSL | 353.87º | 0.58% | 0.46% | - |
| HSV(B) | 353.87º | 0.73% | 0.73% | - |
| XYZ | 22.56 | 13.22 | 6.21 | - |
| YUV | 92.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 64 | 0 | 0.73 | 0.66 | 0.27 | 353.87 | 0.58 | 0.46 |
| Hex | BB | 32 | 40 | 0 | 49 | 42 | 1B | 162 | 3A | 2E |
| Octal | 273 | 62 | 100 | 0 | 111 | 102 | 33 | 542 | 72 | 56 |
| Binary | 10111011 | 110010 | 1000000 | 0 | 1001001 | 1000010 | 11011 | 101100010 | 111010 | 101110 |
Color Harmonies of #BB3240
Complementary color
Monochromatic Colors of #BB3240
Black with #BB3240
Text Example
Text Example
White with #BB3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3240; }
p { color: rgb(187,50,64); }
H1.HeaderClassName
{
color: #BB3240;
}
.AnyTagClassName
{
color: #BB3240;
}
</style>
background-color css
<style>
a { background-color: #BB3240; }
a { background-color: rgb(187,50,64); }
div.DivClassName
{
background-color: #BB3240;
}
.BgClassName
{
background-color: #BB3240;
}
</style>
border-color css
<style>
span { border-color: #BB3240; }
span { border-color: rgb(187,50,64); }
td.TdClassName
{
border-color: #BB3240;
}
.TagClassName
{
border-color: #BB3240;
}
</style>