Shades of Cardinal #BB124F
Tints of Cardinal #BB124F
RGB
CMYK
RGB Variations
Color information
#BB124F (or 0xBB124F) is known color: Cardinal. HEX triplet: BB, 12 and 4F. RGB value is (187,18,79). Sum of RGB (Red+Green+Blue) = 187+18+79=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB124F is #44EDB0. Grayscale: #4B4B4B. Windows color (decimal): -4517297 or 5182139. OLE color: 5182139.
HSL color Cylindrical-coordinate representation of color #BB124F: hue angle of 338.34º 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 #BB124F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 79 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.27 |
| HSL | 338.34º | 0.82% | 0.4% | - |
| HSV(B) | 338.34º | 0.9% | 0.73% | - |
| XYZ | 22.12 | 11.56 | 8.46 | - |
| YUV | 75.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 79 | 0 | 0.90 | 0.58 | 0.27 | 338.34 | 0.82 | 0.4 |
| Hex | BB | 12 | 4F | 0 | 5A | 3A | 1B | 152 | 52 | 28 |
| Octal | 273 | 22 | 117 | 0 | 132 | 72 | 33 | 522 | 122 | 50 |
| Binary | 10111011 | 10010 | 1001111 | 0 | 1011010 | 111010 | 11011 | 101010010 | 1010010 | 101000 |
Color Harmonies of #BB124F
Complementary color
Monochromatic Colors of #BB124F
Black with #BB124F
Text Example
Text Example
White with #BB124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB124F; }
p { color: rgb(187,18,79); }
H1.HeaderClassName
{
color: #BB124F;
}
.AnyTagClassName
{
color: #BB124F;
}
</style>
background-color css
<style>
a { background-color: #BB124F; }
a { background-color: rgb(187,18,79); }
div.DivClassName
{
background-color: #BB124F;
}
.BgClassName
{
background-color: #BB124F;
}
</style>
border-color css
<style>
span { border-color: #BB124F; }
span { border-color: rgb(187,18,79); }
td.TdClassName
{
border-color: #BB124F;
}
.TagClassName
{
border-color: #BB124F;
}
</style>