Shades of Cardinal #B21334
Tints of Cardinal #B21334
RGB
CMYK
RGB Variations
Color information
#B21334 (or 0xB21334) is known color: Cardinal. HEX triplet: B2, 13 and 34. RGB value is (178,19,52). Sum of RGB (Red+Green+Blue) = 178+19+52=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B21334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21334 is #4DECCB. Grayscale: #464646. Windows color (decimal): -5106892 or 3412914. OLE color: 3412914.
HSL color Cylindrical-coordinate representation of color #B21334: hue angle of 347.55º degrees, saturation: 0.81, 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 #B21334 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 52 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.30 |
| HSL | 347.55º | 0.81% | 0.39% | - |
| HSV(B) | 347.55º | 0.89% | 0.7% | - |
| XYZ | 19.21 | 10.18 | 4.2 | - |
| YUV | 70.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 52 | 0 | 0.89 | 0.71 | 0.30 | 347.55 | 0.81 | 0.39 |
| Hex | B2 | 13 | 34 | 0 | 59 | 47 | 1E | 15C | 51 | 27 |
| Octal | 262 | 23 | 64 | 0 | 131 | 107 | 36 | 534 | 121 | 47 |
| Binary | 10110010 | 10011 | 110100 | 0 | 1011001 | 1000111 | 11110 | 101011100 | 1010001 | 100111 |
Color Harmonies of #B21334
Complementary color
Monochromatic Colors of #B21334
Black with #B21334
Text Example
Text Example
White with #B21334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21334; }
p { color: rgb(178,19,52); }
H1.HeaderClassName
{
color: #B21334;
}
.AnyTagClassName
{
color: #B21334;
}
</style>
background-color css
<style>
a { background-color: #B21334; }
a { background-color: rgb(178,19,52); }
div.DivClassName
{
background-color: #B21334;
}
.BgClassName
{
background-color: #B21334;
}
</style>
border-color css
<style>
span { border-color: #B21334; }
span { border-color: rgb(178,19,52); }
td.TdClassName
{
border-color: #B21334;
}
.TagClassName
{
border-color: #B21334;
}
</style>