Shades of Brick Red #BB303F
Tints of Brick Red #BB303F
RGB
CMYK
RGB Variations
Color information
#BB303F (or 0xBB303F) is known color: Brick Red. HEX triplet: BB, 30 and 3F. RGB value is (187,48,63). Sum of RGB (Red+Green+Blue) = 187+48+63=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB303F is #44CFC0. Grayscale: #5B5B5B. Windows color (decimal): -4509633 or 4141243. OLE color: 4141243.
HSL color Cylindrical-coordinate representation of color #BB303F: hue angle of 353.53º degrees, saturation: 0.59, 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 #BB303F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 63 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.27 |
| HSL | 353.53º | 0.59% | 0.46% | - |
| HSV(B) | 353.53º | 0.74% | 0.73% | - |
| XYZ | 22.45 | 13.04 | 6.04 | - |
| YUV | 91.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 63 | 0 | 0.74 | 0.66 | 0.27 | 353.53 | 0.59 | 0.46 |
| Hex | BB | 30 | 3F | 0 | 4A | 42 | 1B | 162 | 3B | 2E |
| Octal | 273 | 60 | 77 | 0 | 112 | 102 | 33 | 542 | 73 | 56 |
| Binary | 10111011 | 110000 | 111111 | 0 | 1001010 | 1000010 | 11011 | 101100010 | 111011 | 101110 |
Color Harmonies of #BB303F
Complementary color
Monochromatic Colors of #BB303F
Black with #BB303F
Text Example
Text Example
White with #BB303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB303F; }
p { color: rgb(187,48,63); }
H1.HeaderClassName
{
color: #BB303F;
}
.AnyTagClassName
{
color: #BB303F;
}
</style>
background-color css
<style>
a { background-color: #BB303F; }
a { background-color: rgb(187,48,63); }
div.DivClassName
{
background-color: #BB303F;
}
.BgClassName
{
background-color: #BB303F;
}
</style>
border-color css
<style>
span { border-color: #BB303F; }
span { border-color: rgb(187,48,63); }
td.TdClassName
{
border-color: #BB303F;
}
.TagClassName
{
border-color: #BB303F;
}
</style>