Shades of Cardinal #B81431
Tints of Cardinal #B81431
RGB
CMYK
RGB Variations
Color information
#B81431 (or 0xB81431) is known color: Cardinal. HEX triplet: B8, 14 and 31. RGB value is (184,20,49). Sum of RGB (Red+Green+Blue) = 184+20+49=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B81431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81431 is #47EBCE. Grayscale: #484848. Windows color (decimal): -4713423 or 3216568. OLE color: 3216568.
HSL color Cylindrical-coordinate representation of color #B81431: hue angle of 349.39º 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 #B81431 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 49 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.28 |
| HSL | 349.39º | 0.8% | 0.4% | - |
| HSV(B) | 349.39º | 0.89% | 0.72% | - |
| XYZ | 20.57 | 10.91 | 3.93 | - |
| YUV | 72.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 49 | 0 | 0.89 | 0.73 | 0.28 | 349.39 | 0.8 | 0.4 |
| Hex | B8 | 14 | 31 | 0 | 59 | 49 | 1C | 15D | 50 | 28 |
| Octal | 270 | 24 | 61 | 0 | 131 | 111 | 34 | 535 | 120 | 50 |
| Binary | 10111000 | 10100 | 110001 | 0 | 1011001 | 1001001 | 11100 | 101011101 | 1010000 | 101000 |
Color Harmonies of #B81431
Complementary color
Monochromatic Colors of #B81431
Black with #B81431
Text Example
Text Example
White with #B81431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81431; }
p { color: rgb(184,20,49); }
H1.HeaderClassName
{
color: #B81431;
}
.AnyTagClassName
{
color: #B81431;
}
</style>
background-color css
<style>
a { background-color: #B81431; }
a { background-color: rgb(184,20,49); }
div.DivClassName
{
background-color: #B81431;
}
.BgClassName
{
background-color: #B81431;
}
</style>
border-color css
<style>
span { border-color: #B81431; }
span { border-color: rgb(184,20,49); }
td.TdClassName
{
border-color: #B81431;
}
.TagClassName
{
border-color: #B81431;
}
</style>