Shades of Cardinal #B21E39
Tints of Cardinal #B21E39
RGB
CMYK
RGB Variations
Color information
#B21E39 (or 0xB21E39) is known color: Cardinal. HEX triplet: B2, 1E and 39. RGB value is (178,30,57). Sum of RGB (Red+Green+Blue) = 178+30+57=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E39 is #4DE1C6. Grayscale: #4D4D4D. Windows color (decimal): -5104071 or 3743410. OLE color: 3743410.
HSL color Cylindrical-coordinate representation of color #B21E39: hue angle of 349.05º 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 #B21E39 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 57 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.30 |
| HSL | 349.05º | 0.71% | 0.41% | - |
| HSV(B) | 349.05º | 0.83% | 0.7% | - |
| XYZ | 19.56 | 10.69 | 4.9 | - |
| YUV | 77.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 57 | 0 | 0.83 | 0.68 | 0.30 | 349.05 | 0.71 | 0.41 |
| Hex | B2 | 1E | 39 | 0 | 53 | 44 | 1E | 15D | 47 | 29 |
| Octal | 262 | 36 | 71 | 0 | 123 | 104 | 36 | 535 | 107 | 51 |
| Binary | 10110010 | 11110 | 111001 | 0 | 1010011 | 1000100 | 11110 | 101011101 | 1000111 | 101001 |
Color Harmonies of #B21E39
Complementary color
Monochromatic Colors of #B21E39
Black with #B21E39
Text Example
Text Example
White with #B21E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E39; }
p { color: rgb(178,30,57); }
H1.HeaderClassName
{
color: #B21E39;
}
.AnyTagClassName
{
color: #B21E39;
}
</style>
background-color css
<style>
a { background-color: #B21E39; }
a { background-color: rgb(178,30,57); }
div.DivClassName
{
background-color: #B21E39;
}
.BgClassName
{
background-color: #B21E39;
}
</style>
border-color css
<style>
span { border-color: #B21E39; }
span { border-color: rgb(178,30,57); }
td.TdClassName
{
border-color: #B21E39;
}
.TagClassName
{
border-color: #B21E39;
}
</style>