Shades of Cardinal #B80845
Tints of Cardinal #B80845
RGB
CMYK
RGB Variations
Color information
#B80845 (or 0xB80845) is known color: Cardinal. HEX triplet: B8, 08 and 45. RGB value is (184,8,69). Sum of RGB (Red+Green+Blue) = 184+8+69=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B80845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80845 is #47F7BA. Grayscale: #434343. Windows color (decimal): -4716475 or 4524216. OLE color: 4524216.
HSL color Cylindrical-coordinate representation of color #B80845: hue angle of 339.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80845 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.28 |
| HSL | 339.2º | 0.92% | 0.38% | - |
| HSV(B) | 339.2º | 0.96% | 0.72% | - |
| XYZ | 20.93 | 10.79 | 6.61 | - |
| YUV | 67.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 69 | 0 | 0.96 | 0.62 | 0.28 | 339.2 | 0.92 | 0.38 |
| Hex | B8 | 8 | 45 | 0 | 60 | 3E | 1C | 153 | 5C | 26 |
| Octal | 270 | 10 | 105 | 0 | 140 | 76 | 34 | 523 | 134 | 46 |
| Binary | 10111000 | 1000 | 1000101 | 0 | 1100000 | 111110 | 11100 | 101010011 | 1011100 | 100110 |
Color Harmonies of #B80845
Complementary color
Monochromatic Colors of #B80845
Black with #B80845
Text Example
Text Example
White with #B80845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80845; }
p { color: rgb(184,8,69); }
H1.HeaderClassName
{
color: #B80845;
}
.AnyTagClassName
{
color: #B80845;
}
</style>
background-color css
<style>
a { background-color: #B80845; }
a { background-color: rgb(184,8,69); }
div.DivClassName
{
background-color: #B80845;
}
.BgClassName
{
background-color: #B80845;
}
</style>
border-color css
<style>
span { border-color: #B80845; }
span { border-color: rgb(184,8,69); }
td.TdClassName
{
border-color: #B80845;
}
.TagClassName
{
border-color: #B80845;
}
</style>