Shades of Cardinal #BB2931
Tints of Cardinal #BB2931
RGB
CMYK
RGB Variations
Color information
#BB2931 (or 0xBB2931) is known color: Cardinal. HEX triplet: BB, 29 and 31. RGB value is (187,41,49). Sum of RGB (Red+Green+Blue) = 187+41+49=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2931 is #44D6CE. Grayscale: #555555. Windows color (decimal): -4511439 or 3221947. OLE color: 3221947.
HSL color Cylindrical-coordinate representation of color #BB2931: hue angle of 356.71º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2931 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 49 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.27 |
| HSL | 356.71º | 0.64% | 0.45% | - |
| HSV(B) | 356.71º | 0.78% | 0.73% | - |
| XYZ | 21.84 | 12.37 | 4.14 | - |
| YUV | 85.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 49 | 0 | 0.78 | 0.74 | 0.27 | 356.71 | 0.64 | 0.45 |
| Hex | BB | 29 | 31 | 0 | 4E | 4A | 1B | 165 | 40 | 2D |
| Octal | 273 | 51 | 61 | 0 | 116 | 112 | 33 | 545 | 100 | 55 |
| Binary | 10111011 | 101001 | 110001 | 0 | 1001110 | 1001010 | 11011 | 101100101 | 1000000 | 101101 |
Color Harmonies of #BB2931
Complementary color
Monochromatic Colors of #BB2931
Black with #BB2931
Text Example
Text Example
White with #BB2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2931; }
p { color: rgb(187,41,49); }
H1.HeaderClassName
{
color: #BB2931;
}
.AnyTagClassName
{
color: #BB2931;
}
</style>
background-color css
<style>
a { background-color: #BB2931; }
a { background-color: rgb(187,41,49); }
div.DivClassName
{
background-color: #BB2931;
}
.BgClassName
{
background-color: #BB2931;
}
</style>
border-color css
<style>
span { border-color: #BB2931; }
span { border-color: rgb(187,41,49); }
td.TdClassName
{
border-color: #BB2931;
}
.TagClassName
{
border-color: #BB2931;
}
</style>