Shades of Cardinal #B81528
Tints of Cardinal #B81528
RGB
CMYK
RGB Variations
Color information
#B81528 (or 0xB81528) is known color: Cardinal. HEX triplet: B8, 15 and 28. RGB value is (184,21,40). Sum of RGB (Red+Green+Blue) = 184+21+40=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B81528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81528 is #47EAD7. Grayscale: #474747. Windows color (decimal): -4713176 or 2627000. OLE color: 2627000.
HSL color Cylindrical-coordinate representation of color #B81528: hue angle of 353.01º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81528 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 40 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.28 |
| HSL | 353.01º | 0.8% | 0.4% | - |
| HSV(B) | 353.01º | 0.89% | 0.72% | - |
| XYZ | 20.42 | 10.88 | 3.03 | - |
| YUV | 71.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 40 | 0 | 0.89 | 0.78 | 0.28 | 353.01 | 0.8 | 0.4 |
| Hex | B8 | 15 | 28 | 0 | 59 | 4E | 1C | 161 | 50 | 28 |
| Octal | 270 | 25 | 50 | 0 | 131 | 116 | 34 | 541 | 120 | 50 |
| Binary | 10111000 | 10101 | 101000 | 0 | 1011001 | 1001110 | 11100 | 101100001 | 1010000 | 101000 |
Color Harmonies of #B81528
Complementary color
Monochromatic Colors of #B81528
Black with #B81528
Text Example
Text Example
White with #B81528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81528; }
p { color: rgb(184,21,40); }
H1.HeaderClassName
{
color: #B81528;
}
.AnyTagClassName
{
color: #B81528;
}
</style>
background-color css
<style>
a { background-color: #B81528; }
a { background-color: rgb(184,21,40); }
div.DivClassName
{
background-color: #B81528;
}
.BgClassName
{
background-color: #B81528;
}
</style>
border-color css
<style>
span { border-color: #B81528; }
span { border-color: rgb(184,21,40); }
td.TdClassName
{
border-color: #B81528;
}
.TagClassName
{
border-color: #B81528;
}
</style>