Shades of Cardinal #BB0132
Tints of Cardinal #BB0132
RGB
CMYK
RGB Variations
Color information
#BB0132 (or 0xBB0132) is known color: Cardinal. HEX triplet: BB, 01 and 32. RGB value is (187,1,50). Sum of RGB (Red+Green+Blue) = 187+1+50=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0132 is #44FECD. Grayscale: #3E3E3E. Windows color (decimal): -4521678 or 3277243. OLE color: 3277243.
HSL color Cylindrical-coordinate representation of color #BB0132: hue angle of 344.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0132 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.27 |
| HSL | 344.19º | 0.99% | 0.37% | - |
| HSV(B) | 344.19º | 0.99% | 0.73% | - |
| XYZ | 21.08 | 10.82 | 3.99 | - |
| YUV | 62.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 50 | 0 | 0.99 | 0.73 | 0.27 | 344.19 | 0.99 | 0.37 |
| Hex | BB | 1 | 32 | 0 | 63 | 49 | 1B | 158 | 63 | 25 |
| Octal | 273 | 1 | 62 | 0 | 143 | 111 | 33 | 530 | 143 | 45 |
| Binary | 10111011 | 1 | 110010 | 0 | 1100011 | 1001001 | 11011 | 101011000 | 1100011 | 100101 |
Color Harmonies of #BB0132
Complementary color
Monochromatic Colors of #BB0132
Black with #BB0132
Text Example
Text Example
White with #BB0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0132; }
p { color: rgb(187,1,50); }
H1.HeaderClassName
{
color: #BB0132;
}
.AnyTagClassName
{
color: #BB0132;
}
</style>
background-color css
<style>
a { background-color: #BB0132; }
a { background-color: rgb(187,1,50); }
div.DivClassName
{
background-color: #BB0132;
}
.BgClassName
{
background-color: #BB0132;
}
</style>
border-color css
<style>
span { border-color: #BB0132; }
span { border-color: rgb(187,1,50); }
td.TdClassName
{
border-color: #BB0132;
}
.TagClassName
{
border-color: #BB0132;
}
</style>