Shades of Cardinal #B2142B
Tints of Cardinal #B2142B
RGB
CMYK
RGB Variations
Color information
#B2142B (or 0xB2142B) is known color: Cardinal. HEX triplet: B2, 14 and 2B. RGB value is (178,20,43). Sum of RGB (Red+Green+Blue) = 178+20+43=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2142B is #4DEBD4. Grayscale: #454545. Windows color (decimal): -5106645 or 2823346. OLE color: 2823346.
HSL color Cylindrical-coordinate representation of color #B2142B: hue angle of 351.27º degrees, saturation: 0.8, 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 #B2142B is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 43 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.30 |
| HSL | 351.27º | 0.8% | 0.39% | - |
| HSV(B) | 351.27º | 0.89% | 0.7% | - |
| XYZ | 19.05 | 10.14 | 3.24 | - |
| YUV | 69.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 43 | 0 | 0.89 | 0.76 | 0.30 | 351.27 | 0.8 | 0.39 |
| Hex | B2 | 14 | 2B | 0 | 59 | 4C | 1E | 15F | 50 | 27 |
| Octal | 262 | 24 | 53 | 0 | 131 | 114 | 36 | 537 | 120 | 47 |
| Binary | 10110010 | 10100 | 101011 | 0 | 1011001 | 1001100 | 11110 | 101011111 | 1010000 | 100111 |
Color Harmonies of #B2142B
Complementary color
Monochromatic Colors of #B2142B
Black with #B2142B
Text Example
Text Example
White with #B2142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2142B; }
p { color: rgb(178,20,43); }
H1.HeaderClassName
{
color: #B2142B;
}
.AnyTagClassName
{
color: #B2142B;
}
</style>
background-color css
<style>
a { background-color: #B2142B; }
a { background-color: rgb(178,20,43); }
div.DivClassName
{
background-color: #B2142B;
}
.BgClassName
{
background-color: #B2142B;
}
</style>
border-color css
<style>
span { border-color: #B2142B; }
span { border-color: rgb(178,20,43); }
td.TdClassName
{
border-color: #B2142B;
}
.TagClassName
{
border-color: #B2142B;
}
</style>