Shades of Cardinal #B8152D
Tints of Cardinal #B8152D
RGB
CMYK
RGB Variations
Color information
#B8152D (or 0xB8152D) is known color: Cardinal. HEX triplet: B8, 15 and 2D. RGB value is (184,21,45). Sum of RGB (Red+Green+Blue) = 184+21+45=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8152D is #47EAD2. Grayscale: #484848. Windows color (decimal): -4713171 or 2954680. OLE color: 2954680.
HSL color Cylindrical-coordinate representation of color #B8152D: hue angle of 351.17º 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 #B8152D is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 45 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.28 |
| HSL | 351.17º | 0.8% | 0.4% | - |
| HSV(B) | 351.17º | 0.89% | 0.72% | - |
| XYZ | 20.51 | 10.92 | 3.51 | - |
| YUV | 72.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 45 | 0 | 0.89 | 0.76 | 0.28 | 351.17 | 0.8 | 0.4 |
| Hex | B8 | 15 | 2D | 0 | 59 | 4C | 1C | 15F | 50 | 28 |
| Octal | 270 | 25 | 55 | 0 | 131 | 114 | 34 | 537 | 120 | 50 |
| Binary | 10111000 | 10101 | 101101 | 0 | 1011001 | 1001100 | 11100 | 101011111 | 1010000 | 101000 |
Color Harmonies of #B8152D
Complementary color
Monochromatic Colors of #B8152D
Black with #B8152D
Text Example
Text Example
White with #B8152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8152D; }
p { color: rgb(184,21,45); }
H1.HeaderClassName
{
color: #B8152D;
}
.AnyTagClassName
{
color: #B8152D;
}
</style>
background-color css
<style>
a { background-color: #B8152D; }
a { background-color: rgb(184,21,45); }
div.DivClassName
{
background-color: #B8152D;
}
.BgClassName
{
background-color: #B8152D;
}
</style>
border-color css
<style>
span { border-color: #B8152D; }
span { border-color: rgb(184,21,45); }
td.TdClassName
{
border-color: #B8152D;
}
.TagClassName
{
border-color: #B8152D;
}
</style>