Shades of Cardinal #B21B2C
Tints of Cardinal #B21B2C
RGB
CMYK
RGB Variations
Color information
#B21B2C (or 0xB21B2C) is known color: Cardinal. HEX triplet: B2, 1B and 2C. RGB value is (178,27,44). Sum of RGB (Red+Green+Blue) = 178+27+44=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B2C is #4DE4D3. Grayscale: #4A4A4A. Windows color (decimal): -5104852 or 2890674. OLE color: 2890674.
HSL color Cylindrical-coordinate representation of color #B21B2C: hue angle of 353.25º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B2C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 44 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.30 |
| HSL | 353.25º | 0.74% | 0.4% | - |
| HSV(B) | 353.25º | 0.85% | 0.7% | - |
| XYZ | 19.21 | 10.43 | 3.38 | - |
| YUV | 74.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 44 | 0 | 0.85 | 0.75 | 0.30 | 353.25 | 0.74 | 0.4 |
| Hex | B2 | 1B | 2C | 0 | 55 | 4B | 1E | 161 | 4A | 28 |
| Octal | 262 | 33 | 54 | 0 | 125 | 113 | 36 | 541 | 112 | 50 |
| Binary | 10110010 | 11011 | 101100 | 0 | 1010101 | 1001011 | 11110 | 101100001 | 1001010 | 101000 |
Color Harmonies of #B21B2C
Complementary color
Monochromatic Colors of #B21B2C
Black with #B21B2C
Text Example
Text Example
White with #B21B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B2C; }
p { color: rgb(178,27,44); }
H1.HeaderClassName
{
color: #B21B2C;
}
.AnyTagClassName
{
color: #B21B2C;
}
</style>
background-color css
<style>
a { background-color: #B21B2C; }
a { background-color: rgb(178,27,44); }
div.DivClassName
{
background-color: #B21B2C;
}
.BgClassName
{
background-color: #B21B2C;
}
</style>
border-color css
<style>
span { border-color: #B21B2C; }
span { border-color: rgb(178,27,44); }
td.TdClassName
{
border-color: #B21B2C;
}
.TagClassName
{
border-color: #B21B2C;
}
</style>