Shades of Cardinal #B81629
Tints of Cardinal #B81629
RGB
CMYK
RGB Variations
Color information
#B81629 (or 0xB81629) is known color: Cardinal. HEX triplet: B8, 16 and 29. RGB value is (184,22,41). Sum of RGB (Red+Green+Blue) = 184+22+41=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B81629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81629 is #47E9D6. Grayscale: #484848. Windows color (decimal): -4712919 or 2692792. OLE color: 2692792.
HSL color Cylindrical-coordinate representation of color #B81629: hue angle of 352.96º 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 #B81629 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 41 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.28 |
| HSL | 352.96º | 0.79% | 0.4% | - |
| HSV(B) | 352.96º | 0.88% | 0.72% | - |
| XYZ | 20.45 | 10.92 | 3.13 | - |
| YUV | 72.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 41 | 0 | 0.88 | 0.78 | 0.28 | 352.96 | 0.79 | 0.4 |
| Hex | B8 | 16 | 29 | 0 | 58 | 4E | 1C | 161 | 4F | 28 |
| Octal | 270 | 26 | 51 | 0 | 130 | 116 | 34 | 541 | 117 | 50 |
| Binary | 10111000 | 10110 | 101001 | 0 | 1011000 | 1001110 | 11100 | 101100001 | 1001111 | 101000 |
Color Harmonies of #B81629
Complementary color
Monochromatic Colors of #B81629
Black with #B81629
Text Example
Text Example
White with #B81629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81629; }
p { color: rgb(184,22,41); }
H1.HeaderClassName
{
color: #B81629;
}
.AnyTagClassName
{
color: #B81629;
}
</style>
background-color css
<style>
a { background-color: #B81629; }
a { background-color: rgb(184,22,41); }
div.DivClassName
{
background-color: #B81629;
}
.BgClassName
{
background-color: #B81629;
}
</style>
border-color css
<style>
span { border-color: #B81629; }
span { border-color: rgb(184,22,41); }
td.TdClassName
{
border-color: #B81629;
}
.TagClassName
{
border-color: #B81629;
}
</style>