Shades of Cardinal #B82044
Tints of Cardinal #B82044
RGB
CMYK
RGB Variations
Color information
#B82044 (or 0xB82044) is known color: Cardinal. HEX triplet: B8, 20 and 44. RGB value is (184,32,68). Sum of RGB (Red+Green+Blue) = 184+32+68=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B82044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82044 is #47DFBB. Grayscale: #515151. Windows color (decimal): -4710332 or 4464824. OLE color: 4464824.
HSL color Cylindrical-coordinate representation of color #B82044: hue angle of 345.79º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82044 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 68 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.28 |
| HSL | 345.79º | 0.7% | 0.42% | - |
| HSV(B) | 345.79º | 0.83% | 0.72% | - |
| XYZ | 21.33 | 11.64 | 6.59 | - |
| YUV | 81.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 68 | 0 | 0.83 | 0.63 | 0.28 | 345.79 | 0.7 | 0.42 |
| Hex | B8 | 20 | 44 | 0 | 53 | 3F | 1C | 15A | 46 | 2A |
| Octal | 270 | 40 | 104 | 0 | 123 | 77 | 34 | 532 | 106 | 52 |
| Binary | 10111000 | 100000 | 1000100 | 0 | 1010011 | 111111 | 11100 | 101011010 | 1000110 | 101010 |
Color Harmonies of #B82044
Complementary color
Monochromatic Colors of #B82044
Black with #B82044
Text Example
Text Example
White with #B82044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82044; }
p { color: rgb(184,32,68); }
H1.HeaderClassName
{
color: #B82044;
}
.AnyTagClassName
{
color: #B82044;
}
</style>
background-color css
<style>
a { background-color: #B82044; }
a { background-color: rgb(184,32,68); }
div.DivClassName
{
background-color: #B82044;
}
.BgClassName
{
background-color: #B82044;
}
</style>
border-color css
<style>
span { border-color: #B82044; }
span { border-color: rgb(184,32,68); }
td.TdClassName
{
border-color: #B82044;
}
.TagClassName
{
border-color: #B82044;
}
</style>