Shades of Cardinal #B4212C
Tints of Cardinal #B4212C
RGB
CMYK
RGB Variations
Color information
#B4212C (or 0xB4212C) is known color: Cardinal. HEX triplet: B4, 21 and 2C. RGB value is (180,33,44). Sum of RGB (Red+Green+Blue) = 180+33+44=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B4212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4212C is #4BDED3. Grayscale: #4E4E4E. Windows color (decimal): -4972244 or 2892212. OLE color: 2892212.
HSL color Cylindrical-coordinate representation of color #B4212C: hue angle of 355.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4212C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 44 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.29 |
| HSL | 355.51º | 0.69% | 0.42% | - |
| HSV(B) | 355.51º | 0.82% | 0.71% | - |
| XYZ | 19.82 | 10.97 | 3.46 | - |
| YUV | 78.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 44 | 0 | 0.82 | 0.76 | 0.29 | 355.51 | 0.69 | 0.42 |
| Hex | B4 | 21 | 2C | 0 | 52 | 4C | 1D | 164 | 45 | 2A |
| Octal | 264 | 41 | 54 | 0 | 122 | 114 | 35 | 544 | 105 | 52 |
| Binary | 10110100 | 100001 | 101100 | 0 | 1010010 | 1001100 | 11101 | 101100100 | 1000101 | 101010 |
Color Harmonies of #B4212C
Complementary color
Monochromatic Colors of #B4212C
Black with #B4212C
Text Example
Text Example
White with #B4212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4212C; }
p { color: rgb(180,33,44); }
H1.HeaderClassName
{
color: #B4212C;
}
.AnyTagClassName
{
color: #B4212C;
}
</style>
background-color css
<style>
a { background-color: #B4212C; }
a { background-color: rgb(180,33,44); }
div.DivClassName
{
background-color: #B4212C;
}
.BgClassName
{
background-color: #B4212C;
}
</style>
border-color css
<style>
span { border-color: #B4212C; }
span { border-color: rgb(180,33,44); }
td.TdClassName
{
border-color: #B4212C;
}
.TagClassName
{
border-color: #B4212C;
}
</style>