Shades of Cardinal #BB1647
Tints of Cardinal #BB1647
RGB
CMYK
RGB Variations
Color information
#BB1647 (or 0xBB1647) is known color: Cardinal. HEX triplet: BB, 16 and 47. RGB value is (187,22,71). Sum of RGB (Red+Green+Blue) = 187+22+71=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1647 is #44E9B8. Grayscale: #4C4C4C. Windows color (decimal): -4516281 or 4658875. OLE color: 4658875.
HSL color Cylindrical-coordinate representation of color #BB1647: hue angle of 342.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1647 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 71 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.27 |
| HSL | 342.18º | 0.79% | 0.41% | - |
| HSV(B) | 342.18º | 0.88% | 0.73% | - |
| XYZ | 21.92 | 11.59 | 7.04 | - |
| YUV | 76.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 71 | 0 | 0.88 | 0.62 | 0.27 | 342.18 | 0.79 | 0.41 |
| Hex | BB | 16 | 47 | 0 | 58 | 3E | 1B | 156 | 4F | 29 |
| Octal | 273 | 26 | 107 | 0 | 130 | 76 | 33 | 526 | 117 | 51 |
| Binary | 10111011 | 10110 | 1000111 | 0 | 1011000 | 111110 | 11011 | 101010110 | 1001111 | 101001 |
Color Harmonies of #BB1647
Complementary color
Monochromatic Colors of #BB1647
Black with #BB1647
Text Example
Text Example
White with #BB1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1647; }
p { color: rgb(187,22,71); }
H1.HeaderClassName
{
color: #BB1647;
}
.AnyTagClassName
{
color: #BB1647;
}
</style>
background-color css
<style>
a { background-color: #BB1647; }
a { background-color: rgb(187,22,71); }
div.DivClassName
{
background-color: #BB1647;
}
.BgClassName
{
background-color: #BB1647;
}
</style>
border-color css
<style>
span { border-color: #BB1647; }
span { border-color: rgb(187,22,71); }
td.TdClassName
{
border-color: #BB1647;
}
.TagClassName
{
border-color: #BB1647;
}
</style>