Shades of Cardinal #B81B33
Tints of Cardinal #B81B33
RGB
CMYK
RGB Variations
Color information
#B81B33 (or 0xB81B33) is known color: Cardinal. HEX triplet: B8, 1B and 33. RGB value is (184,27,51). Sum of RGB (Red+Green+Blue) = 184+27+51=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B33 is #47E4CC. Grayscale: #4C4C4C. Windows color (decimal): -4711629 or 3349432. OLE color: 3349432.
HSL color Cylindrical-coordinate representation of color #B81B33: hue angle of 350.83º 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 #B81B33 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 51 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.28 |
| HSL | 350.83º | 0.74% | 0.41% | - |
| HSV(B) | 350.83º | 0.85% | 0.72% | - |
| XYZ | 20.76 | 11.21 | 4.2 | - |
| YUV | 76.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 51 | 0 | 0.85 | 0.72 | 0.28 | 350.83 | 0.74 | 0.41 |
| Hex | B8 | 1B | 33 | 0 | 55 | 48 | 1C | 15F | 4A | 29 |
| Octal | 270 | 33 | 63 | 0 | 125 | 110 | 34 | 537 | 112 | 51 |
| Binary | 10111000 | 11011 | 110011 | 0 | 1010101 | 1001000 | 11100 | 101011111 | 1001010 | 101001 |
Color Harmonies of #B81B33
Complementary color
Monochromatic Colors of #B81B33
Black with #B81B33
Text Example
Text Example
White with #B81B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B33; }
p { color: rgb(184,27,51); }
H1.HeaderClassName
{
color: #B81B33;
}
.AnyTagClassName
{
color: #B81B33;
}
</style>
background-color css
<style>
a { background-color: #B81B33; }
a { background-color: rgb(184,27,51); }
div.DivClassName
{
background-color: #B81B33;
}
.BgClassName
{
background-color: #B81B33;
}
</style>
border-color css
<style>
span { border-color: #B81B33; }
span { border-color: rgb(184,27,51); }
td.TdClassName
{
border-color: #B81B33;
}
.TagClassName
{
border-color: #B81B33;
}
</style>