Shades of Cardinal #B21143
Tints of Cardinal #B21143
RGB
CMYK
RGB Variations
Color information
#B21143 (or 0xB21143) is known color: Cardinal. HEX triplet: B2, 11 and 43. RGB value is (178,17,67). Sum of RGB (Red+Green+Blue) = 178+17+67=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B21143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21143 is #4DEEBC. Grayscale: #464646. Windows color (decimal): -5107389 or 4395442. OLE color: 4395442.
HSL color Cylindrical-coordinate representation of color #B21143: hue angle of 341.37º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21143 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 67 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.30 |
| HSL | 341.37º | 0.83% | 0.38% | - |
| HSV(B) | 341.37º | 0.9% | 0.7% | - |
| XYZ | 19.57 | 10.27 | 6.26 | - |
| YUV | 70.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 67 | 0 | 0.90 | 0.62 | 0.30 | 341.37 | 0.83 | 0.38 |
| Hex | B2 | 11 | 43 | 0 | 5A | 3E | 1E | 155 | 53 | 26 |
| Octal | 262 | 21 | 103 | 0 | 132 | 76 | 36 | 525 | 123 | 46 |
| Binary | 10110010 | 10001 | 1000011 | 0 | 1011010 | 111110 | 11110 | 101010101 | 1010011 | 100110 |
Color Harmonies of #B21143
Complementary color
Monochromatic Colors of #B21143
Black with #B21143
Text Example
Text Example
White with #B21143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21143; }
p { color: rgb(178,17,67); }
H1.HeaderClassName
{
color: #B21143;
}
.AnyTagClassName
{
color: #B21143;
}
</style>
background-color css
<style>
a { background-color: #B21143; }
a { background-color: rgb(178,17,67); }
div.DivClassName
{
background-color: #B21143;
}
.BgClassName
{
background-color: #B21143;
}
</style>
border-color css
<style>
span { border-color: #B21143; }
span { border-color: rgb(178,17,67); }
td.TdClassName
{
border-color: #B21143;
}
.TagClassName
{
border-color: #B21143;
}
</style>