Shades of Cardinal #B81644
Tints of Cardinal #B81644
RGB
CMYK
RGB Variations
Color information
#B81644 (or 0xB81644) is known color: Cardinal. HEX triplet: B8, 16 and 44. RGB value is (184,22,68). Sum of RGB (Red+Green+Blue) = 184+22+68=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B81644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81644 is #47E9BB. Grayscale: #4B4B4B. Windows color (decimal): -4712892 or 4462264. OLE color: 4462264.
HSL color Cylindrical-coordinate representation of color #B81644: hue angle of 342.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81644 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 68 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.28 |
| HSL | 342.96º | 0.79% | 0.4% | - |
| HSV(B) | 342.96º | 0.88% | 0.72% | - |
| XYZ | 21.1 | 11.18 | 6.52 | - |
| YUV | 75.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 68 | 0 | 0.88 | 0.63 | 0.28 | 342.96 | 0.79 | 0.4 |
| Hex | B8 | 16 | 44 | 0 | 58 | 3F | 1C | 157 | 4F | 28 |
| Octal | 270 | 26 | 104 | 0 | 130 | 77 | 34 | 527 | 117 | 50 |
| Binary | 10111000 | 10110 | 1000100 | 0 | 1011000 | 111111 | 11100 | 101010111 | 1001111 | 101000 |
Color Harmonies of #B81644
Complementary color
Monochromatic Colors of #B81644
Black with #B81644
Text Example
Text Example
White with #B81644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81644; }
p { color: rgb(184,22,68); }
H1.HeaderClassName
{
color: #B81644;
}
.AnyTagClassName
{
color: #B81644;
}
</style>
background-color css
<style>
a { background-color: #B81644; }
a { background-color: rgb(184,22,68); }
div.DivClassName
{
background-color: #B81644;
}
.BgClassName
{
background-color: #B81644;
}
</style>
border-color css
<style>
span { border-color: #B81644; }
span { border-color: rgb(184,22,68); }
td.TdClassName
{
border-color: #B81644;
}
.TagClassName
{
border-color: #B81644;
}
</style>