Shades of Cardinal #B21D32
Tints of Cardinal #B21D32
RGB
CMYK
RGB Variations
Color information
#B21D32 (or 0xB21D32) is known color: Cardinal. HEX triplet: B2, 1D and 32. RGB value is (178,29,50). Sum of RGB (Red+Green+Blue) = 178+29+50=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D32 is #4DE2CD. Grayscale: #4C4C4C. Windows color (decimal): -5104334 or 3284402. OLE color: 3284402.
HSL color Cylindrical-coordinate representation of color #B21D32: hue angle of 351.54º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D32 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 50 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.30 |
| HSL | 351.54º | 0.72% | 0.41% | - |
| HSV(B) | 351.54º | 0.84% | 0.7% | - |
| XYZ | 19.38 | 10.57 | 4.04 | - |
| YUV | 75.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 50 | 0 | 0.84 | 0.72 | 0.30 | 351.54 | 0.72 | 0.41 |
| Hex | B2 | 1D | 32 | 0 | 54 | 48 | 1E | 160 | 48 | 29 |
| Octal | 262 | 35 | 62 | 0 | 124 | 110 | 36 | 540 | 110 | 51 |
| Binary | 10110010 | 11101 | 110010 | 0 | 1010100 | 1001000 | 11110 | 101100000 | 1001000 | 101001 |
Color Harmonies of #B21D32
Complementary color
Monochromatic Colors of #B21D32
Black with #B21D32
Text Example
Text Example
White with #B21D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D32; }
p { color: rgb(178,29,50); }
H1.HeaderClassName
{
color: #B21D32;
}
.AnyTagClassName
{
color: #B21D32;
}
</style>
background-color css
<style>
a { background-color: #B21D32; }
a { background-color: rgb(178,29,50); }
div.DivClassName
{
background-color: #B21D32;
}
.BgClassName
{
background-color: #B21D32;
}
</style>
border-color css
<style>
span { border-color: #B21D32; }
span { border-color: rgb(178,29,50); }
td.TdClassName
{
border-color: #B21D32;
}
.TagClassName
{
border-color: #B21D32;
}
</style>