Shades of Cardinal #B2142D
Tints of Cardinal #B2142D
RGB
CMYK
RGB Variations
Color information
#B2142D (or 0xB2142D) is known color: Cardinal. HEX triplet: B2, 14 and 2D. RGB value is (178,20,45). Sum of RGB (Red+Green+Blue) = 178+20+45=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2142D is #4DEBD2. Grayscale: #464646. Windows color (decimal): -5106643 or 2954418. OLE color: 2954418.
HSL color Cylindrical-coordinate representation of color #B2142D: hue angle of 350.51º 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 #B2142D is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 45 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.30 |
| HSL | 350.51º | 0.8% | 0.39% | - |
| HSV(B) | 350.51º | 0.89% | 0.7% | - |
| XYZ | 19.08 | 10.15 | 3.44 | - |
| YUV | 70.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 45 | 0 | 0.89 | 0.75 | 0.30 | 350.51 | 0.8 | 0.39 |
| Hex | B2 | 14 | 2D | 0 | 59 | 4B | 1E | 15F | 50 | 27 |
| Octal | 262 | 24 | 55 | 0 | 131 | 113 | 36 | 537 | 120 | 47 |
| Binary | 10110010 | 10100 | 101101 | 0 | 1011001 | 1001011 | 11110 | 101011111 | 1010000 | 100111 |
Color Harmonies of #B2142D
Complementary color
Monochromatic Colors of #B2142D
Black with #B2142D
Text Example
Text Example
White with #B2142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2142D; }
p { color: rgb(178,20,45); }
H1.HeaderClassName
{
color: #B2142D;
}
.AnyTagClassName
{
color: #B2142D;
}
</style>
background-color css
<style>
a { background-color: #B2142D; }
a { background-color: rgb(178,20,45); }
div.DivClassName
{
background-color: #B2142D;
}
.BgClassName
{
background-color: #B2142D;
}
</style>
border-color css
<style>
span { border-color: #B2142D; }
span { border-color: rgb(178,20,45); }
td.TdClassName
{
border-color: #B2142D;
}
.TagClassName
{
border-color: #B2142D;
}
</style>