Shades of Cardinal #B21529
Tints of Cardinal #B21529
RGB
CMYK
RGB Variations
Color information
#B21529 (or 0xB21529) is known color: Cardinal. HEX triplet: B2, 15 and 29. RGB value is (178,21,41). Sum of RGB (Red+Green+Blue) = 178+21+41=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B21529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21529 is #4DEAD6. Grayscale: #464646. Windows color (decimal): -5106391 or 2692530. OLE color: 2692530.
HSL color Cylindrical-coordinate representation of color #B21529: hue angle of 352.36º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21529 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 21 | 41 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.30 |
| HSL | 352.36º | 0.79% | 0.39% | - |
| HSV(B) | 352.36º | 0.88% | 0.7% | - |
| XYZ | 19.03 | 10.16 | 3.06 | - |
| YUV | 70.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 41 | 0 | 0.88 | 0.77 | 0.30 | 352.36 | 0.79 | 0.39 |
| Hex | B2 | 15 | 29 | 0 | 58 | 4D | 1E | 160 | 4F | 27 |
| Octal | 262 | 25 | 51 | 0 | 130 | 115 | 36 | 540 | 117 | 47 |
| Binary | 10110010 | 10101 | 101001 | 0 | 1011000 | 1001101 | 11110 | 101100000 | 1001111 | 100111 |
Color Harmonies of #B21529
Complementary color
Monochromatic Colors of #B21529
Black with #B21529
Text Example
Text Example
White with #B21529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21529; }
p { color: rgb(178,21,41); }
H1.HeaderClassName
{
color: #B21529;
}
.AnyTagClassName
{
color: #B21529;
}
</style>
background-color css
<style>
a { background-color: #B21529; }
a { background-color: rgb(178,21,41); }
div.DivClassName
{
background-color: #B21529;
}
.BgClassName
{
background-color: #B21529;
}
</style>
border-color css
<style>
span { border-color: #B21529; }
span { border-color: rgb(178,21,41); }
td.TdClassName
{
border-color: #B21529;
}
.TagClassName
{
border-color: #B21529;
}
</style>