Shades of Cardinal #B21139
Tints of Cardinal #B21139
RGB
CMYK
RGB Variations
Color information
#B21139 (or 0xB21139) is known color: Cardinal. HEX triplet: B2, 11 and 39. RGB value is (178,17,57). Sum of RGB (Red+Green+Blue) = 178+17+57=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B21139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21139 is #4DEEC6. Grayscale: #454545. Windows color (decimal): -5107399 or 3740082. OLE color: 3740082.
HSL color Cylindrical-coordinate representation of color #B21139: hue angle of 345.09º degrees, saturation: 0.83, 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 #B21139 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 57 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.30 |
| HSL | 345.09º | 0.83% | 0.38% | - |
| HSV(B) | 345.09º | 0.9% | 0.7% | - |
| XYZ | 19.3 | 10.16 | 4.82 | - |
| YUV | 69.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 57 | 0 | 0.90 | 0.68 | 0.30 | 345.09 | 0.83 | 0.38 |
| Hex | B2 | 11 | 39 | 0 | 5A | 44 | 1E | 159 | 53 | 26 |
| Octal | 262 | 21 | 71 | 0 | 132 | 104 | 36 | 531 | 123 | 46 |
| Binary | 10110010 | 10001 | 111001 | 0 | 1011010 | 1000100 | 11110 | 101011001 | 1010011 | 100110 |
Color Harmonies of #B21139
Complementary color
Monochromatic Colors of #B21139
Black with #B21139
Text Example
Text Example
White with #B21139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21139; }
p { color: rgb(178,17,57); }
H1.HeaderClassName
{
color: #B21139;
}
.AnyTagClassName
{
color: #B21139;
}
</style>
background-color css
<style>
a { background-color: #B21139; }
a { background-color: rgb(178,17,57); }
div.DivClassName
{
background-color: #B21139;
}
.BgClassName
{
background-color: #B21139;
}
</style>
border-color css
<style>
span { border-color: #B21139; }
span { border-color: rgb(178,17,57); }
td.TdClassName
{
border-color: #B21139;
}
.TagClassName
{
border-color: #B21139;
}
</style>