Shades of Cardinal #B21A32
Tints of Cardinal #B21A32
RGB
CMYK
RGB Variations
Color information
#B21A32 (or 0xB21A32) is known color: Cardinal. HEX triplet: B2, 1A and 32. RGB value is (178,26,50). Sum of RGB (Red+Green+Blue) = 178+26+50=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A32 is #4DE5CD. Grayscale: #4A4A4A. Windows color (decimal): -5105102 or 3283634. OLE color: 3283634.
HSL color Cylindrical-coordinate representation of color #B21A32: hue angle of 350.53º degrees, saturation: 0.75, 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 #B21A32 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 50 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.30 |
| HSL | 350.53º | 0.75% | 0.4% | - |
| HSV(B) | 350.53º | 0.85% | 0.7% | - |
| XYZ | 19.31 | 10.43 | 4.01 | - |
| YUV | 74.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 50 | 0 | 0.85 | 0.72 | 0.30 | 350.53 | 0.75 | 0.4 |
| Hex | B2 | 1A | 32 | 0 | 55 | 48 | 1E | 15F | 4B | 28 |
| Octal | 262 | 32 | 62 | 0 | 125 | 110 | 36 | 537 | 113 | 50 |
| Binary | 10110010 | 11010 | 110010 | 0 | 1010101 | 1001000 | 11110 | 101011111 | 1001011 | 101000 |
Color Harmonies of #B21A32
Complementary color
Monochromatic Colors of #B21A32
Black with #B21A32
Text Example
Text Example
White with #B21A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21A32; }
p { color: rgb(178,26,50); }
H1.HeaderClassName
{
color: #B21A32;
}
.AnyTagClassName
{
color: #B21A32;
}
</style>
background-color css
<style>
a { background-color: #B21A32; }
a { background-color: rgb(178,26,50); }
div.DivClassName
{
background-color: #B21A32;
}
.BgClassName
{
background-color: #B21A32;
}
</style>
border-color css
<style>
span { border-color: #B21A32; }
span { border-color: rgb(178,26,50); }
td.TdClassName
{
border-color: #B21A32;
}
.TagClassName
{
border-color: #B21A32;
}
</style>