Shades of Cardinal #B81131
Tints of Cardinal #B81131
RGB
CMYK
RGB Variations
Color information
#B81131 (or 0xB81131) is known color: Cardinal. HEX triplet: B8, 11 and 31. RGB value is (184,17,49). Sum of RGB (Red+Green+Blue) = 184+17+49=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B81131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81131 is #47EECE. Grayscale: #464646. Windows color (decimal): -4714191 or 3215800. OLE color: 3215800.
HSL color Cylindrical-coordinate representation of color #B81131: hue angle of 348.5º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81131 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 49 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.28 |
| HSL | 348.5º | 0.83% | 0.39% | - |
| HSV(B) | 348.5º | 0.91% | 0.72% | - |
| XYZ | 20.52 | 10.81 | 3.91 | - |
| YUV | 70.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 49 | 0 | 0.91 | 0.73 | 0.28 | 348.5 | 0.83 | 0.39 |
| Hex | B8 | 11 | 31 | 0 | 5B | 49 | 1C | 15D | 53 | 27 |
| Octal | 270 | 21 | 61 | 0 | 133 | 111 | 34 | 535 | 123 | 47 |
| Binary | 10111000 | 10001 | 110001 | 0 | 1011011 | 1001001 | 11100 | 101011101 | 1010011 | 100111 |
Color Harmonies of #B81131
Complementary color
Monochromatic Colors of #B81131
Black with #B81131
Text Example
Text Example
White with #B81131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81131; }
p { color: rgb(184,17,49); }
H1.HeaderClassName
{
color: #B81131;
}
.AnyTagClassName
{
color: #B81131;
}
</style>
background-color css
<style>
a { background-color: #B81131; }
a { background-color: rgb(184,17,49); }
div.DivClassName
{
background-color: #B81131;
}
.BgClassName
{
background-color: #B81131;
}
</style>
border-color css
<style>
span { border-color: #B81131; }
span { border-color: rgb(184,17,49); }
td.TdClassName
{
border-color: #B81131;
}
.TagClassName
{
border-color: #B81131;
}
</style>