Shades of Cardinal #BB184B
Tints of Cardinal #BB184B
RGB
CMYK
RGB Variations
Color information
#BB184B (or 0xBB184B) is known color: Cardinal. HEX triplet: BB, 18 and 4B. RGB value is (187,24,75). Sum of RGB (Red+Green+Blue) = 187+24+75=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB184B is #44E7B4. Grayscale: #4E4E4E. Windows color (decimal): -4515765 or 4921531. OLE color: 4921531.
HSL color Cylindrical-coordinate representation of color #BB184B: hue angle of 341.23º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB184B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 75 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.27 |
| HSL | 341.23º | 0.77% | 0.41% | - |
| HSV(B) | 341.23º | 0.87% | 0.73% | - |
| XYZ | 22.09 | 11.73 | 7.76 | - |
| YUV | 78.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 75 | 0 | 0.87 | 0.60 | 0.27 | 341.23 | 0.77 | 0.41 |
| Hex | BB | 18 | 4B | 0 | 57 | 3C | 1B | 155 | 4D | 29 |
| Octal | 273 | 30 | 113 | 0 | 127 | 74 | 33 | 525 | 115 | 51 |
| Binary | 10111011 | 11000 | 1001011 | 0 | 1010111 | 111100 | 11011 | 101010101 | 1001101 | 101001 |
Color Harmonies of #BB184B
Complementary color
Monochromatic Colors of #BB184B
Black with #BB184B
Text Example
Text Example
White with #BB184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB184B; }
p { color: rgb(187,24,75); }
H1.HeaderClassName
{
color: #BB184B;
}
.AnyTagClassName
{
color: #BB184B;
}
</style>
background-color css
<style>
a { background-color: #BB184B; }
a { background-color: rgb(187,24,75); }
div.DivClassName
{
background-color: #BB184B;
}
.BgClassName
{
background-color: #BB184B;
}
</style>
border-color css
<style>
span { border-color: #BB184B; }
span { border-color: rgb(187,24,75); }
td.TdClassName
{
border-color: #BB184B;
}
.TagClassName
{
border-color: #BB184B;
}
</style>