Shades of Cardinal #B81047
Tints of Cardinal #B81047
RGB
CMYK
RGB Variations
Color information
#B81047 (or 0xB81047) is known color: Cardinal. HEX triplet: B8, 10 and 47. RGB value is (184,16,71). Sum of RGB (Red+Green+Blue) = 184+16+71=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B81047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81047 is #47EFB8. Grayscale: #484848. Windows color (decimal): -4714425 or 4657336. OLE color: 4657336.
HSL color Cylindrical-coordinate representation of color #B81047: hue angle of 340.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81047 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 71 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.28 |
| HSL | 340.36º | 0.84% | 0.39% | - |
| HSV(B) | 340.36º | 0.91% | 0.72% | - |
| XYZ | 21.09 | 11.02 | 6.98 | - |
| YUV | 72.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 71 | 0 | 0.91 | 0.61 | 0.28 | 340.36 | 0.84 | 0.39 |
| Hex | B8 | 10 | 47 | 0 | 5B | 3D | 1C | 154 | 54 | 27 |
| Octal | 270 | 20 | 107 | 0 | 133 | 75 | 34 | 524 | 124 | 47 |
| Binary | 10111000 | 10000 | 1000111 | 0 | 1011011 | 111101 | 11100 | 101010100 | 1010100 | 100111 |
Color Harmonies of #B81047
Complementary color
Monochromatic Colors of #B81047
Black with #B81047
Text Example
Text Example
White with #B81047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81047; }
p { color: rgb(184,16,71); }
H1.HeaderClassName
{
color: #B81047;
}
.AnyTagClassName
{
color: #B81047;
}
</style>
background-color css
<style>
a { background-color: #B81047; }
a { background-color: rgb(184,16,71); }
div.DivClassName
{
background-color: #B81047;
}
.BgClassName
{
background-color: #B81047;
}
</style>
border-color css
<style>
span { border-color: #B81047; }
span { border-color: rgb(184,16,71); }
td.TdClassName
{
border-color: #B81047;
}
.TagClassName
{
border-color: #B81047;
}
</style>