Shades of Brick Red #BB3F46
Tints of Brick Red #BB3F46
RGB
CMYK
RGB Variations
Color information
#BB3F46 (or 0xBB3F46) is known color: Brick Red. HEX triplet: BB, 3F and 46. RGB value is (187,63,70). Sum of RGB (Red+Green+Blue) = 187+63+70=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F46 is #44C0B9. Grayscale: #646464. Windows color (decimal): -4505786 or 4603835. OLE color: 4603835.
HSL color Cylindrical-coordinate representation of color #BB3F46: hue angle of 356.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F46 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 70 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.27 |
| HSL | 356.61º | 0.5% | 0.49% | - |
| HSV(B) | 356.61º | 0.66% | 0.73% | - |
| XYZ | 23.38 | 14.56 | 7.37 | - |
| YUV | 100.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 70 | 0 | 0.66 | 0.63 | 0.27 | 356.61 | 0.5 | 0.49 |
| Hex | BB | 3F | 46 | 0 | 42 | 3F | 1B | 165 | 32 | 31 |
| Octal | 273 | 77 | 106 | 0 | 102 | 77 | 33 | 545 | 62 | 61 |
| Binary | 10111011 | 111111 | 1000110 | 0 | 1000010 | 111111 | 11011 | 101100101 | 110010 | 110001 |
Color Harmonies of #BB3F46
Complementary color
Monochromatic Colors of #BB3F46
Black with #BB3F46
Text Example
Text Example
White with #BB3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F46; }
p { color: rgb(187,63,70); }
H1.HeaderClassName
{
color: #BB3F46;
}
.AnyTagClassName
{
color: #BB3F46;
}
</style>
background-color css
<style>
a { background-color: #BB3F46; }
a { background-color: rgb(187,63,70); }
div.DivClassName
{
background-color: #BB3F46;
}
.BgClassName
{
background-color: #BB3F46;
}
</style>
border-color css
<style>
span { border-color: #BB3F46; }
span { border-color: rgb(187,63,70); }
td.TdClassName
{
border-color: #BB3F46;
}
.TagClassName
{
border-color: #BB3F46;
}
</style>