Shades of Cardinal #B81548
Tints of Cardinal #B81548
RGB
CMYK
RGB Variations
Color information
#B81548 (or 0xB81548) is known color: Cardinal. HEX triplet: B8, 15 and 48. RGB value is (184,21,72). Sum of RGB (Red+Green+Blue) = 184+21+72=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B81548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81548 is #47EAB7. Grayscale: #4B4B4B. Windows color (decimal): -4713144 or 4724152. OLE color: 4724152.
HSL color Cylindrical-coordinate representation of color #B81548: hue angle of 341.23º 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 #B81548 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 72 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.28 |
| HSL | 341.23º | 0.8% | 0.4% | - |
| HSV(B) | 341.23º | 0.89% | 0.72% | - |
| XYZ | 21.21 | 11.19 | 7.17 | - |
| YUV | 75.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 72 | 0 | 0.89 | 0.61 | 0.28 | 341.23 | 0.8 | 0.4 |
| Hex | B8 | 15 | 48 | 0 | 59 | 3D | 1C | 155 | 50 | 28 |
| Octal | 270 | 25 | 110 | 0 | 131 | 75 | 34 | 525 | 120 | 50 |
| Binary | 10111000 | 10101 | 1001000 | 0 | 1011001 | 111101 | 11100 | 101010101 | 1010000 | 101000 |
Color Harmonies of #B81548
Complementary color
Monochromatic Colors of #B81548
Black with #B81548
Text Example
Text Example
White with #B81548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81548; }
p { color: rgb(184,21,72); }
H1.HeaderClassName
{
color: #B81548;
}
.AnyTagClassName
{
color: #B81548;
}
</style>
background-color css
<style>
a { background-color: #B81548; }
a { background-color: rgb(184,21,72); }
div.DivClassName
{
background-color: #B81548;
}
.BgClassName
{
background-color: #B81548;
}
</style>
border-color css
<style>
span { border-color: #B81548; }
span { border-color: rgb(184,21,72); }
td.TdClassName
{
border-color: #B81548;
}
.TagClassName
{
border-color: #B81548;
}
</style>