Shades of Brick Red #BB283F
Tints of Brick Red #BB283F
RGB
CMYK
RGB Variations
Color information
#BB283F (or 0xBB283F) is known color: Brick Red. HEX triplet: BB, 28 and 3F. RGB value is (187,40,63). Sum of RGB (Red+Green+Blue) = 187+40+63=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB283F is #44D7C0. Grayscale: #565656. Windows color (decimal): -4511681 or 4139195. OLE color: 4139195.
HSL color Cylindrical-coordinate representation of color #BB283F: hue angle of 350.61º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB283F is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 63 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.27 |
| HSL | 350.61º | 0.65% | 0.45% | - |
| HSV(B) | 350.61º | 0.79% | 0.73% | - |
| XYZ | 22.15 | 12.44 | 5.94 | - |
| YUV | 86.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 63 | 0 | 0.79 | 0.66 | 0.27 | 350.61 | 0.65 | 0.45 |
| Hex | BB | 28 | 3F | 0 | 4F | 42 | 1B | 15F | 41 | 2D |
| Octal | 273 | 50 | 77 | 0 | 117 | 102 | 33 | 537 | 101 | 55 |
| Binary | 10111011 | 101000 | 111111 | 0 | 1001111 | 1000010 | 11011 | 101011111 | 1000001 | 101101 |
Color Harmonies of #BB283F
Complementary color
Monochromatic Colors of #BB283F
Black with #BB283F
Text Example
Text Example
White with #BB283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB283F; }
p { color: rgb(187,40,63); }
H1.HeaderClassName
{
color: #BB283F;
}
.AnyTagClassName
{
color: #BB283F;
}
</style>
background-color css
<style>
a { background-color: #BB283F; }
a { background-color: rgb(187,40,63); }
div.DivClassName
{
background-color: #BB283F;
}
.BgClassName
{
background-color: #BB283F;
}
</style>
border-color css
<style>
span { border-color: #BB283F; }
span { border-color: rgb(187,40,63); }
td.TdClassName
{
border-color: #BB283F;
}
.TagClassName
{
border-color: #BB283F;
}
</style>