Shades of Cardinal #BB213C
Tints of Cardinal #BB213C
RGB
CMYK
RGB Variations
Color information
#BB213C (or 0xBB213C) is known color: Cardinal. HEX triplet: BB, 21 and 3C. RGB value is (187,33,60). Sum of RGB (Red+Green+Blue) = 187+33+60=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB213C is #44DEC3. Grayscale: #525252. Windows color (decimal): -4513476 or 3940795. OLE color: 3940795.
HSL color Cylindrical-coordinate representation of color #BB213C: hue angle of 349.48º 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 #BB213C is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 60 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.27 |
| HSL | 349.48º | 0.7% | 0.43% | - |
| HSV(B) | 349.48º | 0.82% | 0.73% | - |
| XYZ | 21.85 | 11.98 | 5.44 | - |
| YUV | 82.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 60 | 0 | 0.82 | 0.68 | 0.27 | 349.48 | 0.7 | 0.43 |
| Hex | BB | 21 | 3C | 0 | 52 | 44 | 1B | 15D | 46 | 2B |
| Octal | 273 | 41 | 74 | 0 | 122 | 104 | 33 | 535 | 106 | 53 |
| Binary | 10111011 | 100001 | 111100 | 0 | 1010010 | 1000100 | 11011 | 101011101 | 1000110 | 101011 |
Color Harmonies of #BB213C
Complementary color
Monochromatic Colors of #BB213C
Black with #BB213C
Text Example
Text Example
White with #BB213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB213C; }
p { color: rgb(187,33,60); }
H1.HeaderClassName
{
color: #BB213C;
}
.AnyTagClassName
{
color: #BB213C;
}
</style>
background-color css
<style>
a { background-color: #BB213C; }
a { background-color: rgb(187,33,60); }
div.DivClassName
{
background-color: #BB213C;
}
.BgClassName
{
background-color: #BB213C;
}
</style>
border-color css
<style>
span { border-color: #BB213C; }
span { border-color: rgb(187,33,60); }
td.TdClassName
{
border-color: #BB213C;
}
.TagClassName
{
border-color: #BB213C;
}
</style>