Shades of Cardinal #B80546
Tints of Cardinal #B80546
RGB
CMYK
RGB Variations
Color information
#B80546 (or 0xB80546) is known color: Cardinal. HEX triplet: B8, 05 and 46. RGB value is (184,5,70). Sum of RGB (Red+Green+Blue) = 184+5+70=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80546 is #47FAB9. Grayscale: #414141. Windows color (decimal): -4717242 or 4588984. OLE color: 4588984.
HSL color Cylindrical-coordinate representation of color #B80546: hue angle of 338.21º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80546 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 70 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.28 |
| HSL | 338.21º | 0.95% | 0.37% | - |
| HSV(B) | 338.21º | 0.97% | 0.72% | - |
| XYZ | 20.93 | 10.74 | 6.76 | - |
| YUV | 65.93 | 130.3 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 70 | 0 | 0.97 | 0.62 | 0.28 | 338.21 | 0.95 | 0.37 |
| Hex | B8 | 5 | 46 | 0 | 61 | 3E | 1C | 152 | 5F | 25 |
| Octal | 270 | 5 | 106 | 0 | 141 | 76 | 34 | 522 | 137 | 45 |
| Binary | 10111000 | 101 | 1000110 | 0 | 1100001 | 111110 | 11100 | 101010010 | 1011111 | 100101 |
Color Harmonies of #B80546
Complementary color
Monochromatic Colors of #B80546
Black with #B80546
Text Example
Text Example
White with #B80546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80546; }
p { color: rgb(184,5,70); }
H1.HeaderClassName
{
color: #B80546;
}
.AnyTagClassName
{
color: #B80546;
}
</style>
background-color css
<style>
a { background-color: #B80546; }
a { background-color: rgb(184,5,70); }
div.DivClassName
{
background-color: #B80546;
}
.BgClassName
{
background-color: #B80546;
}
</style>
border-color css
<style>
span { border-color: #B80546; }
span { border-color: rgb(184,5,70); }
td.TdClassName
{
border-color: #B80546;
}
.TagClassName
{
border-color: #B80546;
}
</style>