Shades of Cardinal #B8132C
Tints of Cardinal #B8132C
RGB
CMYK
RGB Variations
Color information
#B8132C (or 0xB8132C) is known color: Cardinal. HEX triplet: B8, 13 and 2C. RGB value is (184,19,44). Sum of RGB (Red+Green+Blue) = 184+19+44=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8132C is #47ECD3. Grayscale: #474747. Windows color (decimal): -4713684 or 2888632. OLE color: 2888632.
HSL color Cylindrical-coordinate representation of color #B8132C: hue angle of 350.91º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8132C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 44 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.28 |
| HSL | 350.91º | 0.81% | 0.4% | - |
| HSV(B) | 350.91º | 0.9% | 0.72% | - |
| XYZ | 20.45 | 10.84 | 3.4 | - |
| YUV | 71.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 44 | 0 | 0.90 | 0.76 | 0.28 | 350.91 | 0.81 | 0.4 |
| Hex | B8 | 13 | 2C | 0 | 5A | 4C | 1C | 15F | 51 | 28 |
| Octal | 270 | 23 | 54 | 0 | 132 | 114 | 34 | 537 | 121 | 50 |
| Binary | 10111000 | 10011 | 101100 | 0 | 1011010 | 1001100 | 11100 | 101011111 | 1010001 | 101000 |
Color Harmonies of #B8132C
Complementary color
Monochromatic Colors of #B8132C
Black with #B8132C
Text Example
Text Example
White with #B8132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8132C; }
p { color: rgb(184,19,44); }
H1.HeaderClassName
{
color: #B8132C;
}
.AnyTagClassName
{
color: #B8132C;
}
</style>
background-color css
<style>
a { background-color: #B8132C; }
a { background-color: rgb(184,19,44); }
div.DivClassName
{
background-color: #B8132C;
}
.BgClassName
{
background-color: #B8132C;
}
</style>
border-color css
<style>
span { border-color: #B8132C; }
span { border-color: rgb(184,19,44); }
td.TdClassName
{
border-color: #B8132C;
}
.TagClassName
{
border-color: #B8132C;
}
</style>