Shades of Cardinal #B2112E
Tints of Cardinal #B2112E
RGB
CMYK
RGB Variations
Color information
#B2112E (or 0xB2112E) is known color: Cardinal. HEX triplet: B2, 11 and 2E. RGB value is (178,17,46). Sum of RGB (Red+Green+Blue) = 178+17+46=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2112E is #4DEED1. Grayscale: #444444. Windows color (decimal): -5107410 or 3019186. OLE color: 3019186.
HSL color Cylindrical-coordinate representation of color #B2112E: hue angle of 349.19º 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 #B2112E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 46 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.30 |
| HSL | 349.19º | 0.83% | 0.38% | - |
| HSV(B) | 349.19º | 0.9% | 0.7% | - |
| XYZ | 19.05 | 10.06 | 3.52 | - |
| YUV | 68.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 46 | 0 | 0.90 | 0.74 | 0.30 | 349.19 | 0.83 | 0.38 |
| Hex | B2 | 11 | 2E | 0 | 5A | 4A | 1E | 15D | 53 | 26 |
| Octal | 262 | 21 | 56 | 0 | 132 | 112 | 36 | 535 | 123 | 46 |
| Binary | 10110010 | 10001 | 101110 | 0 | 1011010 | 1001010 | 11110 | 101011101 | 1010011 | 100110 |
Color Harmonies of #B2112E
Complementary color
Monochromatic Colors of #B2112E
Black with #B2112E
Text Example
Text Example
White with #B2112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2112E; }
p { color: rgb(178,17,46); }
H1.HeaderClassName
{
color: #B2112E;
}
.AnyTagClassName
{
color: #B2112E;
}
</style>
background-color css
<style>
a { background-color: #B2112E; }
a { background-color: rgb(178,17,46); }
div.DivClassName
{
background-color: #B2112E;
}
.BgClassName
{
background-color: #B2112E;
}
</style>
border-color css
<style>
span { border-color: #B2112E; }
span { border-color: rgb(178,17,46); }
td.TdClassName
{
border-color: #B2112E;
}
.TagClassName
{
border-color: #B2112E;
}
</style>