Shades of Cardinal #BB1932
Tints of Cardinal #BB1932
RGB
CMYK
RGB Variations
Color information
#BB1932 (or 0xBB1932) is known color: Cardinal. HEX triplet: BB, 19 and 32. RGB value is (187,25,50). Sum of RGB (Red+Green+Blue) = 187+25+50=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1932 is #44E6CD. Grayscale: #4C4C4C. Windows color (decimal): -4515534 or 3283387. OLE color: 3283387.
HSL color Cylindrical-coordinate representation of color #BB1932: hue angle of 350.74º 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 #BB1932 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 50 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.27 |
| HSL | 350.74º | 0.76% | 0.42% | - |
| HSV(B) | 350.74º | 0.87% | 0.73% | - |
| XYZ | 21.42 | 11.49 | 4.11 | - |
| YUV | 76.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 50 | 0 | 0.87 | 0.73 | 0.27 | 350.74 | 0.76 | 0.42 |
| Hex | BB | 19 | 32 | 0 | 57 | 49 | 1B | 15F | 4C | 2A |
| Octal | 273 | 31 | 62 | 0 | 127 | 111 | 33 | 537 | 114 | 52 |
| Binary | 10111011 | 11001 | 110010 | 0 | 1010111 | 1001001 | 11011 | 101011111 | 1001100 | 101010 |
Color Harmonies of #BB1932
Complementary color
Monochromatic Colors of #BB1932
Black with #BB1932
Text Example
Text Example
White with #BB1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1932; }
p { color: rgb(187,25,50); }
H1.HeaderClassName
{
color: #BB1932;
}
.AnyTagClassName
{
color: #BB1932;
}
</style>
background-color css
<style>
a { background-color: #BB1932; }
a { background-color: rgb(187,25,50); }
div.DivClassName
{
background-color: #BB1932;
}
.BgClassName
{
background-color: #BB1932;
}
</style>
border-color css
<style>
span { border-color: #BB1932; }
span { border-color: rgb(187,25,50); }
td.TdClassName
{
border-color: #BB1932;
}
.TagClassName
{
border-color: #BB1932;
}
</style>