Shades of Cardinal #B31446
Tints of Cardinal #B31446
RGB
CMYK
RGB Variations
Color information
#B31446 (or 0xB31446) is known color: Cardinal. HEX triplet: B3, 14 and 46. RGB value is (179,20,70). Sum of RGB (Red+Green+Blue) = 179+20+70=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B31446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31446 is #4CEBB9. Grayscale: #494949. Windows color (decimal): -5041082 or 4592819. OLE color: 4592819.
HSL color Cylindrical-coordinate representation of color #B31446: hue angle of 341.13º 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 #B31446 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 70 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.30 |
| HSL | 341.13º | 0.8% | 0.39% | - |
| HSV(B) | 341.13º | 0.89% | 0.7% | - |
| XYZ | 19.95 | 10.53 | 6.77 | - |
| YUV | 73.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 70 | 0 | 0.89 | 0.61 | 0.30 | 341.13 | 0.8 | 0.39 |
| Hex | B3 | 14 | 46 | 0 | 59 | 3D | 1E | 155 | 50 | 27 |
| Octal | 263 | 24 | 106 | 0 | 131 | 75 | 36 | 525 | 120 | 47 |
| Binary | 10110011 | 10100 | 1000110 | 0 | 1011001 | 111101 | 11110 | 101010101 | 1010000 | 100111 |
Color Harmonies of #B31446
Complementary color
Monochromatic Colors of #B31446
Black with #B31446
Text Example
Text Example
White with #B31446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31446; }
p { color: rgb(179,20,70); }
H1.HeaderClassName
{
color: #B31446;
}
.AnyTagClassName
{
color: #B31446;
}
</style>
background-color css
<style>
a { background-color: #B31446; }
a { background-color: rgb(179,20,70); }
div.DivClassName
{
background-color: #B31446;
}
.BgClassName
{
background-color: #B31446;
}
</style>
border-color css
<style>
span { border-color: #B31446; }
span { border-color: rgb(179,20,70); }
td.TdClassName
{
border-color: #B31446;
}
.TagClassName
{
border-color: #B31446;
}
</style>