Shades of Cardinal #B21028
Tints of Cardinal #B21028
RGB
CMYK
RGB Variations
Color information
#B21028 (or 0xB21028) is known color: Cardinal. HEX triplet: B2, 10 and 28. RGB value is (178,16,40). Sum of RGB (Red+Green+Blue) = 178+16+40=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B21028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21028 is #4DEFD7. Grayscale: #434343. Windows color (decimal): -5107672 or 2625714. OLE color: 2625714.
HSL color Cylindrical-coordinate representation of color #B21028: hue angle of 351.11º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21028 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 40 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.30 |
| HSL | 351.11º | 0.84% | 0.38% | - |
| HSV(B) | 351.11º | 0.91% | 0.7% | - |
| XYZ | 18.93 | 9.99 | 2.94 | - |
| YUV | 67.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 40 | 0 | 0.91 | 0.78 | 0.30 | 351.11 | 0.84 | 0.38 |
| Hex | B2 | 10 | 28 | 0 | 5B | 4E | 1E | 15F | 54 | 26 |
| Octal | 262 | 20 | 50 | 0 | 133 | 116 | 36 | 537 | 124 | 46 |
| Binary | 10110010 | 10000 | 101000 | 0 | 1011011 | 1001110 | 11110 | 101011111 | 1010100 | 100110 |
Color Harmonies of #B21028
Complementary color
Monochromatic Colors of #B21028
Black with #B21028
Text Example
Text Example
White with #B21028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21028; }
p { color: rgb(178,16,40); }
H1.HeaderClassName
{
color: #B21028;
}
.AnyTagClassName
{
color: #B21028;
}
</style>
background-color css
<style>
a { background-color: #B21028; }
a { background-color: rgb(178,16,40); }
div.DivClassName
{
background-color: #B21028;
}
.BgClassName
{
background-color: #B21028;
}
</style>
border-color css
<style>
span { border-color: #B21028; }
span { border-color: rgb(178,16,40); }
td.TdClassName
{
border-color: #B21028;
}
.TagClassName
{
border-color: #B21028;
}
</style>