Shades of Cardinal #B81440
Tints of Cardinal #B81440
RGB
CMYK
RGB Variations
Color information
#B81440 (or 0xB81440) is known color: Cardinal. HEX triplet: B8, 14 and 40. RGB value is (184,20,64). Sum of RGB (Red+Green+Blue) = 184+20+64=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B81440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81440 is #47EBBF. Grayscale: #4A4A4A. Windows color (decimal): -4713408 or 4199608. OLE color: 4199608.
HSL color Cylindrical-coordinate representation of color #B81440: hue angle of 343.9º 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 #B81440 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 64 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.28 |
| HSL | 343.9º | 0.8% | 0.4% | - |
| HSV(B) | 343.9º | 0.89% | 0.72% | - |
| XYZ | 20.94 | 11.06 | 5.88 | - |
| YUV | 74.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 64 | 0 | 0.89 | 0.65 | 0.28 | 343.9 | 0.8 | 0.4 |
| Hex | B8 | 14 | 40 | 0 | 59 | 41 | 1C | 158 | 50 | 28 |
| Octal | 270 | 24 | 100 | 0 | 131 | 101 | 34 | 530 | 120 | 50 |
| Binary | 10111000 | 10100 | 1000000 | 0 | 1011001 | 1000001 | 11100 | 101011000 | 1010000 | 101000 |
Color Harmonies of #B81440
Complementary color
Monochromatic Colors of #B81440
Black with #B81440
Text Example
Text Example
White with #B81440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81440; }
p { color: rgb(184,20,64); }
H1.HeaderClassName
{
color: #B81440;
}
.AnyTagClassName
{
color: #B81440;
}
</style>
background-color css
<style>
a { background-color: #B81440; }
a { background-color: rgb(184,20,64); }
div.DivClassName
{
background-color: #B81440;
}
.BgClassName
{
background-color: #B81440;
}
</style>
border-color css
<style>
span { border-color: #B81440; }
span { border-color: rgb(184,20,64); }
td.TdClassName
{
border-color: #B81440;
}
.TagClassName
{
border-color: #B81440;
}
</style>