Shades of Cardinal #B81B2C
Tints of Cardinal #B81B2C
RGB
CMYK
RGB Variations
Color information
#B81B2C (or 0xB81B2C) is known color: Cardinal. HEX triplet: B8, 1B and 2C. RGB value is (184,27,44). Sum of RGB (Red+Green+Blue) = 184+27+44=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B2C is #47E4D3. Grayscale: #4B4B4B. Windows color (decimal): -4711636 or 2890680. OLE color: 2890680.
HSL color Cylindrical-coordinate representation of color #B81B2C: hue angle of 353.5º 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 #B81B2C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 44 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.28 |
| HSL | 353.5º | 0.74% | 0.41% | - |
| HSV(B) | 353.5º | 0.85% | 0.72% | - |
| XYZ | 20.61 | 11.16 | 3.45 | - |
| YUV | 75.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 44 | 0 | 0.85 | 0.76 | 0.28 | 353.5 | 0.74 | 0.41 |
| Hex | B8 | 1B | 2C | 0 | 55 | 4C | 1C | 162 | 4A | 29 |
| Octal | 270 | 33 | 54 | 0 | 125 | 114 | 34 | 542 | 112 | 51 |
| Binary | 10111000 | 11011 | 101100 | 0 | 1010101 | 1001100 | 11100 | 101100010 | 1001010 | 101001 |
Color Harmonies of #B81B2C
Complementary color
Monochromatic Colors of #B81B2C
Black with #B81B2C
Text Example
Text Example
White with #B81B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B2C; }
p { color: rgb(184,27,44); }
H1.HeaderClassName
{
color: #B81B2C;
}
.AnyTagClassName
{
color: #B81B2C;
}
</style>
background-color css
<style>
a { background-color: #B81B2C; }
a { background-color: rgb(184,27,44); }
div.DivClassName
{
background-color: #B81B2C;
}
.BgClassName
{
background-color: #B81B2C;
}
</style>
border-color css
<style>
span { border-color: #B81B2C; }
span { border-color: rgb(184,27,44); }
td.TdClassName
{
border-color: #B81B2C;
}
.TagClassName
{
border-color: #B81B2C;
}
</style>