Shades of Cardinal #B80646
Tints of Cardinal #B80646
RGB
CMYK
RGB Variations
Color information
#B80646 (or 0xB80646) is known color: Cardinal. HEX triplet: B8, 06 and 46. RGB value is (184,6,70). Sum of RGB (Red+Green+Blue) = 184+6+70=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80646 is #47F9B9. Grayscale: #424242. Windows color (decimal): -4716986 or 4589240. OLE color: 4589240.
HSL color Cylindrical-coordinate representation of color #B80646: hue angle of 338.43º degrees, saturation: 0.94, 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 #B80646 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 70 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.28 |
| HSL | 338.43º | 0.94% | 0.37% | - |
| HSV(B) | 338.43º | 0.97% | 0.72% | - |
| XYZ | 20.94 | 10.76 | 6.77 | - |
| YUV | 66.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 70 | 0 | 0.97 | 0.62 | 0.28 | 338.43 | 0.94 | 0.37 |
| Hex | B8 | 6 | 46 | 0 | 61 | 3E | 1C | 152 | 5E | 25 |
| Octal | 270 | 6 | 106 | 0 | 141 | 76 | 34 | 522 | 136 | 45 |
| Binary | 10111000 | 110 | 1000110 | 0 | 1100001 | 111110 | 11100 | 101010010 | 1011110 | 100101 |
Color Harmonies of #B80646
Complementary color
Monochromatic Colors of #B80646
Black with #B80646
Text Example
Text Example
White with #B80646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80646; }
p { color: rgb(184,6,70); }
H1.HeaderClassName
{
color: #B80646;
}
.AnyTagClassName
{
color: #B80646;
}
</style>
background-color css
<style>
a { background-color: #B80646; }
a { background-color: rgb(184,6,70); }
div.DivClassName
{
background-color: #B80646;
}
.BgClassName
{
background-color: #B80646;
}
</style>
border-color css
<style>
span { border-color: #B80646; }
span { border-color: rgb(184,6,70); }
td.TdClassName
{
border-color: #B80646;
}
.TagClassName
{
border-color: #B80646;
}
</style>