Shades of Cardinal #BB2836
Tints of Cardinal #BB2836
RGB
CMYK
RGB Variations
Color information
#BB2836 (or 0xBB2836) is known color: Cardinal. HEX triplet: BB, 28 and 36. RGB value is (187,40,54). Sum of RGB (Red+Green+Blue) = 187+40+54=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2836 is #44D7C9. Grayscale: #555555. Windows color (decimal): -4511690 or 3549371. OLE color: 3549371.
HSL color Cylindrical-coordinate representation of color #BB2836: hue angle of 354.29º 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 #BB2836 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 54 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.27 |
| HSL | 354.29º | 0.65% | 0.45% | - |
| HSV(B) | 354.29º | 0.79% | 0.73% | - |
| XYZ | 21.92 | 12.35 | 4.72 | - |
| YUV | 85.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 54 | 0 | 0.79 | 0.71 | 0.27 | 354.29 | 0.65 | 0.45 |
| Hex | BB | 28 | 36 | 0 | 4F | 47 | 1B | 162 | 41 | 2D |
| Octal | 273 | 50 | 66 | 0 | 117 | 107 | 33 | 542 | 101 | 55 |
| Binary | 10111011 | 101000 | 110110 | 0 | 1001111 | 1000111 | 11011 | 101100010 | 1000001 | 101101 |
Color Harmonies of #BB2836
Complementary color
Monochromatic Colors of #BB2836
Black with #BB2836
Text Example
Text Example
White with #BB2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2836; }
p { color: rgb(187,40,54); }
H1.HeaderClassName
{
color: #BB2836;
}
.AnyTagClassName
{
color: #BB2836;
}
</style>
background-color css
<style>
a { background-color: #BB2836; }
a { background-color: rgb(187,40,54); }
div.DivClassName
{
background-color: #BB2836;
}
.BgClassName
{
background-color: #BB2836;
}
</style>
border-color css
<style>
span { border-color: #BB2836; }
span { border-color: rgb(187,40,54); }
td.TdClassName
{
border-color: #BB2836;
}
.TagClassName
{
border-color: #BB2836;
}
</style>