Shades of Cardinal #BB2143
Tints of Cardinal #BB2143
RGB
CMYK
RGB Variations
Color information
#BB2143 (or 0xBB2143) is known color: Cardinal. HEX triplet: BB, 21 and 43. RGB value is (187,33,67). Sum of RGB (Red+Green+Blue) = 187+33+67=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2143 is #44DEBC. Grayscale: #525252. Windows color (decimal): -4513469 or 4399547. OLE color: 4399547.
HSL color Cylindrical-coordinate representation of color #BB2143: hue angle of 346.75º 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 #BB2143 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 67 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.27 |
| HSL | 346.75º | 0.7% | 0.43% | - |
| HSV(B) | 346.75º | 0.82% | 0.73% | - |
| XYZ | 22.05 | 12.06 | 6.48 | - |
| YUV | 82.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 67 | 0 | 0.82 | 0.64 | 0.27 | 346.75 | 0.7 | 0.43 |
| Hex | BB | 21 | 43 | 0 | 52 | 40 | 1B | 15B | 46 | 2B |
| Octal | 273 | 41 | 103 | 0 | 122 | 100 | 33 | 533 | 106 | 53 |
| Binary | 10111011 | 100001 | 1000011 | 0 | 1010010 | 1000000 | 11011 | 101011011 | 1000110 | 101011 |
Color Harmonies of #BB2143
Complementary color
Monochromatic Colors of #BB2143
Black with #BB2143
Text Example
Text Example
White with #BB2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2143; }
p { color: rgb(187,33,67); }
H1.HeaderClassName
{
color: #BB2143;
}
.AnyTagClassName
{
color: #BB2143;
}
</style>
background-color css
<style>
a { background-color: #BB2143; }
a { background-color: rgb(187,33,67); }
div.DivClassName
{
background-color: #BB2143;
}
.BgClassName
{
background-color: #BB2143;
}
</style>
border-color css
<style>
span { border-color: #BB2143; }
span { border-color: rgb(187,33,67); }
td.TdClassName
{
border-color: #BB2143;
}
.TagClassName
{
border-color: #BB2143;
}
</style>