Shades of Brick Red #BB273F
Tints of Brick Red #BB273F
RGB
CMYK
RGB Variations
Color information
#BB273F (or 0xBB273F) is known color: Brick Red. HEX triplet: BB, 27 and 3F. RGB value is (187,39,63). Sum of RGB (Red+Green+Blue) = 187+39+63=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB273F is #44D8C0. Grayscale: #565656. Windows color (decimal): -4511937 or 4138939. OLE color: 4138939.
HSL color Cylindrical-coordinate representation of color #BB273F: hue angle of 350.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB273F is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 63 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.27 |
| HSL | 350.27º | 0.65% | 0.44% | - |
| HSV(B) | 350.27º | 0.79% | 0.73% | - |
| XYZ | 22.12 | 12.37 | 5.93 | - |
| YUV | 85.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 63 | 0 | 0.79 | 0.66 | 0.27 | 350.27 | 0.65 | 0.44 |
| Hex | BB | 27 | 3F | 0 | 4F | 42 | 1B | 15E | 41 | 2C |
| Octal | 273 | 47 | 77 | 0 | 117 | 102 | 33 | 536 | 101 | 54 |
| Binary | 10111011 | 100111 | 111111 | 0 | 1001111 | 1000010 | 11011 | 101011110 | 1000001 | 101100 |
Color Harmonies of #BB273F
Complementary color
Monochromatic Colors of #BB273F
Black with #BB273F
Text Example
Text Example
White with #BB273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB273F; }
p { color: rgb(187,39,63); }
H1.HeaderClassName
{
color: #BB273F;
}
.AnyTagClassName
{
color: #BB273F;
}
</style>
background-color css
<style>
a { background-color: #BB273F; }
a { background-color: rgb(187,39,63); }
div.DivClassName
{
background-color: #BB273F;
}
.BgClassName
{
background-color: #BB273F;
}
</style>
border-color css
<style>
span { border-color: #BB273F; }
span { border-color: rgb(187,39,63); }
td.TdClassName
{
border-color: #BB273F;
}
.TagClassName
{
border-color: #BB273F;
}
</style>