Shades of Cardinal #B2122A
Tints of Cardinal #B2122A
RGB
CMYK
RGB Variations
Color information
#B2122A (or 0xB2122A) is known color: Cardinal. HEX triplet: B2, 12 and 2A. RGB value is (178,18,42). Sum of RGB (Red+Green+Blue) = 178+18+42=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B2122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2122A is #4DEDD5. Grayscale: #444444. Windows color (decimal): -5107158 or 2757298. OLE color: 2757298.
HSL color Cylindrical-coordinate representation of color #B2122A: hue angle of 351º 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 #B2122A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 42 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.30 |
| HSL | 351º | 0.82% | 0.38% | - |
| HSV(B) | 351º | 0.9% | 0.7% | - |
| XYZ | 18.99 | 10.06 | 3.13 | - |
| YUV | 68.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 42 | 0 | 0.90 | 0.76 | 0.30 | 351 | 0.82 | 0.38 |
| Hex | B2 | 12 | 2A | 0 | 5A | 4C | 1E | 15F | 52 | 26 |
| Octal | 262 | 22 | 52 | 0 | 132 | 114 | 36 | 537 | 122 | 46 |
| Binary | 10110010 | 10010 | 101010 | 0 | 1011010 | 1001100 | 11110 | 101011111 | 1010010 | 100110 |
Color Harmonies of #B2122A
Complementary color
Monochromatic Colors of #B2122A
Black with #B2122A
Text Example
Text Example
White with #B2122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2122A; }
p { color: rgb(178,18,42); }
H1.HeaderClassName
{
color: #B2122A;
}
.AnyTagClassName
{
color: #B2122A;
}
</style>
background-color css
<style>
a { background-color: #B2122A; }
a { background-color: rgb(178,18,42); }
div.DivClassName
{
background-color: #B2122A;
}
.BgClassName
{
background-color: #B2122A;
}
</style>
border-color css
<style>
span { border-color: #B2122A; }
span { border-color: rgb(178,18,42); }
td.TdClassName
{
border-color: #B2122A;
}
.TagClassName
{
border-color: #B2122A;
}
</style>