Shades of Cardinal #BB213B
Tints of Cardinal #BB213B
RGB
CMYK
RGB Variations
Color information
#BB213B (or 0xBB213B) is known color: Cardinal. HEX triplet: BB, 21 and 3B. RGB value is (187,33,59). Sum of RGB (Red+Green+Blue) = 187+33+59=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB213B is #44DEC4. Grayscale: #525252. Windows color (decimal): -4513477 or 3875259. OLE color: 3875259.
HSL color Cylindrical-coordinate representation of color #BB213B: hue angle of 349.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB213B is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 59 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.27 |
| HSL | 349.87º | 0.7% | 0.43% | - |
| HSV(B) | 349.87º | 0.82% | 0.73% | - |
| XYZ | 21.83 | 11.97 | 5.3 | - |
| YUV | 82.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 59 | 0 | 0.82 | 0.68 | 0.27 | 349.87 | 0.7 | 0.43 |
| Hex | BB | 21 | 3B | 0 | 52 | 44 | 1B | 15E | 46 | 2B |
| Octal | 273 | 41 | 73 | 0 | 122 | 104 | 33 | 536 | 106 | 53 |
| Binary | 10111011 | 100001 | 111011 | 0 | 1010010 | 1000100 | 11011 | 101011110 | 1000110 | 101011 |
Color Harmonies of #BB213B
Complementary color
Monochromatic Colors of #BB213B
Black with #BB213B
Text Example
Text Example
White with #BB213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB213B; }
p { color: rgb(187,33,59); }
H1.HeaderClassName
{
color: #BB213B;
}
.AnyTagClassName
{
color: #BB213B;
}
</style>
background-color css
<style>
a { background-color: #BB213B; }
a { background-color: rgb(187,33,59); }
div.DivClassName
{
background-color: #BB213B;
}
.BgClassName
{
background-color: #BB213B;
}
</style>
border-color css
<style>
span { border-color: #BB213B; }
span { border-color: rgb(187,33,59); }
td.TdClassName
{
border-color: #BB213B;
}
.TagClassName
{
border-color: #BB213B;
}
</style>