Shades of Cardinal #B21031
Tints of Cardinal #B21031
RGB
CMYK
RGB Variations
Color information
#B21031 (or 0xB21031) is known color: Cardinal. HEX triplet: B2, 10 and 31. RGB value is (178,16,49). Sum of RGB (Red+Green+Blue) = 178+16+49=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B21031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21031 is #4DEFCE. Grayscale: #444444. Windows color (decimal): -5107663 or 3215538. OLE color: 3215538.
HSL color Cylindrical-coordinate representation of color #B21031: hue angle of 347.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21031 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 49 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.30 |
| HSL | 347.78º | 0.84% | 0.38% | - |
| HSV(B) | 347.78º | 0.91% | 0.7% | - |
| XYZ | 19.1 | 10.06 | 3.84 | - |
| YUV | 68.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 49 | 0 | 0.91 | 0.72 | 0.30 | 347.78 | 0.84 | 0.38 |
| Hex | B2 | 10 | 31 | 0 | 5B | 48 | 1E | 15C | 54 | 26 |
| Octal | 262 | 20 | 61 | 0 | 133 | 110 | 36 | 534 | 124 | 46 |
| Binary | 10110010 | 10000 | 110001 | 0 | 1011011 | 1001000 | 11110 | 101011100 | 1010100 | 100110 |
Color Harmonies of #B21031
Complementary color
Monochromatic Colors of #B21031
Black with #B21031
Text Example
Text Example
White with #B21031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21031; }
p { color: rgb(178,16,49); }
H1.HeaderClassName
{
color: #B21031;
}
.AnyTagClassName
{
color: #B21031;
}
</style>
background-color css
<style>
a { background-color: #B21031; }
a { background-color: rgb(178,16,49); }
div.DivClassName
{
background-color: #B21031;
}
.BgClassName
{
background-color: #B21031;
}
</style>
border-color css
<style>
span { border-color: #B21031; }
span { border-color: rgb(178,16,49); }
td.TdClassName
{
border-color: #B21031;
}
.TagClassName
{
border-color: #B21031;
}
</style>