Shades of Cardinal #BB2837
Tints of Cardinal #BB2837
RGB
CMYK
RGB Variations
Color information
#BB2837 (or 0xBB2837) is known color: Cardinal. HEX triplet: BB, 28 and 37. RGB value is (187,40,55). Sum of RGB (Red+Green+Blue) = 187+40+55=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2837 is #44D7C8. Grayscale: #555555. Windows color (decimal): -4511689 or 3614907. OLE color: 3614907.
HSL color Cylindrical-coordinate representation of color #BB2837: hue angle of 353.88º 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 #BB2837 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 55 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.27 |
| HSL | 353.88º | 0.65% | 0.45% | - |
| HSV(B) | 353.88º | 0.79% | 0.73% | - |
| XYZ | 21.94 | 12.36 | 4.84 | - |
| YUV | 85.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 55 | 0 | 0.79 | 0.71 | 0.27 | 353.88 | 0.65 | 0.45 |
| Hex | BB | 28 | 37 | 0 | 4F | 47 | 1B | 162 | 41 | 2D |
| Octal | 273 | 50 | 67 | 0 | 117 | 107 | 33 | 542 | 101 | 55 |
| Binary | 10111011 | 101000 | 110111 | 0 | 1001111 | 1000111 | 11011 | 101100010 | 1000001 | 101101 |
Color Harmonies of #BB2837
Complementary color
Monochromatic Colors of #BB2837
Black with #BB2837
Text Example
Text Example
White with #BB2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2837; }
p { color: rgb(187,40,55); }
H1.HeaderClassName
{
color: #BB2837;
}
.AnyTagClassName
{
color: #BB2837;
}
</style>
background-color css
<style>
a { background-color: #BB2837; }
a { background-color: rgb(187,40,55); }
div.DivClassName
{
background-color: #BB2837;
}
.BgClassName
{
background-color: #BB2837;
}
</style>
border-color css
<style>
span { border-color: #BB2837; }
span { border-color: rgb(187,40,55); }
td.TdClassName
{
border-color: #BB2837;
}
.TagClassName
{
border-color: #BB2837;
}
</style>