Shades of Cardinal #BB1446
Tints of Cardinal #BB1446
RGB
CMYK
RGB Variations
Color information
#BB1446 (or 0xBB1446) is known color: Cardinal. HEX triplet: BB, 14 and 46. RGB value is (187,20,70). Sum of RGB (Red+Green+Blue) = 187+20+70=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1446 is #44EBB9. Grayscale: #4B4B4B. Windows color (decimal): -4516794 or 4592827. OLE color: 4592827.
HSL color Cylindrical-coordinate representation of color #BB1446: hue angle of 342.04º degrees, saturation: 0.81, 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 #BB1446 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 70 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.27 |
| HSL | 342.04º | 0.81% | 0.41% | - |
| HSV(B) | 342.04º | 0.89% | 0.73% | - |
| XYZ | 21.85 | 11.51 | 6.86 | - |
| YUV | 75.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 70 | 0 | 0.89 | 0.63 | 0.27 | 342.04 | 0.81 | 0.41 |
| Hex | BB | 14 | 46 | 0 | 59 | 3F | 1B | 156 | 51 | 29 |
| Octal | 273 | 24 | 106 | 0 | 131 | 77 | 33 | 526 | 121 | 51 |
| Binary | 10111011 | 10100 | 1000110 | 0 | 1011001 | 111111 | 11011 | 101010110 | 1010001 | 101001 |
Color Harmonies of #BB1446
Complementary color
Monochromatic Colors of #BB1446
Black with #BB1446
Text Example
Text Example
White with #BB1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1446; }
p { color: rgb(187,20,70); }
H1.HeaderClassName
{
color: #BB1446;
}
.AnyTagClassName
{
color: #BB1446;
}
</style>
background-color css
<style>
a { background-color: #BB1446; }
a { background-color: rgb(187,20,70); }
div.DivClassName
{
background-color: #BB1446;
}
.BgClassName
{
background-color: #BB1446;
}
</style>
border-color css
<style>
span { border-color: #BB1446; }
span { border-color: rgb(187,20,70); }
td.TdClassName
{
border-color: #BB1446;
}
.TagClassName
{
border-color: #BB1446;
}
</style>