Shades of Cardinal #B31549
Tints of Cardinal #B31549
RGB
CMYK
RGB Variations
Color information
#B31549 (or 0xB31549) is known color: Cardinal. HEX triplet: B3, 15 and 49. RGB value is (179,21,73). Sum of RGB (Red+Green+Blue) = 179+21+73=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B31549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31549 is #4CEAB6. Grayscale: #4A4A4A. Windows color (decimal): -5040823 or 4789683. OLE color: 4789683.
HSL color Cylindrical-coordinate representation of color #B31549: hue angle of 340.25º degrees, saturation: 0.79, 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 #B31549 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 73 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.30 |
| HSL | 340.25º | 0.79% | 0.39% | - |
| HSV(B) | 340.25º | 0.88% | 0.7% | - |
| XYZ | 20.06 | 10.6 | 7.29 | - |
| YUV | 74.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 73 | 0 | 0.88 | 0.59 | 0.30 | 340.25 | 0.79 | 0.39 |
| Hex | B3 | 15 | 49 | 0 | 58 | 3B | 1E | 154 | 4F | 27 |
| Octal | 263 | 25 | 111 | 0 | 130 | 73 | 36 | 524 | 117 | 47 |
| Binary | 10110011 | 10101 | 1001001 | 0 | 1011000 | 111011 | 11110 | 101010100 | 1001111 | 100111 |
Color Harmonies of #B31549
Complementary color
Monochromatic Colors of #B31549
Black with #B31549
Text Example
Text Example
White with #B31549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31549; }
p { color: rgb(179,21,73); }
H1.HeaderClassName
{
color: #B31549;
}
.AnyTagClassName
{
color: #B31549;
}
</style>
background-color css
<style>
a { background-color: #B31549; }
a { background-color: rgb(179,21,73); }
div.DivClassName
{
background-color: #B31549;
}
.BgClassName
{
background-color: #B31549;
}
</style>
border-color css
<style>
span { border-color: #B31549; }
span { border-color: rgb(179,21,73); }
td.TdClassName
{
border-color: #B31549;
}
.TagClassName
{
border-color: #B31549;
}
</style>