Shades of Cardinal #BB2839
Tints of Cardinal #BB2839
RGB
CMYK
RGB Variations
Color information
#BB2839 (or 0xBB2839) is known color: Cardinal. HEX triplet: BB, 28 and 39. RGB value is (187,40,57). Sum of RGB (Red+Green+Blue) = 187+40+57=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2839 is #44D7C6. Grayscale: #555555. Windows color (decimal): -4511687 or 3745979. OLE color: 3745979.
HSL color Cylindrical-coordinate representation of color #BB2839: hue angle of 353.06º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2839 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 57 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.27 |
| HSL | 353.06º | 0.65% | 0.45% | - |
| HSV(B) | 353.06º | 0.79% | 0.73% | - |
| XYZ | 21.99 | 12.38 | 5.1 | - |
| YUV | 85.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 57 | 0 | 0.79 | 0.70 | 0.27 | 353.06 | 0.65 | 0.45 |
| Hex | BB | 28 | 39 | 0 | 4F | 46 | 1B | 161 | 41 | 2D |
| Octal | 273 | 50 | 71 | 0 | 117 | 106 | 33 | 541 | 101 | 55 |
| Binary | 10111011 | 101000 | 111001 | 0 | 1001111 | 1000110 | 11011 | 101100001 | 1000001 | 101101 |
Color Harmonies of #BB2839
Complementary color
Monochromatic Colors of #BB2839
Black with #BB2839
Text Example
Text Example
White with #BB2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2839; }
p { color: rgb(187,40,57); }
H1.HeaderClassName
{
color: #BB2839;
}
.AnyTagClassName
{
color: #BB2839;
}
</style>
background-color css
<style>
a { background-color: #BB2839; }
a { background-color: rgb(187,40,57); }
div.DivClassName
{
background-color: #BB2839;
}
.BgClassName
{
background-color: #BB2839;
}
</style>
border-color css
<style>
span { border-color: #BB2839; }
span { border-color: rgb(187,40,57); }
td.TdClassName
{
border-color: #BB2839;
}
.TagClassName
{
border-color: #BB2839;
}
</style>