Shades of Cardinal #B21E42
Tints of Cardinal #B21E42
RGB
CMYK
RGB Variations
Color information
#B21E42 (or 0xB21E42) is known color: Cardinal. HEX triplet: B2, 1E and 42. RGB value is (178,30,66). Sum of RGB (Red+Green+Blue) = 178+30+66=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E42 is #4DE1BD. Grayscale: #4E4E4E. Windows color (decimal): -5104062 or 4333234. OLE color: 4333234.
HSL color Cylindrical-coordinate representation of color #B21E42: hue angle of 345.41º 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 #B21E42 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 66 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.30 |
| HSL | 345.41º | 0.71% | 0.41% | - |
| HSV(B) | 345.41º | 0.83% | 0.7% | - |
| XYZ | 19.81 | 10.79 | 6.19 | - |
| YUV | 78.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 66 | 0 | 0.83 | 0.63 | 0.30 | 345.41 | 0.71 | 0.41 |
| Hex | B2 | 1E | 42 | 0 | 53 | 3F | 1E | 159 | 47 | 29 |
| Octal | 262 | 36 | 102 | 0 | 123 | 77 | 36 | 531 | 107 | 51 |
| Binary | 10110010 | 11110 | 1000010 | 0 | 1010011 | 111111 | 11110 | 101011001 | 1000111 | 101001 |
Color Harmonies of #B21E42
Complementary color
Monochromatic Colors of #B21E42
Black with #B21E42
Text Example
Text Example
White with #B21E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E42; }
p { color: rgb(178,30,66); }
H1.HeaderClassName
{
color: #B21E42;
}
.AnyTagClassName
{
color: #B21E42;
}
</style>
background-color css
<style>
a { background-color: #B21E42; }
a { background-color: rgb(178,30,66); }
div.DivClassName
{
background-color: #B21E42;
}
.BgClassName
{
background-color: #B21E42;
}
</style>
border-color css
<style>
span { border-color: #B21E42; }
span { border-color: rgb(178,30,66); }
td.TdClassName
{
border-color: #B21E42;
}
.TagClassName
{
border-color: #B21E42;
}
</style>