Shades of Cardinal #B81445
Tints of Cardinal #B81445
RGB
CMYK
RGB Variations
Color information
#B81445 (or 0xB81445) is known color: Cardinal. HEX triplet: B8, 14 and 45. RGB value is (184,20,69). Sum of RGB (Red+Green+Blue) = 184+20+69=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81445 is #47EBBA. Grayscale: #4A4A4A. Windows color (decimal): -4713403 or 4527288. OLE color: 4527288.
HSL color Cylindrical-coordinate representation of color #B81445: hue angle of 342.07º 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 #B81445 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 69 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.28 |
| HSL | 342.07º | 0.8% | 0.4% | - |
| HSV(B) | 342.07º | 0.89% | 0.72% | - |
| XYZ | 21.09 | 11.12 | 6.67 | - |
| YUV | 74.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 69 | 0 | 0.89 | 0.62 | 0.28 | 342.07 | 0.8 | 0.4 |
| Hex | B8 | 14 | 45 | 0 | 59 | 3E | 1C | 156 | 50 | 28 |
| Octal | 270 | 24 | 105 | 0 | 131 | 76 | 34 | 526 | 120 | 50 |
| Binary | 10111000 | 10100 | 1000101 | 0 | 1011001 | 111110 | 11100 | 101010110 | 1010000 | 101000 |
Color Harmonies of #B81445
Complementary color
Monochromatic Colors of #B81445
Black with #B81445
Text Example
Text Example
White with #B81445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81445; }
p { color: rgb(184,20,69); }
H1.HeaderClassName
{
color: #B81445;
}
.AnyTagClassName
{
color: #B81445;
}
</style>
background-color css
<style>
a { background-color: #B81445; }
a { background-color: rgb(184,20,69); }
div.DivClassName
{
background-color: #B81445;
}
.BgClassName
{
background-color: #B81445;
}
</style>
border-color css
<style>
span { border-color: #B81445; }
span { border-color: rgb(184,20,69); }
td.TdClassName
{
border-color: #B81445;
}
.TagClassName
{
border-color: #B81445;
}
</style>