Shades of Cardinal #B80843
Tints of Cardinal #B80843
RGB
CMYK
RGB Variations
Color information
#B80843 (or 0xB80843) is known color: Cardinal. HEX triplet: B8, 08 and 43. RGB value is (184,8,67). Sum of RGB (Red+Green+Blue) = 184+8+67=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80843 is #47F7BC. Grayscale: #434343. Windows color (decimal): -4716477 or 4393144. OLE color: 4393144.
HSL color Cylindrical-coordinate representation of color #B80843: hue angle of 339.89º 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 #B80843 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.28 |
| HSL | 339.89º | 0.92% | 0.38% | - |
| HSV(B) | 339.89º | 0.96% | 0.72% | - |
| XYZ | 20.87 | 10.77 | 6.29 | - |
| YUV | 67.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 67 | 0 | 0.96 | 0.64 | 0.28 | 339.89 | 0.92 | 0.38 |
| Hex | B8 | 8 | 43 | 0 | 60 | 40 | 1C | 154 | 5C | 26 |
| Octal | 270 | 10 | 103 | 0 | 140 | 100 | 34 | 524 | 134 | 46 |
| Binary | 10111000 | 1000 | 1000011 | 0 | 1100000 | 1000000 | 11100 | 101010100 | 1011100 | 100110 |
Color Harmonies of #B80843
Complementary color
Monochromatic Colors of #B80843
Black with #B80843
Text Example
Text Example
White with #B80843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80843; }
p { color: rgb(184,8,67); }
H1.HeaderClassName
{
color: #B80843;
}
.AnyTagClassName
{
color: #B80843;
}
</style>
background-color css
<style>
a { background-color: #B80843; }
a { background-color: rgb(184,8,67); }
div.DivClassName
{
background-color: #B80843;
}
.BgClassName
{
background-color: #B80843;
}
</style>
border-color css
<style>
span { border-color: #B80843; }
span { border-color: rgb(184,8,67); }
td.TdClassName
{
border-color: #B80843;
}
.TagClassName
{
border-color: #B80843;
}
</style>