Shades of Cardinal #BB2029
Tints of Cardinal #BB2029
RGB
CMYK
RGB Variations
Color information
#BB2029 (or 0xBB2029) is known color: Cardinal. HEX triplet: BB, 20 and 29. RGB value is (187,32,41). Sum of RGB (Red+Green+Blue) = 187+32+41=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2029 is #44DFD6. Grayscale: #4F4F4F. Windows color (decimal): -4513751 or 2695355. OLE color: 2695355.
HSL color Cylindrical-coordinate representation of color #BB2029: hue angle of 356.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2029 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 41 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.27 |
| HSL | 356.52º | 0.71% | 0.43% | - |
| HSV(B) | 356.52º | 0.83% | 0.73% | - |
| XYZ | 21.41 | 11.76 | 3.24 | - |
| YUV | 79.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 41 | 0 | 0.83 | 0.78 | 0.27 | 356.52 | 0.71 | 0.43 |
| Hex | BB | 20 | 29 | 0 | 53 | 4E | 1B | 165 | 47 | 2B |
| Octal | 273 | 40 | 51 | 0 | 123 | 116 | 33 | 545 | 107 | 53 |
| Binary | 10111011 | 100000 | 101001 | 0 | 1010011 | 1001110 | 11011 | 101100101 | 1000111 | 101011 |
Color Harmonies of #BB2029
Complementary color
Monochromatic Colors of #BB2029
Black with #BB2029
Text Example
Text Example
White with #BB2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2029; }
p { color: rgb(187,32,41); }
H1.HeaderClassName
{
color: #BB2029;
}
.AnyTagClassName
{
color: #BB2029;
}
</style>
background-color css
<style>
a { background-color: #BB2029; }
a { background-color: rgb(187,32,41); }
div.DivClassName
{
background-color: #BB2029;
}
.BgClassName
{
background-color: #BB2029;
}
</style>
border-color css
<style>
span { border-color: #BB2029; }
span { border-color: rgb(187,32,41); }
td.TdClassName
{
border-color: #BB2029;
}
.TagClassName
{
border-color: #BB2029;
}
</style>