Shades of Cardinal #B21826
Tints of Cardinal #B21826
RGB
CMYK
RGB Variations
Color information
#B21826 (or 0xB21826) is known color: Cardinal. HEX triplet: B2, 18 and 26. RGB value is (178,24,38). Sum of RGB (Red+Green+Blue) = 178+24+38=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B21826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21826 is #4DE7D9. Grayscale: #474747. Windows color (decimal): -5105626 or 2496690. OLE color: 2496690.
HSL color Cylindrical-coordinate representation of color #B21826: hue angle of 354.55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21826 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 38 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.30 |
| HSL | 354.55º | 0.76% | 0.4% | - |
| HSV(B) | 354.55º | 0.87% | 0.7% | - |
| XYZ | 19.04 | 10.26 | 2.81 | - |
| YUV | 71.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 38 | 0 | 0.87 | 0.79 | 0.30 | 354.55 | 0.76 | 0.4 |
| Hex | B2 | 18 | 26 | 0 | 57 | 4F | 1E | 163 | 4C | 28 |
| Octal | 262 | 30 | 46 | 0 | 127 | 117 | 36 | 543 | 114 | 50 |
| Binary | 10110010 | 11000 | 100110 | 0 | 1010111 | 1001111 | 11110 | 101100011 | 1001100 | 101000 |
Color Harmonies of #B21826
Complementary color
Monochromatic Colors of #B21826
Black with #B21826
Text Example
Text Example
White with #B21826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21826; }
p { color: rgb(178,24,38); }
H1.HeaderClassName
{
color: #B21826;
}
.AnyTagClassName
{
color: #B21826;
}
</style>
background-color css
<style>
a { background-color: #B21826; }
a { background-color: rgb(178,24,38); }
div.DivClassName
{
background-color: #B21826;
}
.BgClassName
{
background-color: #B21826;
}
</style>
border-color css
<style>
span { border-color: #B21826; }
span { border-color: rgb(178,24,38); }
td.TdClassName
{
border-color: #B21826;
}
.TagClassName
{
border-color: #B21826;
}
</style>