Shades of Cardinal #B2132E
Tints of Cardinal #B2132E
RGB
CMYK
RGB Variations
Color information
#B2132E (or 0xB2132E) is known color: Cardinal. HEX triplet: B2, 13 and 2E. RGB value is (178,19,46). Sum of RGB (Red+Green+Blue) = 178+19+46=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2132E is #4DECD1. Grayscale: #454545. Windows color (decimal): -5106898 or 3019698. OLE color: 3019698.
HSL color Cylindrical-coordinate representation of color #B2132E: hue angle of 349.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2132E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 46 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.30 |
| HSL | 349.81º | 0.81% | 0.39% | - |
| HSV(B) | 349.81º | 0.89% | 0.7% | - |
| XYZ | 19.09 | 10.13 | 3.53 | - |
| YUV | 69.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 46 | 0 | 0.89 | 0.74 | 0.30 | 349.81 | 0.81 | 0.39 |
| Hex | B2 | 13 | 2E | 0 | 59 | 4A | 1E | 15E | 51 | 27 |
| Octal | 262 | 23 | 56 | 0 | 131 | 112 | 36 | 536 | 121 | 47 |
| Binary | 10110010 | 10011 | 101110 | 0 | 1011001 | 1001010 | 11110 | 101011110 | 1010001 | 100111 |
Color Harmonies of #B2132E
Complementary color
Monochromatic Colors of #B2132E
Black with #B2132E
Text Example
Text Example
White with #B2132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2132E; }
p { color: rgb(178,19,46); }
H1.HeaderClassName
{
color: #B2132E;
}
.AnyTagClassName
{
color: #B2132E;
}
</style>
background-color css
<style>
a { background-color: #B2132E; }
a { background-color: rgb(178,19,46); }
div.DivClassName
{
background-color: #B2132E;
}
.BgClassName
{
background-color: #B2132E;
}
</style>
border-color css
<style>
span { border-color: #B2132E; }
span { border-color: rgb(178,19,46); }
td.TdClassName
{
border-color: #B2132E;
}
.TagClassName
{
border-color: #B2132E;
}
</style>