Shades of Cardinal #BB192C
Tints of Cardinal #BB192C
RGB
CMYK
RGB Variations
Color information
#BB192C (or 0xBB192C) is known color: Cardinal. HEX triplet: BB, 19 and 2C. RGB value is (187,25,44). Sum of RGB (Red+Green+Blue) = 187+25+44=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB192C is #44E6D3. Grayscale: #4B4B4B. Windows color (decimal): -4515540 or 2890171. OLE color: 2890171.
HSL color Cylindrical-coordinate representation of color #BB192C: hue angle of 352.96º 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 #BB192C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 44 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.27 |
| HSL | 352.96º | 0.76% | 0.42% | - |
| HSV(B) | 352.96º | 0.87% | 0.73% | - |
| XYZ | 21.3 | 11.44 | 3.47 | - |
| YUV | 75.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 44 | 0 | 0.87 | 0.76 | 0.27 | 352.96 | 0.76 | 0.42 |
| Hex | BB | 19 | 2C | 0 | 57 | 4C | 1B | 161 | 4C | 2A |
| Octal | 273 | 31 | 54 | 0 | 127 | 114 | 33 | 541 | 114 | 52 |
| Binary | 10111011 | 11001 | 101100 | 0 | 1010111 | 1001100 | 11011 | 101100001 | 1001100 | 101010 |
Color Harmonies of #BB192C
Complementary color
Monochromatic Colors of #BB192C
Black with #BB192C
Text Example
Text Example
White with #BB192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB192C; }
p { color: rgb(187,25,44); }
H1.HeaderClassName
{
color: #BB192C;
}
.AnyTagClassName
{
color: #BB192C;
}
</style>
background-color css
<style>
a { background-color: #BB192C; }
a { background-color: rgb(187,25,44); }
div.DivClassName
{
background-color: #BB192C;
}
.BgClassName
{
background-color: #BB192C;
}
</style>
border-color css
<style>
span { border-color: #BB192C; }
span { border-color: rgb(187,25,44); }
td.TdClassName
{
border-color: #BB192C;
}
.TagClassName
{
border-color: #BB192C;
}
</style>