Shades of Cardinal #BB1440
Tints of Cardinal #BB1440
RGB
CMYK
RGB Variations
Color information
#BB1440 (or 0xBB1440) is known color: Cardinal. HEX triplet: BB, 14 and 40. RGB value is (187,20,64). Sum of RGB (Red+Green+Blue) = 187+20+64=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1440 is #44EBBF. Grayscale: #4A4A4A. Windows color (decimal): -4516800 or 4199611. OLE color: 4199611.
HSL color Cylindrical-coordinate representation of color #BB1440: hue angle of 344.19º 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 #BB1440 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 64 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.27 |
| HSL | 344.19º | 0.81% | 0.41% | - |
| HSV(B) | 344.19º | 0.89% | 0.73% | - |
| XYZ | 21.67 | 11.44 | 5.92 | - |
| YUV | 74.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 64 | 0 | 0.89 | 0.66 | 0.27 | 344.19 | 0.81 | 0.41 |
| Hex | BB | 14 | 40 | 0 | 59 | 42 | 1B | 158 | 51 | 29 |
| Octal | 273 | 24 | 100 | 0 | 131 | 102 | 33 | 530 | 121 | 51 |
| Binary | 10111011 | 10100 | 1000000 | 0 | 1011001 | 1000010 | 11011 | 101011000 | 1010001 | 101001 |
Color Harmonies of #BB1440
Complementary color
Monochromatic Colors of #BB1440
Black with #BB1440
Text Example
Text Example
White with #BB1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1440; }
p { color: rgb(187,20,64); }
H1.HeaderClassName
{
color: #BB1440;
}
.AnyTagClassName
{
color: #BB1440;
}
</style>
background-color css
<style>
a { background-color: #BB1440; }
a { background-color: rgb(187,20,64); }
div.DivClassName
{
background-color: #BB1440;
}
.BgClassName
{
background-color: #BB1440;
}
</style>
border-color css
<style>
span { border-color: #BB1440; }
span { border-color: rgb(187,20,64); }
td.TdClassName
{
border-color: #BB1440;
}
.TagClassName
{
border-color: #BB1440;
}
</style>