Shades of Cardinal #BB132C
Tints of Cardinal #BB132C
RGB
CMYK
RGB Variations
Color information
#BB132C (or 0xBB132C) is known color: Cardinal. HEX triplet: BB, 13 and 2C. RGB value is (187,19,44). Sum of RGB (Red+Green+Blue) = 187+19+44=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB132C is #44ECD3. Grayscale: #484848. Windows color (decimal): -4517076 or 2888635. OLE color: 2888635.
HSL color Cylindrical-coordinate representation of color #BB132C: hue angle of 351.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB132C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 44 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.27 |
| HSL | 351.07º | 0.82% | 0.4% | - |
| HSV(B) | 351.07º | 0.9% | 0.73% | - |
| XYZ | 21.18 | 11.21 | 3.43 | - |
| YUV | 72.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 44 | 0 | 0.90 | 0.76 | 0.27 | 351.07 | 0.82 | 0.4 |
| Hex | BB | 13 | 2C | 0 | 5A | 4C | 1B | 15F | 52 | 28 |
| Octal | 273 | 23 | 54 | 0 | 132 | 114 | 33 | 537 | 122 | 50 |
| Binary | 10111011 | 10011 | 101100 | 0 | 1011010 | 1001100 | 11011 | 101011111 | 1010010 | 101000 |
Color Harmonies of #BB132C
Complementary color
Monochromatic Colors of #BB132C
Black with #BB132C
Text Example
Text Example
White with #BB132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB132C; }
p { color: rgb(187,19,44); }
H1.HeaderClassName
{
color: #BB132C;
}
.AnyTagClassName
{
color: #BB132C;
}
</style>
background-color css
<style>
a { background-color: #BB132C; }
a { background-color: rgb(187,19,44); }
div.DivClassName
{
background-color: #BB132C;
}
.BgClassName
{
background-color: #BB132C;
}
</style>
border-color css
<style>
span { border-color: #BB132C; }
span { border-color: rgb(187,19,44); }
td.TdClassName
{
border-color: #BB132C;
}
.TagClassName
{
border-color: #BB132C;
}
</style>