Shades of Cardinal #B81844
Tints of Cardinal #B81844
RGB
CMYK
RGB Variations
Color information
#B81844 (or 0xB81844) is known color: Cardinal. HEX triplet: B8, 18 and 44. RGB value is (184,24,68). Sum of RGB (Red+Green+Blue) = 184+24+68=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B81844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81844 is #47E7BB. Grayscale: #4C4C4C. Windows color (decimal): -4712380 or 4462776. OLE color: 4462776.
HSL color Cylindrical-coordinate representation of color #B81844: hue angle of 343.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81844 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 68 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.28 |
| HSL | 343.5º | 0.77% | 0.41% | - |
| HSV(B) | 343.5º | 0.87% | 0.72% | - |
| XYZ | 21.14 | 11.26 | 6.53 | - |
| YUV | 76.86 | 123.01 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 68 | 0 | 0.87 | 0.63 | 0.28 | 343.5 | 0.77 | 0.41 |
| Hex | B8 | 18 | 44 | 0 | 57 | 3F | 1C | 158 | 4D | 29 |
| Octal | 270 | 30 | 104 | 0 | 127 | 77 | 34 | 530 | 115 | 51 |
| Binary | 10111000 | 11000 | 1000100 | 0 | 1010111 | 111111 | 11100 | 101011000 | 1001101 | 101001 |
Color Harmonies of #B81844
Complementary color
Monochromatic Colors of #B81844
Black with #B81844
Text Example
Text Example
White with #B81844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81844; }
p { color: rgb(184,24,68); }
H1.HeaderClassName
{
color: #B81844;
}
.AnyTagClassName
{
color: #B81844;
}
</style>
background-color css
<style>
a { background-color: #B81844; }
a { background-color: rgb(184,24,68); }
div.DivClassName
{
background-color: #B81844;
}
.BgClassName
{
background-color: #B81844;
}
</style>
border-color css
<style>
span { border-color: #B81844; }
span { border-color: rgb(184,24,68); }
td.TdClassName
{
border-color: #B81844;
}
.TagClassName
{
border-color: #B81844;
}
</style>