Shades of Cardinal #B2122B
Tints of Cardinal #B2122B
RGB
CMYK
RGB Variations
Color information
#B2122B (or 0xB2122B) is known color: Cardinal. HEX triplet: B2, 12 and 2B. RGB value is (178,18,43). Sum of RGB (Red+Green+Blue) = 178+18+43=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B2122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2122B is #4DEDD4. Grayscale: #444444. Windows color (decimal): -5107157 or 2822834. OLE color: 2822834.
HSL color Cylindrical-coordinate representation of color #B2122B: hue angle of 350.62º degrees, saturation: 0.82, 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 #B2122B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 43 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.30 |
| HSL | 350.63º | 0.82% | 0.38% | - |
| HSV(B) | 350.63º | 0.9% | 0.7% | - |
| XYZ | 19.01 | 10.07 | 3.23 | - |
| YUV | 68.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 43 | 0 | 0.90 | 0.76 | 0.30 | 350.63 | 0.82 | 0.38 |
| Hex | B2 | 12 | 2B | 0 | 5A | 4C | 1E | 15F | 52 | 26 |
| Octal | 262 | 22 | 53 | 0 | 132 | 114 | 36 | 537 | 122 | 46 |
| Binary | 10110010 | 10010 | 101011 | 0 | 1011010 | 1001100 | 11110 | 101011111 | 1010010 | 100110 |
Color Harmonies of #B2122B
Complementary color
Monochromatic Colors of #B2122B
Black with #B2122B
Text Example
Text Example
White with #B2122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2122B; }
p { color: rgb(178,18,43); }
H1.HeaderClassName
{
color: #B2122B;
}
.AnyTagClassName
{
color: #B2122B;
}
</style>
background-color css
<style>
a { background-color: #B2122B; }
a { background-color: rgb(178,18,43); }
div.DivClassName
{
background-color: #B2122B;
}
.BgClassName
{
background-color: #B2122B;
}
</style>
border-color css
<style>
span { border-color: #B2122B; }
span { border-color: rgb(178,18,43); }
td.TdClassName
{
border-color: #B2122B;
}
.TagClassName
{
border-color: #B2122B;
}
</style>