Shades of Cardinal #BB132B
Tints of Cardinal #BB132B
RGB
CMYK
RGB Variations
Color information
#BB132B (or 0xBB132B) is known color: Cardinal. HEX triplet: BB, 13 and 2B. RGB value is (187,19,43). Sum of RGB (Red+Green+Blue) = 187+19+43=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB132B is #44ECD4. Grayscale: #484848. Windows color (decimal): -4517077 or 2823099. OLE color: 2823099.
HSL color Cylindrical-coordinate representation of color #BB132B: hue angle of 351.43º 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 #BB132B is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 43 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.27 |
| HSL | 351.43º | 0.82% | 0.4% | - |
| HSV(B) | 351.43º | 0.9% | 0.73% | - |
| XYZ | 21.16 | 11.2 | 3.33 | - |
| YUV | 71.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 43 | 0 | 0.90 | 0.77 | 0.27 | 351.43 | 0.82 | 0.4 |
| Hex | BB | 13 | 2B | 0 | 5A | 4D | 1B | 15F | 52 | 28 |
| Octal | 273 | 23 | 53 | 0 | 132 | 115 | 33 | 537 | 122 | 50 |
| Binary | 10111011 | 10011 | 101011 | 0 | 1011010 | 1001101 | 11011 | 101011111 | 1010010 | 101000 |
Color Harmonies of #BB132B
Complementary color
Monochromatic Colors of #BB132B
Black with #BB132B
Text Example
Text Example
White with #BB132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB132B; }
p { color: rgb(187,19,43); }
H1.HeaderClassName
{
color: #BB132B;
}
.AnyTagClassName
{
color: #BB132B;
}
</style>
background-color css
<style>
a { background-color: #BB132B; }
a { background-color: rgb(187,19,43); }
div.DivClassName
{
background-color: #BB132B;
}
.BgClassName
{
background-color: #BB132B;
}
</style>
border-color css
<style>
span { border-color: #BB132B; }
span { border-color: rgb(187,19,43); }
td.TdClassName
{
border-color: #BB132B;
}
.TagClassName
{
border-color: #BB132B;
}
</style>