Shades of Cardinal #BB192F
Tints of Cardinal #BB192F
RGB
CMYK
RGB Variations
Color information
#BB192F (or 0xBB192F) is known color: Cardinal. HEX triplet: BB, 19 and 2F. RGB value is (187,25,47). Sum of RGB (Red+Green+Blue) = 187+25+47=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB192F is #44E6D0. Grayscale: #4C4C4C. Windows color (decimal): -4515537 or 3086779. OLE color: 3086779.
HSL color Cylindrical-coordinate representation of color #BB192F: hue angle of 351.85º 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 #BB192F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 47 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.27 |
| HSL | 351.85º | 0.76% | 0.42% | - |
| HSV(B) | 351.85º | 0.87% | 0.73% | - |
| XYZ | 21.35 | 11.47 | 3.78 | - |
| YUV | 75.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 47 | 0 | 0.87 | 0.75 | 0.27 | 351.85 | 0.76 | 0.42 |
| Hex | BB | 19 | 2F | 0 | 57 | 4B | 1B | 160 | 4C | 2A |
| Octal | 273 | 31 | 57 | 0 | 127 | 113 | 33 | 540 | 114 | 52 |
| Binary | 10111011 | 11001 | 101111 | 0 | 1010111 | 1001011 | 11011 | 101100000 | 1001100 | 101010 |
Color Harmonies of #BB192F
Complementary color
Monochromatic Colors of #BB192F
Black with #BB192F
Text Example
Text Example
White with #BB192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB192F; }
p { color: rgb(187,25,47); }
H1.HeaderClassName
{
color: #BB192F;
}
.AnyTagClassName
{
color: #BB192F;
}
</style>
background-color css
<style>
a { background-color: #BB192F; }
a { background-color: rgb(187,25,47); }
div.DivClassName
{
background-color: #BB192F;
}
.BgClassName
{
background-color: #BB192F;
}
</style>
border-color css
<style>
span { border-color: #BB192F; }
span { border-color: rgb(187,25,47); }
td.TdClassName
{
border-color: #BB192F;
}
.TagClassName
{
border-color: #BB192F;
}
</style>