Shades of Cardinal #B2142F
Tints of Cardinal #B2142F
RGB
CMYK
RGB Variations
Color information
#B2142F (or 0xB2142F) is known color: Cardinal. HEX triplet: B2, 14 and 2F. RGB value is (178,20,47). Sum of RGB (Red+Green+Blue) = 178+20+47=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2142F is #4DEBD0. Grayscale: #464646. Windows color (decimal): -5106641 or 3085490. OLE color: 3085490.
HSL color Cylindrical-coordinate representation of color #B2142F: hue angle of 349.75º 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 #B2142F is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 47 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.30 |
| HSL | 349.75º | 0.8% | 0.39% | - |
| HSV(B) | 349.75º | 0.89% | 0.7% | - |
| XYZ | 19.12 | 10.17 | 3.64 | - |
| YUV | 70.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 47 | 0 | 0.89 | 0.74 | 0.30 | 349.75 | 0.8 | 0.39 |
| Hex | B2 | 14 | 2F | 0 | 59 | 4A | 1E | 15E | 50 | 27 |
| Octal | 262 | 24 | 57 | 0 | 131 | 112 | 36 | 536 | 120 | 47 |
| Binary | 10110010 | 10100 | 101111 | 0 | 1011001 | 1001010 | 11110 | 101011110 | 1010000 | 100111 |
Color Harmonies of #B2142F
Complementary color
Monochromatic Colors of #B2142F
Black with #B2142F
Text Example
Text Example
White with #B2142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2142F; }
p { color: rgb(178,20,47); }
H1.HeaderClassName
{
color: #B2142F;
}
.AnyTagClassName
{
color: #B2142F;
}
</style>
background-color css
<style>
a { background-color: #B2142F; }
a { background-color: rgb(178,20,47); }
div.DivClassName
{
background-color: #B2142F;
}
.BgClassName
{
background-color: #B2142F;
}
</style>
border-color css
<style>
span { border-color: #B2142F; }
span { border-color: rgb(178,20,47); }
td.TdClassName
{
border-color: #B2142F;
}
.TagClassName
{
border-color: #B2142F;
}
</style>