Shades of Cardinal #B8154B
Tints of Cardinal #B8154B
RGB
CMYK
RGB Variations
Color information
#B8154B (or 0xB8154B) is known color: Cardinal. HEX triplet: B8, 15 and 4B. RGB value is (184,21,75). Sum of RGB (Red+Green+Blue) = 184+21+75=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8154B is #47EAB4. Grayscale: #4B4B4B. Windows color (decimal): -4713141 or 4920760. OLE color: 4920760.
HSL color Cylindrical-coordinate representation of color #B8154B: hue angle of 340.12º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8154B is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 75 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.28 |
| HSL | 340.12º | 0.8% | 0.4% | - |
| HSV(B) | 340.12º | 0.89% | 0.72% | - |
| XYZ | 21.31 | 11.23 | 7.7 | - |
| YUV | 75.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 75 | 0 | 0.89 | 0.59 | 0.28 | 340.12 | 0.8 | 0.4 |
| Hex | B8 | 15 | 4B | 0 | 59 | 3B | 1C | 154 | 50 | 28 |
| Octal | 270 | 25 | 113 | 0 | 131 | 73 | 34 | 524 | 120 | 50 |
| Binary | 10111000 | 10101 | 1001011 | 0 | 1011001 | 111011 | 11100 | 101010100 | 1010000 | 101000 |
Color Harmonies of #B8154B
Complementary color
Monochromatic Colors of #B8154B
Black with #B8154B
Text Example
Text Example
White with #B8154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8154B; }
p { color: rgb(184,21,75); }
H1.HeaderClassName
{
color: #B8154B;
}
.AnyTagClassName
{
color: #B8154B;
}
</style>
background-color css
<style>
a { background-color: #B8154B; }
a { background-color: rgb(184,21,75); }
div.DivClassName
{
background-color: #B8154B;
}
.BgClassName
{
background-color: #B8154B;
}
</style>
border-color css
<style>
span { border-color: #B8154B; }
span { border-color: rgb(184,21,75); }
td.TdClassName
{
border-color: #B8154B;
}
.TagClassName
{
border-color: #B8154B;
}
</style>