Shades of Cardinal #BB2341
Tints of Cardinal #BB2341
RGB
CMYK
RGB Variations
Color information
#BB2341 (or 0xBB2341) is known color: Cardinal. HEX triplet: BB, 23 and 41. RGB value is (187,35,65). Sum of RGB (Red+Green+Blue) = 187+35+65=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2341 is #44DCBE. Grayscale: #535353. Windows color (decimal): -4512959 or 4268987. OLE color: 4268987.
HSL color Cylindrical-coordinate representation of color #BB2341: hue angle of 348.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2341 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 65 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.27 |
| HSL | 348.16º | 0.68% | 0.44% | - |
| HSV(B) | 348.16º | 0.81% | 0.73% | - |
| XYZ | 22.05 | 12.15 | 6.18 | - |
| YUV | 83.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 65 | 0 | 0.81 | 0.65 | 0.27 | 348.16 | 0.68 | 0.44 |
| Hex | BB | 23 | 41 | 0 | 51 | 41 | 1B | 15C | 44 | 2C |
| Octal | 273 | 43 | 101 | 0 | 121 | 101 | 33 | 534 | 104 | 54 |
| Binary | 10111011 | 100011 | 1000001 | 0 | 1010001 | 1000001 | 11011 | 101011100 | 1000100 | 101100 |
Color Harmonies of #BB2341
Complementary color
Monochromatic Colors of #BB2341
Black with #BB2341
Text Example
Text Example
White with #BB2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2341; }
p { color: rgb(187,35,65); }
H1.HeaderClassName
{
color: #BB2341;
}
.AnyTagClassName
{
color: #BB2341;
}
</style>
background-color css
<style>
a { background-color: #BB2341; }
a { background-color: rgb(187,35,65); }
div.DivClassName
{
background-color: #BB2341;
}
.BgClassName
{
background-color: #BB2341;
}
</style>
border-color css
<style>
span { border-color: #BB2341; }
span { border-color: rgb(187,35,65); }
td.TdClassName
{
border-color: #BB2341;
}
.TagClassName
{
border-color: #BB2341;
}
</style>