Shades of Brick Red #BB313F
Tints of Brick Red #BB313F
RGB
CMYK
RGB Variations
Color information
#BB313F (or 0xBB313F) is known color: Brick Red. HEX triplet: BB, 31 and 3F. RGB value is (187,49,63). Sum of RGB (Red+Green+Blue) = 187+49+63=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB313F is #44CEC0. Grayscale: #5B5B5B. Windows color (decimal): -4509377 or 4141499. OLE color: 4141499.
HSL color Cylindrical-coordinate representation of color #BB313F: hue angle of 353.91º 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 #BB313F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 63 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.27 |
| HSL | 353.91º | 0.58% | 0.46% | - |
| HSV(B) | 353.91º | 0.74% | 0.73% | - |
| XYZ | 22.49 | 13.12 | 6.05 | - |
| YUV | 91.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 63 | 0 | 0.74 | 0.66 | 0.27 | 353.91 | 0.58 | 0.46 |
| Hex | BB | 31 | 3F | 0 | 4A | 42 | 1B | 162 | 3A | 2E |
| Octal | 273 | 61 | 77 | 0 | 112 | 102 | 33 | 542 | 72 | 56 |
| Binary | 10111011 | 110001 | 111111 | 0 | 1001010 | 1000010 | 11011 | 101100010 | 111010 | 101110 |
Color Harmonies of #BB313F
Complementary color
Monochromatic Colors of #BB313F
Black with #BB313F
Text Example
Text Example
White with #BB313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB313F; }
p { color: rgb(187,49,63); }
H1.HeaderClassName
{
color: #BB313F;
}
.AnyTagClassName
{
color: #BB313F;
}
</style>
background-color css
<style>
a { background-color: #BB313F; }
a { background-color: rgb(187,49,63); }
div.DivClassName
{
background-color: #BB313F;
}
.BgClassName
{
background-color: #BB313F;
}
</style>
border-color css
<style>
span { border-color: #BB313F; }
span { border-color: rgb(187,49,63); }
td.TdClassName
{
border-color: #BB313F;
}
.TagClassName
{
border-color: #BB313F;
}
</style>