Shades of Cardinal #BB1547
Tints of Cardinal #BB1547
RGB
CMYK
RGB Variations
Color information
#BB1547 (or 0xBB1547) is known color: Cardinal. HEX triplet: BB, 15 and 47. RGB value is (187,21,71). Sum of RGB (Red+Green+Blue) = 187+21+71=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1547 is #44EAB8. Grayscale: #4C4C4C. Windows color (decimal): -4516537 or 4658619. OLE color: 4658619.
HSL color Cylindrical-coordinate representation of color #BB1547: hue angle of 341.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1547 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 71 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.27 |
| HSL | 341.93º | 0.8% | 0.41% | - |
| HSV(B) | 341.93º | 0.89% | 0.73% | - |
| XYZ | 21.9 | 11.56 | 7.04 | - |
| YUV | 76.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 71 | 0 | 0.89 | 0.62 | 0.27 | 341.93 | 0.8 | 0.41 |
| Hex | BB | 15 | 47 | 0 | 59 | 3E | 1B | 156 | 50 | 29 |
| Octal | 273 | 25 | 107 | 0 | 131 | 76 | 33 | 526 | 120 | 51 |
| Binary | 10111011 | 10101 | 1000111 | 0 | 1011001 | 111110 | 11011 | 101010110 | 1010000 | 101001 |
Color Harmonies of #BB1547
Complementary color
Monochromatic Colors of #BB1547
Black with #BB1547
Text Example
Text Example
White with #BB1547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1547; }
p { color: rgb(187,21,71); }
H1.HeaderClassName
{
color: #BB1547;
}
.AnyTagClassName
{
color: #BB1547;
}
</style>
background-color css
<style>
a { background-color: #BB1547; }
a { background-color: rgb(187,21,71); }
div.DivClassName
{
background-color: #BB1547;
}
.BgClassName
{
background-color: #BB1547;
}
</style>
border-color css
<style>
span { border-color: #BB1547; }
span { border-color: rgb(187,21,71); }
td.TdClassName
{
border-color: #BB1547;
}
.TagClassName
{
border-color: #BB1547;
}
</style>