Shades of Cardinal #BB273B
Tints of Cardinal #BB273B
RGB
CMYK
RGB Variations
Color information
#BB273B (or 0xBB273B) is known color: Cardinal. HEX triplet: BB, 27 and 3B. RGB value is (187,39,59). Sum of RGB (Red+Green+Blue) = 187+39+59=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB273B is #44D8C4. Grayscale: #555555. Windows color (decimal): -4511941 or 3876795. OLE color: 3876795.
HSL color Cylindrical-coordinate representation of color #BB273B: hue angle of 351.89º 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 #BB273B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 59 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.27 |
| HSL | 351.89º | 0.65% | 0.44% | - |
| HSV(B) | 351.89º | 0.79% | 0.73% | - |
| XYZ | 22.01 | 12.33 | 5.36 | - |
| YUV | 85.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 59 | 0 | 0.79 | 0.68 | 0.27 | 351.89 | 0.65 | 0.44 |
| Hex | BB | 27 | 3B | 0 | 4F | 44 | 1B | 160 | 41 | 2C |
| Octal | 273 | 47 | 73 | 0 | 117 | 104 | 33 | 540 | 101 | 54 |
| Binary | 10111011 | 100111 | 111011 | 0 | 1001111 | 1000100 | 11011 | 101100000 | 1000001 | 101100 |
Color Harmonies of #BB273B
Complementary color
Monochromatic Colors of #BB273B
Black with #BB273B
Text Example
Text Example
White with #BB273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB273B; }
p { color: rgb(187,39,59); }
H1.HeaderClassName
{
color: #BB273B;
}
.AnyTagClassName
{
color: #BB273B;
}
</style>
background-color css
<style>
a { background-color: #BB273B; }
a { background-color: rgb(187,39,59); }
div.DivClassName
{
background-color: #BB273B;
}
.BgClassName
{
background-color: #BB273B;
}
</style>
border-color css
<style>
span { border-color: #BB273B; }
span { border-color: rgb(187,39,59); }
td.TdClassName
{
border-color: #BB273B;
}
.TagClassName
{
border-color: #BB273B;
}
</style>