Shades of Cardinal #B51246
Tints of Cardinal #B51246
RGB
CMYK
RGB Variations
Color information
#B51246 (or 0xB51246) is known color: Cardinal. HEX triplet: B5, 12 and 46. RGB value is (181,18,70). Sum of RGB (Red+Green+Blue) = 181+18+70=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B51246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51246 is #4AEDB9. Grayscale: #484848. Windows color (decimal): -4910522 or 4592309. OLE color: 4592309.
HSL color Cylindrical-coordinate representation of color #B51246: hue angle of 340.86º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51246 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 70 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.29 |
| HSL | 340.86º | 0.82% | 0.39% | - |
| HSV(B) | 340.86º | 0.9% | 0.71% | - |
| XYZ | 20.38 | 10.7 | 6.79 | - |
| YUV | 72.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 70 | 0 | 0.90 | 0.61 | 0.29 | 340.86 | 0.82 | 0.39 |
| Hex | B5 | 12 | 46 | 0 | 5A | 3D | 1D | 155 | 52 | 27 |
| Octal | 265 | 22 | 106 | 0 | 132 | 75 | 35 | 525 | 122 | 47 |
| Binary | 10110101 | 10010 | 1000110 | 0 | 1011010 | 111101 | 11101 | 101010101 | 1010010 | 100111 |
Color Harmonies of #B51246
Complementary color
Monochromatic Colors of #B51246
Black with #B51246
Text Example
Text Example
White with #B51246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51246; }
p { color: rgb(181,18,70); }
H1.HeaderClassName
{
color: #B51246;
}
.AnyTagClassName
{
color: #B51246;
}
</style>
background-color css
<style>
a { background-color: #B51246; }
a { background-color: rgb(181,18,70); }
div.DivClassName
{
background-color: #B51246;
}
.BgClassName
{
background-color: #B51246;
}
</style>
border-color css
<style>
span { border-color: #B51246; }
span { border-color: rgb(181,18,70); }
td.TdClassName
{
border-color: #B51246;
}
.TagClassName
{
border-color: #B51246;
}
</style>