Shades of Cardinal #B81649
Tints of Cardinal #B81649
RGB
CMYK
RGB Variations
Color information
#B81649 (or 0xB81649) is known color: Cardinal. HEX triplet: B8, 16 and 49. RGB value is (184,22,73). Sum of RGB (Red+Green+Blue) = 184+22+73=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B81649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81649 is #47E9B6. Grayscale: #4C4C4C. Windows color (decimal): -4712887 or 4789944. OLE color: 4789944.
HSL color Cylindrical-coordinate representation of color #B81649: hue angle of 341.11º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81649 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 73 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.28 |
| HSL | 341.11º | 0.79% | 0.4% | - |
| HSV(B) | 341.11º | 0.88% | 0.72% | - |
| XYZ | 21.26 | 11.25 | 7.35 | - |
| YUV | 76.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 73 | 0 | 0.88 | 0.60 | 0.28 | 341.11 | 0.79 | 0.4 |
| Hex | B8 | 16 | 49 | 0 | 58 | 3C | 1C | 155 | 4F | 28 |
| Octal | 270 | 26 | 111 | 0 | 130 | 74 | 34 | 525 | 117 | 50 |
| Binary | 10111000 | 10110 | 1001001 | 0 | 1011000 | 111100 | 11100 | 101010101 | 1001111 | 101000 |
Color Harmonies of #B81649
Complementary color
Monochromatic Colors of #B81649
Black with #B81649
Text Example
Text Example
White with #B81649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81649; }
p { color: rgb(184,22,73); }
H1.HeaderClassName
{
color: #B81649;
}
.AnyTagClassName
{
color: #B81649;
}
</style>
background-color css
<style>
a { background-color: #B81649; }
a { background-color: rgb(184,22,73); }
div.DivClassName
{
background-color: #B81649;
}
.BgClassName
{
background-color: #B81649;
}
</style>
border-color css
<style>
span { border-color: #B81649; }
span { border-color: rgb(184,22,73); }
td.TdClassName
{
border-color: #B81649;
}
.TagClassName
{
border-color: #B81649;
}
</style>