Shades of Brick Red #BB313B
Tints of Brick Red #BB313B
RGB
CMYK
RGB Variations
Color information
#BB313B (or 0xBB313B) is known color: Brick Red. HEX triplet: BB, 31 and 3B. RGB value is (187,49,59). Sum of RGB (Red+Green+Blue) = 187+49+59=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB313B is #44CEC4. Grayscale: #5B5B5B. Windows color (decimal): -4509381 or 3879355. OLE color: 3879355.
HSL color Cylindrical-coordinate representation of color #BB313B: hue angle of 355.65º 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 #BB313B is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 59 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.27 |
| HSL | 355.65º | 0.58% | 0.46% | - |
| HSV(B) | 355.65º | 0.74% | 0.73% | - |
| XYZ | 22.38 | 13.08 | 5.48 | - |
| YUV | 91.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 59 | 0 | 0.74 | 0.68 | 0.27 | 355.65 | 0.58 | 0.46 |
| Hex | BB | 31 | 3B | 0 | 4A | 44 | 1B | 164 | 3A | 2E |
| Octal | 273 | 61 | 73 | 0 | 112 | 104 | 33 | 544 | 72 | 56 |
| Binary | 10111011 | 110001 | 111011 | 0 | 1001010 | 1000100 | 11011 | 101100100 | 111010 | 101110 |
Color Harmonies of #BB313B
Complementary color
Monochromatic Colors of #BB313B
Black with #BB313B
Text Example
Text Example
White with #BB313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB313B; }
p { color: rgb(187,49,59); }
H1.HeaderClassName
{
color: #BB313B;
}
.AnyTagClassName
{
color: #BB313B;
}
</style>
background-color css
<style>
a { background-color: #BB313B; }
a { background-color: rgb(187,49,59); }
div.DivClassName
{
background-color: #BB313B;
}
.BgClassName
{
background-color: #BB313B;
}
</style>
border-color css
<style>
span { border-color: #BB313B; }
span { border-color: rgb(187,49,59); }
td.TdClassName
{
border-color: #BB313B;
}
.TagClassName
{
border-color: #BB313B;
}
</style>