Shades of Cardinal #BB1636
Tints of Cardinal #BB1636
RGB
CMYK
RGB Variations
Color information
#BB1636 (or 0xBB1636) is known color: Cardinal. HEX triplet: BB, 16 and 36. RGB value is (187,22,54). Sum of RGB (Red+Green+Blue) = 187+22+54=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1636 is #44E9C9. Grayscale: #4B4B4B. Windows color (decimal): -4516298 or 3544763. OLE color: 3544763.
HSL color Cylindrical-coordinate representation of color #BB1636: hue angle of 348.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1636 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 54 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.27 |
| HSL | 348.36º | 0.79% | 0.41% | - |
| HSV(B) | 348.36º | 0.88% | 0.73% | - |
| XYZ | 21.45 | 11.4 | 4.56 | - |
| YUV | 74.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 54 | 0 | 0.88 | 0.71 | 0.27 | 348.36 | 0.79 | 0.41 |
| Hex | BB | 16 | 36 | 0 | 58 | 47 | 1B | 15C | 4F | 29 |
| Octal | 273 | 26 | 66 | 0 | 130 | 107 | 33 | 534 | 117 | 51 |
| Binary | 10111011 | 10110 | 110110 | 0 | 1011000 | 1000111 | 11011 | 101011100 | 1001111 | 101001 |
Color Harmonies of #BB1636
Complementary color
Monochromatic Colors of #BB1636
Black with #BB1636
Text Example
Text Example
White with #BB1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1636; }
p { color: rgb(187,22,54); }
H1.HeaderClassName
{
color: #BB1636;
}
.AnyTagClassName
{
color: #BB1636;
}
</style>
background-color css
<style>
a { background-color: #BB1636; }
a { background-color: rgb(187,22,54); }
div.DivClassName
{
background-color: #BB1636;
}
.BgClassName
{
background-color: #BB1636;
}
</style>
border-color css
<style>
span { border-color: #BB1636; }
span { border-color: rgb(187,22,54); }
td.TdClassName
{
border-color: #BB1636;
}
.TagClassName
{
border-color: #BB1636;
}
</style>