Shades of Cardinal #BB1B2C
Tints of Cardinal #BB1B2C
RGB
CMYK
RGB Variations
Color information
#BB1B2C (or 0xBB1B2C) is known color: Cardinal. HEX triplet: BB, 1B and 2C. RGB value is (187,27,44). Sum of RGB (Red+Green+Blue) = 187+27+44=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B2C is #44E4D3. Grayscale: #4C4C4C. Windows color (decimal): -4515028 or 2890683. OLE color: 2890683.
HSL color Cylindrical-coordinate representation of color #BB1B2C: hue angle of 353.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B2C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 44 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.27 |
| HSL | 353.63º | 0.75% | 0.42% | - |
| HSV(B) | 353.63º | 0.86% | 0.73% | - |
| XYZ | 21.34 | 11.53 | 3.48 | - |
| YUV | 76.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 44 | 0 | 0.86 | 0.76 | 0.27 | 353.63 | 0.75 | 0.42 |
| Hex | BB | 1B | 2C | 0 | 56 | 4C | 1B | 162 | 4B | 2A |
| Octal | 273 | 33 | 54 | 0 | 126 | 114 | 33 | 542 | 113 | 52 |
| Binary | 10111011 | 11011 | 101100 | 0 | 1010110 | 1001100 | 11011 | 101100010 | 1001011 | 101010 |
Color Harmonies of #BB1B2C
Complementary color
Monochromatic Colors of #BB1B2C
Black with #BB1B2C
Text Example
Text Example
White with #BB1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B2C; }
p { color: rgb(187,27,44); }
H1.HeaderClassName
{
color: #BB1B2C;
}
.AnyTagClassName
{
color: #BB1B2C;
}
</style>
background-color css
<style>
a { background-color: #BB1B2C; }
a { background-color: rgb(187,27,44); }
div.DivClassName
{
background-color: #BB1B2C;
}
.BgClassName
{
background-color: #BB1B2C;
}
</style>
border-color css
<style>
span { border-color: #BB1B2C; }
span { border-color: rgb(187,27,44); }
td.TdClassName
{
border-color: #BB1B2C;
}
.TagClassName
{
border-color: #BB1B2C;
}
</style>