Shades of Cardinal #B81943
Tints of Cardinal #B81943
RGB
CMYK
RGB Variations
Color information
#B81943 (or 0xB81943) is known color: Cardinal. HEX triplet: B8, 19 and 43. RGB value is (184,25,67). Sum of RGB (Red+Green+Blue) = 184+25+67=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B81943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81943 is #47E6BC. Grayscale: #4D4D4D. Windows color (decimal): -4712125 or 4397496. OLE color: 4397496.
HSL color Cylindrical-coordinate representation of color #B81943: hue angle of 344.15º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81943 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 67 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.28 |
| HSL | 344.15º | 0.76% | 0.41% | - |
| HSV(B) | 344.15º | 0.86% | 0.72% | - |
| XYZ | 21.13 | 11.29 | 6.38 | - |
| YUV | 77.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 67 | 0 | 0.86 | 0.64 | 0.28 | 344.15 | 0.76 | 0.41 |
| Hex | B8 | 19 | 43 | 0 | 56 | 40 | 1C | 158 | 4C | 29 |
| Octal | 270 | 31 | 103 | 0 | 126 | 100 | 34 | 530 | 114 | 51 |
| Binary | 10111000 | 11001 | 1000011 | 0 | 1010110 | 1000000 | 11100 | 101011000 | 1001100 | 101001 |
Color Harmonies of #B81943
Complementary color
Monochromatic Colors of #B81943
Black with #B81943
Text Example
Text Example
White with #B81943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81943; }
p { color: rgb(184,25,67); }
H1.HeaderClassName
{
color: #B81943;
}
.AnyTagClassName
{
color: #B81943;
}
</style>
background-color css
<style>
a { background-color: #B81943; }
a { background-color: rgb(184,25,67); }
div.DivClassName
{
background-color: #B81943;
}
.BgClassName
{
background-color: #B81943;
}
</style>
border-color css
<style>
span { border-color: #B81943; }
span { border-color: rgb(184,25,67); }
td.TdClassName
{
border-color: #B81943;
}
.TagClassName
{
border-color: #B81943;
}
</style>