Shades of Cardinal #B21936
Tints of Cardinal #B21936
RGB
CMYK
RGB Variations
Color information
#B21936 (or 0xB21936) is known color: Cardinal. HEX triplet: B2, 19 and 36. RGB value is (178,25,54). Sum of RGB (Red+Green+Blue) = 178+25+54=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B21936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21936 is #4DE6C9. Grayscale: #4A4A4A. Windows color (decimal): -5105354 or 3545522. OLE color: 3545522.
HSL color Cylindrical-coordinate representation of color #B21936: hue angle of 348.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21936 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 54 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.30 |
| HSL | 348.63º | 0.75% | 0.4% | - |
| HSV(B) | 348.63º | 0.86% | 0.7% | - |
| XYZ | 19.37 | 10.43 | 4.48 | - |
| YUV | 74.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 54 | 0 | 0.86 | 0.70 | 0.30 | 348.63 | 0.75 | 0.4 |
| Hex | B2 | 19 | 36 | 0 | 56 | 46 | 1E | 15D | 4B | 28 |
| Octal | 262 | 31 | 66 | 0 | 126 | 106 | 36 | 535 | 113 | 50 |
| Binary | 10110010 | 11001 | 110110 | 0 | 1010110 | 1000110 | 11110 | 101011101 | 1001011 | 101000 |
Color Harmonies of #B21936
Complementary color
Monochromatic Colors of #B21936
Black with #B21936
Text Example
Text Example
White with #B21936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21936; }
p { color: rgb(178,25,54); }
H1.HeaderClassName
{
color: #B21936;
}
.AnyTagClassName
{
color: #B21936;
}
</style>
background-color css
<style>
a { background-color: #B21936; }
a { background-color: rgb(178,25,54); }
div.DivClassName
{
background-color: #B21936;
}
.BgClassName
{
background-color: #B21936;
}
</style>
border-color css
<style>
span { border-color: #B21936; }
span { border-color: rgb(178,25,54); }
td.TdClassName
{
border-color: #B21936;
}
.TagClassName
{
border-color: #B21936;
}
</style>