Shades of Cardinal #B81B32
Tints of Cardinal #B81B32
RGB
CMYK
RGB Variations
Color information
#B81B32 (or 0xB81B32) is known color: Cardinal. HEX triplet: B8, 1B and 32. RGB value is (184,27,50). Sum of RGB (Red+Green+Blue) = 184+27+50=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B32 is #47E4CD. Grayscale: #4C4C4C. Windows color (decimal): -4711630 or 3283896. OLE color: 3283896.
HSL color Cylindrical-coordinate representation of color #B81B32: hue angle of 351.21º 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 #B81B32 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 50 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.28 |
| HSL | 351.21º | 0.74% | 0.41% | - |
| HSV(B) | 351.21º | 0.85% | 0.72% | - |
| XYZ | 20.73 | 11.2 | 4.09 | - |
| YUV | 76.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 50 | 0 | 0.85 | 0.73 | 0.28 | 351.21 | 0.74 | 0.41 |
| Hex | B8 | 1B | 32 | 0 | 55 | 49 | 1C | 15F | 4A | 29 |
| Octal | 270 | 33 | 62 | 0 | 125 | 111 | 34 | 537 | 112 | 51 |
| Binary | 10111000 | 11011 | 110010 | 0 | 1010101 | 1001001 | 11100 | 101011111 | 1001010 | 101001 |
Color Harmonies of #B81B32
Complementary color
Monochromatic Colors of #B81B32
Black with #B81B32
Text Example
Text Example
White with #B81B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B32; }
p { color: rgb(184,27,50); }
H1.HeaderClassName
{
color: #B81B32;
}
.AnyTagClassName
{
color: #B81B32;
}
</style>
background-color css
<style>
a { background-color: #B81B32; }
a { background-color: rgb(184,27,50); }
div.DivClassName
{
background-color: #B81B32;
}
.BgClassName
{
background-color: #B81B32;
}
</style>
border-color css
<style>
span { border-color: #B81B32; }
span { border-color: rgb(184,27,50); }
td.TdClassName
{
border-color: #B81B32;
}
.TagClassName
{
border-color: #B81B32;
}
</style>