Shades of Cardinal #BB2937
Tints of Cardinal #BB2937
RGB
CMYK
RGB Variations
Color information
#BB2937 (or 0xBB2937) is known color: Cardinal. HEX triplet: BB, 29 and 37. RGB value is (187,41,55). Sum of RGB (Red+Green+Blue) = 187+41+55=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2937 is #44D6C8. Grayscale: #565656. Windows color (decimal): -4511433 or 3615163. OLE color: 3615163.
HSL color Cylindrical-coordinate representation of color #BB2937: hue angle of 354.25º 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 #BB2937 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 55 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.27 |
| HSL | 354.25º | 0.64% | 0.45% | - |
| HSV(B) | 354.25º | 0.78% | 0.73% | - |
| XYZ | 21.98 | 12.43 | 4.85 | - |
| YUV | 86.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 55 | 0 | 0.78 | 0.71 | 0.27 | 354.25 | 0.64 | 0.45 |
| Hex | BB | 29 | 37 | 0 | 4E | 47 | 1B | 162 | 40 | 2D |
| Octal | 273 | 51 | 67 | 0 | 116 | 107 | 33 | 542 | 100 | 55 |
| Binary | 10111011 | 101001 | 110111 | 0 | 1001110 | 1000111 | 11011 | 101100010 | 1000000 | 101101 |
Color Harmonies of #BB2937
Complementary color
Monochromatic Colors of #BB2937
Black with #BB2937
Text Example
Text Example
White with #BB2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2937; }
p { color: rgb(187,41,55); }
H1.HeaderClassName
{
color: #BB2937;
}
.AnyTagClassName
{
color: #BB2937;
}
</style>
background-color css
<style>
a { background-color: #BB2937; }
a { background-color: rgb(187,41,55); }
div.DivClassName
{
background-color: #BB2937;
}
.BgClassName
{
background-color: #BB2937;
}
</style>
border-color css
<style>
span { border-color: #BB2937; }
span { border-color: rgb(187,41,55); }
td.TdClassName
{
border-color: #BB2937;
}
.TagClassName
{
border-color: #BB2937;
}
</style>