Shades of Cardinal #BB194B
Tints of Cardinal #BB194B
RGB
CMYK
RGB Variations
Color information
#BB194B (or 0xBB194B) is known color: Cardinal. HEX triplet: BB, 19 and 4B. RGB value is (187,25,75). Sum of RGB (Red+Green+Blue) = 187+25+75=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB194B is #44E6B4. Grayscale: #4F4F4F. Windows color (decimal): -4515509 or 4921787. OLE color: 4921787.
HSL color Cylindrical-coordinate representation of color #BB194B: hue angle of 341.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB194B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 75 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.27 |
| HSL | 341.48º | 0.76% | 0.42% | - |
| HSV(B) | 341.48º | 0.87% | 0.73% | - |
| XYZ | 22.11 | 11.77 | 7.76 | - |
| YUV | 79.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 75 | 0 | 0.87 | 0.60 | 0.27 | 341.48 | 0.76 | 0.42 |
| Hex | BB | 19 | 4B | 0 | 57 | 3C | 1B | 155 | 4C | 2A |
| Octal | 273 | 31 | 113 | 0 | 127 | 74 | 33 | 525 | 114 | 52 |
| Binary | 10111011 | 11001 | 1001011 | 0 | 1010111 | 111100 | 11011 | 101010101 | 1001100 | 101010 |
Color Harmonies of #BB194B
Complementary color
Monochromatic Colors of #BB194B
Black with #BB194B
Text Example
Text Example
White with #BB194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB194B; }
p { color: rgb(187,25,75); }
H1.HeaderClassName
{
color: #BB194B;
}
.AnyTagClassName
{
color: #BB194B;
}
</style>
background-color css
<style>
a { background-color: #BB194B; }
a { background-color: rgb(187,25,75); }
div.DivClassName
{
background-color: #BB194B;
}
.BgClassName
{
background-color: #BB194B;
}
</style>
border-color css
<style>
span { border-color: #BB194B; }
span { border-color: rgb(187,25,75); }
td.TdClassName
{
border-color: #BB194B;
}
.TagClassName
{
border-color: #BB194B;
}
</style>