Shades of Cardinal #B31046
Tints of Cardinal #B31046
RGB
CMYK
RGB Variations
Color information
#B31046 (or 0xB31046) is known color: Cardinal. HEX triplet: B3, 10 and 46. RGB value is (179,16,70). Sum of RGB (Red+Green+Blue) = 179+16+70=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B31046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31046 is #4CEFB9. Grayscale: #464646. Windows color (decimal): -5042106 or 4591795. OLE color: 4591795.
HSL color Cylindrical-coordinate representation of color #B31046: hue angle of 340.12º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31046 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 70 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.30 |
| HSL | 340.12º | 0.84% | 0.38% | - |
| HSV(B) | 340.12º | 0.91% | 0.7% | - |
| XYZ | 19.88 | 10.4 | 6.75 | - |
| YUV | 70.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 70 | 0 | 0.91 | 0.61 | 0.30 | 340.12 | 0.84 | 0.38 |
| Hex | B3 | 10 | 46 | 0 | 5B | 3D | 1E | 154 | 54 | 26 |
| Octal | 263 | 20 | 106 | 0 | 133 | 75 | 36 | 524 | 124 | 46 |
| Binary | 10110011 | 10000 | 1000110 | 0 | 1011011 | 111101 | 11110 | 101010100 | 1010100 | 100110 |
Color Harmonies of #B31046
Complementary color
Monochromatic Colors of #B31046
Black with #B31046
Text Example
Text Example
White with #B31046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31046; }
p { color: rgb(179,16,70); }
H1.HeaderClassName
{
color: #B31046;
}
.AnyTagClassName
{
color: #B31046;
}
</style>
background-color css
<style>
a { background-color: #B31046; }
a { background-color: rgb(179,16,70); }
div.DivClassName
{
background-color: #B31046;
}
.BgClassName
{
background-color: #B31046;
}
</style>
border-color css
<style>
span { border-color: #B31046; }
span { border-color: rgb(179,16,70); }
td.TdClassName
{
border-color: #B31046;
}
.TagClassName
{
border-color: #B31046;
}
</style>