Shades of Cardinal #B81B2B
Tints of Cardinal #B81B2B
RGB
CMYK
RGB Variations
Color information
#B81B2B (or 0xB81B2B) is known color: Cardinal. HEX triplet: B8, 1B and 2B. RGB value is (184,27,43). Sum of RGB (Red+Green+Blue) = 184+27+43=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B2B is #47E4D4. Grayscale: #4B4B4B. Windows color (decimal): -4711637 or 2825144. OLE color: 2825144.
HSL color Cylindrical-coordinate representation of color #B81B2B: hue angle of 353.89º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B2B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 43 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.28 |
| HSL | 353.89º | 0.74% | 0.41% | - |
| HSV(B) | 353.89º | 0.85% | 0.72% | - |
| XYZ | 20.6 | 11.15 | 3.35 | - |
| YUV | 75.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 43 | 0 | 0.85 | 0.77 | 0.28 | 353.89 | 0.74 | 0.41 |
| Hex | B8 | 1B | 2B | 0 | 55 | 4D | 1C | 162 | 4A | 29 |
| Octal | 270 | 33 | 53 | 0 | 125 | 115 | 34 | 542 | 112 | 51 |
| Binary | 10111000 | 11011 | 101011 | 0 | 1010101 | 1001101 | 11100 | 101100010 | 1001010 | 101001 |
Color Harmonies of #B81B2B
Complementary color
Monochromatic Colors of #B81B2B
Black with #B81B2B
Text Example
Text Example
White with #B81B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B2B; }
p { color: rgb(184,27,43); }
H1.HeaderClassName
{
color: #B81B2B;
}
.AnyTagClassName
{
color: #B81B2B;
}
</style>
background-color css
<style>
a { background-color: #B81B2B; }
a { background-color: rgb(184,27,43); }
div.DivClassName
{
background-color: #B81B2B;
}
.BgClassName
{
background-color: #B81B2B;
}
</style>
border-color css
<style>
span { border-color: #B81B2B; }
span { border-color: rgb(184,27,43); }
td.TdClassName
{
border-color: #B81B2B;
}
.TagClassName
{
border-color: #B81B2B;
}
</style>