Shades of Cardinal #B8132D
Tints of Cardinal #B8132D
RGB
CMYK
RGB Variations
Color information
#B8132D (or 0xB8132D) is known color: Cardinal. HEX triplet: B8, 13 and 2D. RGB value is (184,19,45). Sum of RGB (Red+Green+Blue) = 184+19+45=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8132D is #47ECD2. Grayscale: #474747. Windows color (decimal): -4713683 or 2954168. OLE color: 2954168.
HSL color Cylindrical-coordinate representation of color #B8132D: hue angle of 350.55º 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 #B8132D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.28 |
| HSL | 350.55º | 0.81% | 0.4% | - |
| HSV(B) | 350.55º | 0.9% | 0.72% | - |
| XYZ | 20.47 | 10.85 | 3.5 | - |
| YUV | 71.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 45 | 0 | 0.90 | 0.76 | 0.28 | 350.55 | 0.81 | 0.4 |
| Hex | B8 | 13 | 2D | 0 | 5A | 4C | 1C | 15F | 51 | 28 |
| Octal | 270 | 23 | 55 | 0 | 132 | 114 | 34 | 537 | 121 | 50 |
| Binary | 10111000 | 10011 | 101101 | 0 | 1011010 | 1001100 | 11100 | 101011111 | 1010001 | 101000 |
Color Harmonies of #B8132D
Complementary color
Monochromatic Colors of #B8132D
Black with #B8132D
Text Example
Text Example
White with #B8132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8132D; }
p { color: rgb(184,19,45); }
H1.HeaderClassName
{
color: #B8132D;
}
.AnyTagClassName
{
color: #B8132D;
}
</style>
background-color css
<style>
a { background-color: #B8132D; }
a { background-color: rgb(184,19,45); }
div.DivClassName
{
background-color: #B8132D;
}
.BgClassName
{
background-color: #B8132D;
}
</style>
border-color css
<style>
span { border-color: #B8132D; }
span { border-color: rgb(184,19,45); }
td.TdClassName
{
border-color: #B8132D;
}
.TagClassName
{
border-color: #B8132D;
}
</style>