Shades of Brick Red #BB3143
Tints of Brick Red #BB3143
RGB
CMYK
RGB Variations
Color information
#BB3143 (or 0xBB3143) is known color: Brick Red. HEX triplet: BB, 31 and 43. RGB value is (187,49,67). Sum of RGB (Red+Green+Blue) = 187+49+67=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3143 is #44CEBC. Grayscale: #5C5C5C. Windows color (decimal): -4509373 or 4403643. OLE color: 4403643.
HSL color Cylindrical-coordinate representation of color #BB3143: hue angle of 352.17º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3143 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 67 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.27 |
| HSL | 352.17º | 0.58% | 0.46% | - |
| HSV(B) | 352.17º | 0.74% | 0.73% | - |
| XYZ | 22.6 | 13.17 | 6.66 | - |
| YUV | 92.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 67 | 0 | 0.74 | 0.64 | 0.27 | 352.17 | 0.58 | 0.46 |
| Hex | BB | 31 | 43 | 0 | 4A | 40 | 1B | 160 | 3A | 2E |
| Octal | 273 | 61 | 103 | 0 | 112 | 100 | 33 | 540 | 72 | 56 |
| Binary | 10111011 | 110001 | 1000011 | 0 | 1001010 | 1000000 | 11011 | 101100000 | 111010 | 101110 |
Color Harmonies of #BB3143
Complementary color
Monochromatic Colors of #BB3143
Black with #BB3143
Text Example
Text Example
White with #BB3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3143; }
p { color: rgb(187,49,67); }
H1.HeaderClassName
{
color: #BB3143;
}
.AnyTagClassName
{
color: #BB3143;
}
</style>
background-color css
<style>
a { background-color: #BB3143; }
a { background-color: rgb(187,49,67); }
div.DivClassName
{
background-color: #BB3143;
}
.BgClassName
{
background-color: #BB3143;
}
</style>
border-color css
<style>
span { border-color: #BB3143; }
span { border-color: rgb(187,49,67); }
td.TdClassName
{
border-color: #BB3143;
}
.TagClassName
{
border-color: #BB3143;
}
</style>