Shades of Cardinal #BB1443
Tints of Cardinal #BB1443
RGB
CMYK
RGB Variations
Color information
#BB1443 (or 0xBB1443) is known color: Cardinal. HEX triplet: BB, 14 and 43. RGB value is (187,20,67). Sum of RGB (Red+Green+Blue) = 187+20+67=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1443 is #44EBBC. Grayscale: #4B4B4B. Windows color (decimal): -4516797 or 4396219. OLE color: 4396219.
HSL color Cylindrical-coordinate representation of color #BB1443: hue angle of 343.11º 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 #BB1443 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 67 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.27 |
| HSL | 343.11º | 0.81% | 0.41% | - |
| HSV(B) | 343.11º | 0.89% | 0.73% | - |
| XYZ | 21.76 | 11.47 | 6.38 | - |
| YUV | 75.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 67 | 0 | 0.89 | 0.64 | 0.27 | 343.11 | 0.81 | 0.41 |
| Hex | BB | 14 | 43 | 0 | 59 | 40 | 1B | 157 | 51 | 29 |
| Octal | 273 | 24 | 103 | 0 | 131 | 100 | 33 | 527 | 121 | 51 |
| Binary | 10111011 | 10100 | 1000011 | 0 | 1011001 | 1000000 | 11011 | 101010111 | 1010001 | 101001 |
Color Harmonies of #BB1443
Complementary color
Monochromatic Colors of #BB1443
Black with #BB1443
Text Example
Text Example
White with #BB1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1443; }
p { color: rgb(187,20,67); }
H1.HeaderClassName
{
color: #BB1443;
}
.AnyTagClassName
{
color: #BB1443;
}
</style>
background-color css
<style>
a { background-color: #BB1443; }
a { background-color: rgb(187,20,67); }
div.DivClassName
{
background-color: #BB1443;
}
.BgClassName
{
background-color: #BB1443;
}
</style>
border-color css
<style>
span { border-color: #BB1443; }
span { border-color: rgb(187,20,67); }
td.TdClassName
{
border-color: #BB1443;
}
.TagClassName
{
border-color: #BB1443;
}
</style>