Shades of Cardinal #B51446
Tints of Cardinal #B51446
RGB
CMYK
RGB Variations
Color information
#B51446 (or 0xB51446) is known color: Cardinal. HEX triplet: B5, 14 and 46. RGB value is (181,20,70). Sum of RGB (Red+Green+Blue) = 181+20+70=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B51446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51446 is #4AEBB9. Grayscale: #494949. Windows color (decimal): -4910010 or 4592821. OLE color: 4592821.
HSL color Cylindrical-coordinate representation of color #B51446: hue angle of 341.37º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51446 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 70 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.29 |
| HSL | 341.37º | 0.8% | 0.39% | - |
| HSV(B) | 341.37º | 0.89% | 0.71% | - |
| XYZ | 20.41 | 10.77 | 6.8 | - |
| YUV | 73.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 70 | 0 | 0.89 | 0.61 | 0.29 | 341.37 | 0.8 | 0.39 |
| Hex | B5 | 14 | 46 | 0 | 59 | 3D | 1D | 155 | 50 | 27 |
| Octal | 265 | 24 | 106 | 0 | 131 | 75 | 35 | 525 | 120 | 47 |
| Binary | 10110101 | 10100 | 1000110 | 0 | 1011001 | 111101 | 11101 | 101010101 | 1010000 | 100111 |
Color Harmonies of #B51446
Complementary color
Monochromatic Colors of #B51446
Black with #B51446
Text Example
Text Example
White with #B51446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51446; }
p { color: rgb(181,20,70); }
H1.HeaderClassName
{
color: #B51446;
}
.AnyTagClassName
{
color: #B51446;
}
</style>
background-color css
<style>
a { background-color: #B51446; }
a { background-color: rgb(181,20,70); }
div.DivClassName
{
background-color: #B51446;
}
.BgClassName
{
background-color: #B51446;
}
</style>
border-color css
<style>
span { border-color: #B51446; }
span { border-color: rgb(181,20,70); }
td.TdClassName
{
border-color: #B51446;
}
.TagClassName
{
border-color: #B51446;
}
</style>