Shades of Cardinal #BB1844
Tints of Cardinal #BB1844
RGB
CMYK
RGB Variations
Color information
#BB1844 (or 0xBB1844) is known color: Cardinal. HEX triplet: BB, 18 and 44. RGB value is (187,24,68). Sum of RGB (Red+Green+Blue) = 187+24+68=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1844 is #44E7BB. Grayscale: #4D4D4D. Windows color (decimal): -4515772 or 4462779. OLE color: 4462779.
HSL color Cylindrical-coordinate representation of color #BB1844: hue angle of 343.8º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1844 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 68 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.27 |
| HSL | 343.8º | 0.77% | 0.41% | - |
| HSV(B) | 343.8º | 0.87% | 0.73% | - |
| XYZ | 21.86 | 11.64 | 6.56 | - |
| YUV | 77.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 68 | 0 | 0.87 | 0.64 | 0.27 | 343.8 | 0.77 | 0.41 |
| Hex | BB | 18 | 44 | 0 | 57 | 40 | 1B | 158 | 4D | 29 |
| Octal | 273 | 30 | 104 | 0 | 127 | 100 | 33 | 530 | 115 | 51 |
| Binary | 10111011 | 11000 | 1000100 | 0 | 1010111 | 1000000 | 11011 | 101011000 | 1001101 | 101001 |
Color Harmonies of #BB1844
Complementary color
Monochromatic Colors of #BB1844
Black with #BB1844
Text Example
Text Example
White with #BB1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1844; }
p { color: rgb(187,24,68); }
H1.HeaderClassName
{
color: #BB1844;
}
.AnyTagClassName
{
color: #BB1844;
}
</style>
background-color css
<style>
a { background-color: #BB1844; }
a { background-color: rgb(187,24,68); }
div.DivClassName
{
background-color: #BB1844;
}
.BgClassName
{
background-color: #BB1844;
}
</style>
border-color css
<style>
span { border-color: #BB1844; }
span { border-color: rgb(187,24,68); }
td.TdClassName
{
border-color: #BB1844;
}
.TagClassName
{
border-color: #BB1844;
}
</style>