Shades of Cardinal #B80B40
Tints of Cardinal #B80B40
RGB
CMYK
RGB Variations
Color information
#B80B40 (or 0xB80B40) is known color: Cardinal. HEX triplet: B8, 0B and 40. RGB value is (184,11,64). Sum of RGB (Red+Green+Blue) = 184+11+64=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B40 is #47F4BF. Grayscale: #444444. Windows color (decimal): -4715712 or 4197304. OLE color: 4197304.
HSL color Cylindrical-coordinate representation of color #B80B40: hue angle of 341.62º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B40 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 64 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.28 |
| HSL | 341.62º | 0.89% | 0.38% | - |
| HSV(B) | 341.62º | 0.94% | 0.72% | - |
| XYZ | 20.81 | 10.8 | 5.84 | - |
| YUV | 68.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 64 | 0 | 0.94 | 0.65 | 0.28 | 341.62 | 0.89 | 0.38 |
| Hex | B8 | B | 40 | 0 | 5E | 41 | 1C | 156 | 59 | 26 |
| Octal | 270 | 13 | 100 | 0 | 136 | 101 | 34 | 526 | 131 | 46 |
| Binary | 10111000 | 1011 | 1000000 | 0 | 1011110 | 1000001 | 11100 | 101010110 | 1011001 | 100110 |
Color Harmonies of #B80B40
Complementary color
Monochromatic Colors of #B80B40
Black with #B80B40
Text Example
Text Example
White with #B80B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B40; }
p { color: rgb(184,11,64); }
H1.HeaderClassName
{
color: #B80B40;
}
.AnyTagClassName
{
color: #B80B40;
}
</style>
background-color css
<style>
a { background-color: #B80B40; }
a { background-color: rgb(184,11,64); }
div.DivClassName
{
background-color: #B80B40;
}
.BgClassName
{
background-color: #B80B40;
}
</style>
border-color css
<style>
span { border-color: #B80B40; }
span { border-color: rgb(184,11,64); }
td.TdClassName
{
border-color: #B80B40;
}
.TagClassName
{
border-color: #B80B40;
}
</style>