Shades of Cardinal #B21D46
Tints of Cardinal #B21D46
RGB
CMYK
RGB Variations
Color information
#B21D46 (or 0xB21D46) is known color: Cardinal. HEX triplet: B2, 1D and 46. RGB value is (178,29,70). Sum of RGB (Red+Green+Blue) = 178+29+70=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D46 is #4DE2B9. Grayscale: #4E4E4E. Windows color (decimal): -5104314 or 4595122. OLE color: 4595122.
HSL color Cylindrical-coordinate representation of color #B21D46: hue angle of 343.49º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D46 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 70 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.30 |
| HSL | 343.49º | 0.72% | 0.41% | - |
| HSV(B) | 343.49º | 0.84% | 0.7% | - |
| XYZ | 19.9 | 10.79 | 6.83 | - |
| YUV | 78.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 70 | 0 | 0.84 | 0.61 | 0.30 | 343.49 | 0.72 | 0.41 |
| Hex | B2 | 1D | 46 | 0 | 54 | 3D | 1E | 157 | 48 | 29 |
| Octal | 262 | 35 | 106 | 0 | 124 | 75 | 36 | 527 | 110 | 51 |
| Binary | 10110010 | 11101 | 1000110 | 0 | 1010100 | 111101 | 11110 | 101010111 | 1001000 | 101001 |
Color Harmonies of #B21D46
Complementary color
Monochromatic Colors of #B21D46
Black with #B21D46
Text Example
Text Example
White with #B21D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D46; }
p { color: rgb(178,29,70); }
H1.HeaderClassName
{
color: #B21D46;
}
.AnyTagClassName
{
color: #B21D46;
}
</style>
background-color css
<style>
a { background-color: #B21D46; }
a { background-color: rgb(178,29,70); }
div.DivClassName
{
background-color: #B21D46;
}
.BgClassName
{
background-color: #B21D46;
}
</style>
border-color css
<style>
span { border-color: #B21D46; }
span { border-color: rgb(178,29,70); }
td.TdClassName
{
border-color: #B21D46;
}
.TagClassName
{
border-color: #B21D46;
}
</style>