Shades of Cardinal #BB192D
Tints of Cardinal #BB192D
RGB
CMYK
RGB Variations
Color information
#BB192D (or 0xBB192D) is known color: Cardinal. HEX triplet: BB, 19 and 2D. RGB value is (187,25,45). Sum of RGB (Red+Green+Blue) = 187+25+45=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB192D is #44E6D2. Grayscale: #4B4B4B. Windows color (decimal): -4515539 or 2955707. OLE color: 2955707.
HSL color Cylindrical-coordinate representation of color #BB192D: hue angle of 352.59º 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 #BB192D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 45 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.27 |
| HSL | 352.59º | 0.76% | 0.42% | - |
| HSV(B) | 352.59º | 0.87% | 0.73% | - |
| XYZ | 21.31 | 11.45 | 3.57 | - |
| YUV | 75.72 | 110.67 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 45 | 0 | 0.87 | 0.76 | 0.27 | 352.59 | 0.76 | 0.42 |
| Hex | BB | 19 | 2D | 0 | 57 | 4C | 1B | 161 | 4C | 2A |
| Octal | 273 | 31 | 55 | 0 | 127 | 114 | 33 | 541 | 114 | 52 |
| Binary | 10111011 | 11001 | 101101 | 0 | 1010111 | 1001100 | 11011 | 101100001 | 1001100 | 101010 |
Color Harmonies of #BB192D
Complementary color
Monochromatic Colors of #BB192D
Black with #BB192D
Text Example
Text Example
White with #BB192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB192D; }
p { color: rgb(187,25,45); }
H1.HeaderClassName
{
color: #BB192D;
}
.AnyTagClassName
{
color: #BB192D;
}
</style>
background-color css
<style>
a { background-color: #BB192D; }
a { background-color: rgb(187,25,45); }
div.DivClassName
{
background-color: #BB192D;
}
.BgClassName
{
background-color: #BB192D;
}
</style>
border-color css
<style>
span { border-color: #BB192D; }
span { border-color: rgb(187,25,45); }
td.TdClassName
{
border-color: #BB192D;
}
.TagClassName
{
border-color: #BB192D;
}
</style>