Shades of Cardinal #B21E32
Tints of Cardinal #B21E32
RGB
CMYK
RGB Variations
Color information
#B21E32 (or 0xB21E32) is known color: Cardinal. HEX triplet: B2, 1E and 32. RGB value is (178,30,50). Sum of RGB (Red+Green+Blue) = 178+30+50=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E32 is #4DE1CD. Grayscale: #4C4C4C. Windows color (decimal): -5104078 or 3284658. OLE color: 3284658.
HSL color Cylindrical-coordinate representation of color #B21E32: hue angle of 351.89º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E32 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 50 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.30 |
| HSL | 351.89º | 0.71% | 0.41% | - |
| HSV(B) | 351.89º | 0.83% | 0.7% | - |
| XYZ | 19.4 | 10.62 | 4.05 | - |
| YUV | 76.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 50 | 0 | 0.83 | 0.72 | 0.30 | 351.89 | 0.71 | 0.41 |
| Hex | B2 | 1E | 32 | 0 | 53 | 48 | 1E | 160 | 47 | 29 |
| Octal | 262 | 36 | 62 | 0 | 123 | 110 | 36 | 540 | 107 | 51 |
| Binary | 10110010 | 11110 | 110010 | 0 | 1010011 | 1001000 | 11110 | 101100000 | 1000111 | 101001 |
Color Harmonies of #B21E32
Complementary color
Monochromatic Colors of #B21E32
Black with #B21E32
Text Example
Text Example
White with #B21E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E32; }
p { color: rgb(178,30,50); }
H1.HeaderClassName
{
color: #B21E32;
}
.AnyTagClassName
{
color: #B21E32;
}
</style>
background-color css
<style>
a { background-color: #B21E32; }
a { background-color: rgb(178,30,50); }
div.DivClassName
{
background-color: #B21E32;
}
.BgClassName
{
background-color: #B21E32;
}
</style>
border-color css
<style>
span { border-color: #B21E32; }
span { border-color: rgb(178,30,50); }
td.TdClassName
{
border-color: #B21E32;
}
.TagClassName
{
border-color: #B21E32;
}
</style>