Shades of Cardinal #B21238
Tints of Cardinal #B21238
RGB
CMYK
RGB Variations
Color information
#B21238 (or 0xB21238) is known color: Cardinal. HEX triplet: B2, 12 and 38. RGB value is (178,18,56). Sum of RGB (Red+Green+Blue) = 178+18+56=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B21238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21238 is #4DEDC7. Grayscale: #464646. Windows color (decimal): -5107144 or 3674802. OLE color: 3674802.
HSL color Cylindrical-coordinate representation of color #B21238: hue angle of 345.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21238 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 56 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.30 |
| HSL | 345.75º | 0.82% | 0.38% | - |
| HSV(B) | 345.75º | 0.9% | 0.7% | - |
| XYZ | 19.29 | 10.18 | 4.69 | - |
| YUV | 70.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 56 | 0 | 0.90 | 0.69 | 0.30 | 345.75 | 0.82 | 0.38 |
| Hex | B2 | 12 | 38 | 0 | 5A | 45 | 1E | 15A | 52 | 26 |
| Octal | 262 | 22 | 70 | 0 | 132 | 105 | 36 | 532 | 122 | 46 |
| Binary | 10110010 | 10010 | 111000 | 0 | 1011010 | 1000101 | 11110 | 101011010 | 1010010 | 100110 |
Color Harmonies of #B21238
Complementary color
Monochromatic Colors of #B21238
Black with #B21238
Text Example
Text Example
White with #B21238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21238; }
p { color: rgb(178,18,56); }
H1.HeaderClassName
{
color: #B21238;
}
.AnyTagClassName
{
color: #B21238;
}
</style>
background-color css
<style>
a { background-color: #B21238; }
a { background-color: rgb(178,18,56); }
div.DivClassName
{
background-color: #B21238;
}
.BgClassName
{
background-color: #B21238;
}
</style>
border-color css
<style>
span { border-color: #B21238; }
span { border-color: rgb(178,18,56); }
td.TdClassName
{
border-color: #B21238;
}
.TagClassName
{
border-color: #B21238;
}
</style>