Shades of Cardinal #B81829
Tints of Cardinal #B81829
RGB
CMYK
RGB Variations
Color information
#B81829 (or 0xB81829) is known color: Cardinal. HEX triplet: B8, 18 and 29. RGB value is (184,24,41). Sum of RGB (Red+Green+Blue) = 184+24+41=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B81829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81829 is #47E7D6. Grayscale: #494949. Windows color (decimal): -4712407 or 2693304. OLE color: 2693304.
HSL color Cylindrical-coordinate representation of color #B81829: hue angle of 353.62º 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 #B81829 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 41 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.28 |
| HSL | 353.63º | 0.77% | 0.41% | - |
| HSV(B) | 353.63º | 0.87% | 0.72% | - |
| XYZ | 20.49 | 11 | 3.14 | - |
| YUV | 73.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 41 | 0 | 0.87 | 0.78 | 0.28 | 353.63 | 0.77 | 0.41 |
| Hex | B8 | 18 | 29 | 0 | 57 | 4E | 1C | 162 | 4D | 29 |
| Octal | 270 | 30 | 51 | 0 | 127 | 116 | 34 | 542 | 115 | 51 |
| Binary | 10111000 | 11000 | 101001 | 0 | 1010111 | 1001110 | 11100 | 101100010 | 1001101 | 101001 |
Color Harmonies of #B81829
Complementary color
Monochromatic Colors of #B81829
Black with #B81829
Text Example
Text Example
White with #B81829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81829; }
p { color: rgb(184,24,41); }
H1.HeaderClassName
{
color: #B81829;
}
.AnyTagClassName
{
color: #B81829;
}
</style>
background-color css
<style>
a { background-color: #B81829; }
a { background-color: rgb(184,24,41); }
div.DivClassName
{
background-color: #B81829;
}
.BgClassName
{
background-color: #B81829;
}
</style>
border-color css
<style>
span { border-color: #B81829; }
span { border-color: rgb(184,24,41); }
td.TdClassName
{
border-color: #B81829;
}
.TagClassName
{
border-color: #B81829;
}
</style>