Shades of Cardinal #B21E3A
Tints of Cardinal #B21E3A
RGB
CMYK
RGB Variations
Color information
#B21E3A (or 0xB21E3A) is known color: Cardinal. HEX triplet: B2, 1E and 3A. RGB value is (178,30,58). Sum of RGB (Red+Green+Blue) = 178+30+58=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E3A is #4DE1C5. Grayscale: #4D4D4D. Windows color (decimal): -5104070 or 3808946. OLE color: 3808946.
HSL color Cylindrical-coordinate representation of color #B21E3A: hue angle of 348.65º 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 #B21E3A is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 58 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.30 |
| HSL | 348.65º | 0.71% | 0.41% | - |
| HSV(B) | 348.65º | 0.83% | 0.7% | - |
| XYZ | 19.59 | 10.7 | 5.04 | - |
| YUV | 77.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 58 | 0 | 0.83 | 0.67 | 0.30 | 348.65 | 0.71 | 0.41 |
| Hex | B2 | 1E | 3A | 0 | 53 | 43 | 1E | 15D | 47 | 29 |
| Octal | 262 | 36 | 72 | 0 | 123 | 103 | 36 | 535 | 107 | 51 |
| Binary | 10110010 | 11110 | 111010 | 0 | 1010011 | 1000011 | 11110 | 101011101 | 1000111 | 101001 |
Color Harmonies of #B21E3A
Complementary color
Monochromatic Colors of #B21E3A
Black with #B21E3A
Text Example
Text Example
White with #B21E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E3A; }
p { color: rgb(178,30,58); }
H1.HeaderClassName
{
color: #B21E3A;
}
.AnyTagClassName
{
color: #B21E3A;
}
</style>
background-color css
<style>
a { background-color: #B21E3A; }
a { background-color: rgb(178,30,58); }
div.DivClassName
{
background-color: #B21E3A;
}
.BgClassName
{
background-color: #B21E3A;
}
</style>
border-color css
<style>
span { border-color: #B21E3A; }
span { border-color: rgb(178,30,58); }
td.TdClassName
{
border-color: #B21E3A;
}
.TagClassName
{
border-color: #B21E3A;
}
</style>