Shades of Cardinal #BB2738
Tints of Cardinal #BB2738
RGB
CMYK
RGB Variations
Color information
#BB2738 (or 0xBB2738) is known color: Cardinal. HEX triplet: BB, 27 and 38. RGB value is (187,39,56). Sum of RGB (Red+Green+Blue) = 187+39+56=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2738 is #44D8C7. Grayscale: #555555. Windows color (decimal): -4511944 or 3680187. OLE color: 3680187.
HSL color Cylindrical-coordinate representation of color #BB2738: hue angle of 353.11º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2738 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 56 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.27 |
| HSL | 353.11º | 0.65% | 0.44% | - |
| HSV(B) | 353.11º | 0.79% | 0.73% | - |
| XYZ | 21.93 | 12.3 | 4.96 | - |
| YUV | 85.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 56 | 0 | 0.79 | 0.70 | 0.27 | 353.11 | 0.65 | 0.44 |
| Hex | BB | 27 | 38 | 0 | 4F | 46 | 1B | 161 | 41 | 2C |
| Octal | 273 | 47 | 70 | 0 | 117 | 106 | 33 | 541 | 101 | 54 |
| Binary | 10111011 | 100111 | 111000 | 0 | 1001111 | 1000110 | 11011 | 101100001 | 1000001 | 101100 |
Color Harmonies of #BB2738
Complementary color
Monochromatic Colors of #BB2738
Black with #BB2738
Text Example
Text Example
White with #BB2738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2738; }
p { color: rgb(187,39,56); }
H1.HeaderClassName
{
color: #BB2738;
}
.AnyTagClassName
{
color: #BB2738;
}
</style>
background-color css
<style>
a { background-color: #BB2738; }
a { background-color: rgb(187,39,56); }
div.DivClassName
{
background-color: #BB2738;
}
.BgClassName
{
background-color: #BB2738;
}
</style>
border-color css
<style>
span { border-color: #BB2738; }
span { border-color: rgb(187,39,56); }
td.TdClassName
{
border-color: #BB2738;
}
.TagClassName
{
border-color: #BB2738;
}
</style>