Shades of Cardinal #B80B49
Tints of Cardinal #B80B49
RGB
CMYK
RGB Variations
Color information
#B80B49 (or 0xB80B49) is known color: Cardinal. HEX triplet: B8, 0B and 49. RGB value is (184,11,73). Sum of RGB (Red+Green+Blue) = 184+11+73=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B49 is #47F4B6. Grayscale: #454545. Windows color (decimal): -4715703 or 4787128. OLE color: 4787128.
HSL color Cylindrical-coordinate representation of color #B80B49: hue angle of 338.5º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B49 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 73 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.28 |
| HSL | 338.5º | 0.89% | 0.38% | - |
| HSV(B) | 338.5º | 0.94% | 0.72% | - |
| XYZ | 21.09 | 10.91 | 7.3 | - |
| YUV | 69.8 | 129.81 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 73 | 0 | 0.94 | 0.60 | 0.28 | 338.5 | 0.89 | 0.38 |
| Hex | B8 | B | 49 | 0 | 5E | 3C | 1C | 152 | 59 | 26 |
| Octal | 270 | 13 | 111 | 0 | 136 | 74 | 34 | 522 | 131 | 46 |
| Binary | 10111000 | 1011 | 1001001 | 0 | 1011110 | 111100 | 11100 | 101010010 | 1011001 | 100110 |
Color Harmonies of #B80B49
Complementary color
Monochromatic Colors of #B80B49
Black with #B80B49
Text Example
Text Example
White with #B80B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B49; }
p { color: rgb(184,11,73); }
H1.HeaderClassName
{
color: #B80B49;
}
.AnyTagClassName
{
color: #B80B49;
}
</style>
background-color css
<style>
a { background-color: #B80B49; }
a { background-color: rgb(184,11,73); }
div.DivClassName
{
background-color: #B80B49;
}
.BgClassName
{
background-color: #B80B49;
}
</style>
border-color css
<style>
span { border-color: #B80B49; }
span { border-color: rgb(184,11,73); }
td.TdClassName
{
border-color: #B80B49;
}
.TagClassName
{
border-color: #B80B49;
}
</style>