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