Shades of Cardinal #B2112C
Tints of Cardinal #B2112C
RGB
CMYK
RGB Variations
Color information
#B2112C (or 0xB2112C) is known color: Cardinal. HEX triplet: B2, 11 and 2C. RGB value is (178,17,44). Sum of RGB (Red+Green+Blue) = 178+17+44=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B2112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2112C is #4DEED3. Grayscale: #444444. Windows color (decimal): -5107412 or 2888114. OLE color: 2888114.
HSL color Cylindrical-coordinate representation of color #B2112C: hue angle of 349.94º 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 #B2112C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 44 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.30 |
| HSL | 349.94º | 0.83% | 0.38% | - |
| HSV(B) | 349.94º | 0.9% | 0.7% | - |
| XYZ | 19.02 | 10.05 | 3.32 | - |
| YUV | 68.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 44 | 0 | 0.90 | 0.75 | 0.30 | 349.94 | 0.83 | 0.38 |
| Hex | B2 | 11 | 2C | 0 | 5A | 4B | 1E | 15E | 53 | 26 |
| Octal | 262 | 21 | 54 | 0 | 132 | 113 | 36 | 536 | 123 | 46 |
| Binary | 10110010 | 10001 | 101100 | 0 | 1011010 | 1001011 | 11110 | 101011110 | 1010011 | 100110 |
Color Harmonies of #B2112C
Complementary color
Monochromatic Colors of #B2112C
Black with #B2112C
Text Example
Text Example
White with #B2112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2112C; }
p { color: rgb(178,17,44); }
H1.HeaderClassName
{
color: #B2112C;
}
.AnyTagClassName
{
color: #B2112C;
}
</style>
background-color css
<style>
a { background-color: #B2112C; }
a { background-color: rgb(178,17,44); }
div.DivClassName
{
background-color: #B2112C;
}
.BgClassName
{
background-color: #B2112C;
}
</style>
border-color css
<style>
span { border-color: #B2112C; }
span { border-color: rgb(178,17,44); }
td.TdClassName
{
border-color: #B2112C;
}
.TagClassName
{
border-color: #B2112C;
}
</style>