Shades of Cardinal #BB2541
Tints of Cardinal #BB2541
RGB
CMYK
RGB Variations
Color information
#BB2541 (or 0xBB2541) is known color: Cardinal. HEX triplet: BB, 25 and 41. RGB value is (187,37,65). Sum of RGB (Red+Green+Blue) = 187+37+65=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2541 is #44DABE. Grayscale: #555555. Windows color (decimal): -4512447 or 4269499. OLE color: 4269499.
HSL color Cylindrical-coordinate representation of color #BB2541: hue angle of 348.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2541 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 65 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.27 |
| HSL | 348.8º | 0.67% | 0.44% | - |
| HSV(B) | 348.8º | 0.8% | 0.73% | - |
| XYZ | 22.11 | 12.27 | 6.2 | - |
| YUV | 85.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 65 | 0 | 0.80 | 0.65 | 0.27 | 348.8 | 0.67 | 0.44 |
| Hex | BB | 25 | 41 | 0 | 50 | 41 | 1B | 15D | 43 | 2C |
| Octal | 273 | 45 | 101 | 0 | 120 | 101 | 33 | 535 | 103 | 54 |
| Binary | 10111011 | 100101 | 1000001 | 0 | 1010000 | 1000001 | 11011 | 101011101 | 1000011 | 101100 |
Color Harmonies of #BB2541
Complementary color
Monochromatic Colors of #BB2541
Black with #BB2541
Text Example
Text Example
White with #BB2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2541; }
p { color: rgb(187,37,65); }
H1.HeaderClassName
{
color: #BB2541;
}
.AnyTagClassName
{
color: #BB2541;
}
</style>
background-color css
<style>
a { background-color: #BB2541; }
a { background-color: rgb(187,37,65); }
div.DivClassName
{
background-color: #BB2541;
}
.BgClassName
{
background-color: #BB2541;
}
</style>
border-color css
<style>
span { border-color: #BB2541; }
span { border-color: rgb(187,37,65); }
td.TdClassName
{
border-color: #BB2541;
}
.TagClassName
{
border-color: #BB2541;
}
</style>