Shades of Cardinal #B21446
Tints of Cardinal #B21446
RGB
CMYK
RGB Variations
Color information
#B21446 (or 0xB21446) is known color: Cardinal. HEX triplet: B2, 14 and 46. RGB value is (178,20,70). Sum of RGB (Red+Green+Blue) = 178+20+70=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B21446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21446 is #4DEBB9. Grayscale: #484848. Windows color (decimal): -5106618 or 4592818. OLE color: 4592818.
HSL color Cylindrical-coordinate representation of color #B21446: hue angle of 341.01º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21446 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 70 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.30 |
| HSL | 341.01º | 0.8% | 0.39% | - |
| HSV(B) | 341.01º | 0.89% | 0.7% | - |
| XYZ | 19.72 | 10.41 | 6.76 | - |
| YUV | 72.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 70 | 0 | 0.89 | 0.61 | 0.30 | 341.01 | 0.8 | 0.39 |
| Hex | B2 | 14 | 46 | 0 | 59 | 3D | 1E | 155 | 50 | 27 |
| Octal | 262 | 24 | 106 | 0 | 131 | 75 | 36 | 525 | 120 | 47 |
| Binary | 10110010 | 10100 | 1000110 | 0 | 1011001 | 111101 | 11110 | 101010101 | 1010000 | 100111 |
Color Harmonies of #B21446
Complementary color
Monochromatic Colors of #B21446
Black with #B21446
Text Example
Text Example
White with #B21446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21446; }
p { color: rgb(178,20,70); }
H1.HeaderClassName
{
color: #B21446;
}
.AnyTagClassName
{
color: #B21446;
}
</style>
background-color css
<style>
a { background-color: #B21446; }
a { background-color: rgb(178,20,70); }
div.DivClassName
{
background-color: #B21446;
}
.BgClassName
{
background-color: #B21446;
}
</style>
border-color css
<style>
span { border-color: #B21446; }
span { border-color: rgb(178,20,70); }
td.TdClassName
{
border-color: #B21446;
}
.TagClassName
{
border-color: #B21446;
}
</style>