Shades of Cardinal #B2152B
Tints of Cardinal #B2152B
RGB
CMYK
RGB Variations
Color information
#B2152B (or 0xB2152B) is known color: Cardinal. HEX triplet: B2, 15 and 2B. RGB value is (178,21,43). Sum of RGB (Red+Green+Blue) = 178+21+43=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2152B is #4DEAD4. Grayscale: #464646. Windows color (decimal): -5106389 or 2823602. OLE color: 2823602.
HSL color Cylindrical-coordinate representation of color #B2152B: hue angle of 351.59º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2152B is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 21 | 43 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.30 |
| HSL | 351.59º | 0.79% | 0.39% | - |
| HSV(B) | 351.59º | 0.88% | 0.7% | - |
| XYZ | 19.06 | 10.18 | 3.24 | - |
| YUV | 70.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 43 | 0 | 0.88 | 0.76 | 0.30 | 351.59 | 0.79 | 0.39 |
| Hex | B2 | 15 | 2B | 0 | 58 | 4C | 1E | 160 | 4F | 27 |
| Octal | 262 | 25 | 53 | 0 | 130 | 114 | 36 | 540 | 117 | 47 |
| Binary | 10110010 | 10101 | 101011 | 0 | 1011000 | 1001100 | 11110 | 101100000 | 1001111 | 100111 |
Color Harmonies of #B2152B
Complementary color
Monochromatic Colors of #B2152B
Black with #B2152B
Text Example
Text Example
White with #B2152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2152B; }
p { color: rgb(178,21,43); }
H1.HeaderClassName
{
color: #B2152B;
}
.AnyTagClassName
{
color: #B2152B;
}
</style>
background-color css
<style>
a { background-color: #B2152B; }
a { background-color: rgb(178,21,43); }
div.DivClassName
{
background-color: #B2152B;
}
.BgClassName
{
background-color: #B2152B;
}
</style>
border-color css
<style>
span { border-color: #B2152B; }
span { border-color: rgb(178,21,43); }
td.TdClassName
{
border-color: #B2152B;
}
.TagClassName
{
border-color: #B2152B;
}
</style>