Shades of Cardinal #B81531
Tints of Cardinal #B81531
RGB
CMYK
RGB Variations
Color information
#B81531 (or 0xB81531) is known color: Cardinal. HEX triplet: B8, 15 and 31. RGB value is (184,21,49). Sum of RGB (Red+Green+Blue) = 184+21+49=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B81531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81531 is #47EACE. Grayscale: #484848. Windows color (decimal): -4713167 or 3216824. OLE color: 3216824.
HSL color Cylindrical-coordinate representation of color #B81531: hue angle of 349.69º 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 #B81531 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 49 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.28 |
| HSL | 349.69º | 0.8% | 0.4% | - |
| HSV(B) | 349.69º | 0.89% | 0.72% | - |
| XYZ | 20.59 | 10.95 | 3.93 | - |
| YUV | 72.93 | 114.5 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 49 | 0 | 0.89 | 0.73 | 0.28 | 349.69 | 0.8 | 0.4 |
| Hex | B8 | 15 | 31 | 0 | 59 | 49 | 1C | 15E | 50 | 28 |
| Octal | 270 | 25 | 61 | 0 | 131 | 111 | 34 | 536 | 120 | 50 |
| Binary | 10111000 | 10101 | 110001 | 0 | 1011001 | 1001001 | 11100 | 101011110 | 1010000 | 101000 |
Color Harmonies of #B81531
Complementary color
Monochromatic Colors of #B81531
Black with #B81531
Text Example
Text Example
White with #B81531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81531; }
p { color: rgb(184,21,49); }
H1.HeaderClassName
{
color: #B81531;
}
.AnyTagClassName
{
color: #B81531;
}
</style>
background-color css
<style>
a { background-color: #B81531; }
a { background-color: rgb(184,21,49); }
div.DivClassName
{
background-color: #B81531;
}
.BgClassName
{
background-color: #B81531;
}
</style>
border-color css
<style>
span { border-color: #B81531; }
span { border-color: rgb(184,21,49); }
td.TdClassName
{
border-color: #B81531;
}
.TagClassName
{
border-color: #B81531;
}
</style>