Shades of Cardinal #B2112B
Tints of Cardinal #B2112B
RGB
CMYK
RGB Variations
Color information
#B2112B (or 0xB2112B) is known color: Cardinal. HEX triplet: B2, 11 and 2B. RGB value is (178,17,43). Sum of RGB (Red+Green+Blue) = 178+17+43=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B2112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2112B is #4DEED4. Grayscale: #444444. Windows color (decimal): -5107413 or 2822578. OLE color: 2822578.
HSL color Cylindrical-coordinate representation of color #B2112B: hue angle of 350.31º 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 #B2112B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.30 |
| HSL | 350.31º | 0.83% | 0.38% | - |
| HSV(B) | 350.31º | 0.9% | 0.7% | - |
| XYZ | 19 | 10.04 | 3.22 | - |
| YUV | 68.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 43 | 0 | 0.90 | 0.76 | 0.30 | 350.31 | 0.83 | 0.38 |
| Hex | B2 | 11 | 2B | 0 | 5A | 4C | 1E | 15E | 53 | 26 |
| Octal | 262 | 21 | 53 | 0 | 132 | 114 | 36 | 536 | 123 | 46 |
| Binary | 10110010 | 10001 | 101011 | 0 | 1011010 | 1001100 | 11110 | 101011110 | 1010011 | 100110 |
Color Harmonies of #B2112B
Complementary color
Monochromatic Colors of #B2112B
Black with #B2112B
Text Example
Text Example
White with #B2112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2112B; }
p { color: rgb(178,17,43); }
H1.HeaderClassName
{
color: #B2112B;
}
.AnyTagClassName
{
color: #B2112B;
}
</style>
background-color css
<style>
a { background-color: #B2112B; }
a { background-color: rgb(178,17,43); }
div.DivClassName
{
background-color: #B2112B;
}
.BgClassName
{
background-color: #B2112B;
}
</style>
border-color css
<style>
span { border-color: #B2112B; }
span { border-color: rgb(178,17,43); }
td.TdClassName
{
border-color: #B2112B;
}
.TagClassName
{
border-color: #B2112B;
}
</style>