Shades of Cardinal #B2112D
Tints of Cardinal #B2112D
RGB
CMYK
RGB Variations
Color information
#B2112D (or 0xB2112D) is known color: Cardinal. HEX triplet: B2, 11 and 2D. RGB value is (178,17,45). Sum of RGB (Red+Green+Blue) = 178+17+45=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2112D is #4DEED2. Grayscale: #444444. Windows color (decimal): -5107411 or 2953650. OLE color: 2953650.
HSL color Cylindrical-coordinate representation of color #B2112D: hue angle of 349.57º 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 #B2112D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 45 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.30 |
| HSL | 349.57º | 0.83% | 0.38% | - |
| HSV(B) | 349.57º | 0.9% | 0.7% | - |
| XYZ | 19.03 | 10.06 | 3.42 | - |
| YUV | 68.33 | 114.84 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 45 | 0 | 0.90 | 0.75 | 0.30 | 349.57 | 0.83 | 0.38 |
| Hex | B2 | 11 | 2D | 0 | 5A | 4B | 1E | 15E | 53 | 26 |
| Octal | 262 | 21 | 55 | 0 | 132 | 113 | 36 | 536 | 123 | 46 |
| Binary | 10110010 | 10001 | 101101 | 0 | 1011010 | 1001011 | 11110 | 101011110 | 1010011 | 100110 |
Color Harmonies of #B2112D
Complementary color
Monochromatic Colors of #B2112D
Black with #B2112D
Text Example
Text Example
White with #B2112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2112D; }
p { color: rgb(178,17,45); }
H1.HeaderClassName
{
color: #B2112D;
}
.AnyTagClassName
{
color: #B2112D;
}
</style>
background-color css
<style>
a { background-color: #B2112D; }
a { background-color: rgb(178,17,45); }
div.DivClassName
{
background-color: #B2112D;
}
.BgClassName
{
background-color: #B2112D;
}
</style>
border-color css
<style>
span { border-color: #B2112D; }
span { border-color: rgb(178,17,45); }
td.TdClassName
{
border-color: #B2112D;
}
.TagClassName
{
border-color: #B2112D;
}
</style>