Shades of Cardinal #B31647
Tints of Cardinal #B31647
RGB
CMYK
RGB Variations
Color information
#B31647 (or 0xB31647) is known color: Cardinal. HEX triplet: B3, 16 and 47. RGB value is (179,22,71). Sum of RGB (Red+Green+Blue) = 179+22+71=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B31647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31647 is #4CE9B8. Grayscale: #4A4A4A. Windows color (decimal): -5040569 or 4658867. OLE color: 4658867.
HSL color Cylindrical-coordinate representation of color #B31647: hue angle of 341.27º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31647 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 71 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.30 |
| HSL | 341.27º | 0.78% | 0.39% | - |
| HSV(B) | 341.27º | 0.88% | 0.7% | - |
| XYZ | 20.01 | 10.61 | 6.95 | - |
| YUV | 74.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 71 | 0 | 0.88 | 0.60 | 0.30 | 341.27 | 0.78 | 0.39 |
| Hex | B3 | 16 | 47 | 0 | 58 | 3C | 1E | 155 | 4E | 27 |
| Octal | 263 | 26 | 107 | 0 | 130 | 74 | 36 | 525 | 116 | 47 |
| Binary | 10110011 | 10110 | 1000111 | 0 | 1011000 | 111100 | 11110 | 101010101 | 1001110 | 100111 |
Color Harmonies of #B31647
Complementary color
Monochromatic Colors of #B31647
Black with #B31647
Text Example
Text Example
White with #B31647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31647; }
p { color: rgb(179,22,71); }
H1.HeaderClassName
{
color: #B31647;
}
.AnyTagClassName
{
color: #B31647;
}
</style>
background-color css
<style>
a { background-color: #B31647; }
a { background-color: rgb(179,22,71); }
div.DivClassName
{
background-color: #B31647;
}
.BgClassName
{
background-color: #B31647;
}
</style>
border-color css
<style>
span { border-color: #B31647; }
span { border-color: rgb(179,22,71); }
td.TdClassName
{
border-color: #B31647;
}
.TagClassName
{
border-color: #B31647;
}
</style>