Shades of Cardinal #B80641
Tints of Cardinal #B80641
RGB
CMYK
RGB Variations
Color information
#B80641 (or 0xB80641) is known color: Cardinal. HEX triplet: B8, 06 and 41. RGB value is (184,6,65). Sum of RGB (Red+Green+Blue) = 184+6+65=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B80641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80641 is #47F9BE. Grayscale: #414141. Windows color (decimal): -4716991 or 4261560. OLE color: 4261560.
HSL color Cylindrical-coordinate representation of color #B80641: hue angle of 340.11º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80641 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 65 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.28 |
| HSL | 340.11º | 0.94% | 0.37% | - |
| HSV(B) | 340.11º | 0.97% | 0.72% | - |
| XYZ | 20.79 | 10.7 | 5.97 | - |
| YUV | 65.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 65 | 0 | 0.97 | 0.65 | 0.28 | 340.11 | 0.94 | 0.37 |
| Hex | B8 | 6 | 41 | 0 | 61 | 41 | 1C | 154 | 5E | 25 |
| Octal | 270 | 6 | 101 | 0 | 141 | 101 | 34 | 524 | 136 | 45 |
| Binary | 10111000 | 110 | 1000001 | 0 | 1100001 | 1000001 | 11100 | 101010100 | 1011110 | 100101 |
Color Harmonies of #B80641
Complementary color
Monochromatic Colors of #B80641
Black with #B80641
Text Example
Text Example
White with #B80641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80641; }
p { color: rgb(184,6,65); }
H1.HeaderClassName
{
color: #B80641;
}
.AnyTagClassName
{
color: #B80641;
}
</style>
background-color css
<style>
a { background-color: #B80641; }
a { background-color: rgb(184,6,65); }
div.DivClassName
{
background-color: #B80641;
}
.BgClassName
{
background-color: #B80641;
}
</style>
border-color css
<style>
span { border-color: #B80641; }
span { border-color: rgb(184,6,65); }
td.TdClassName
{
border-color: #B80641;
}
.TagClassName
{
border-color: #B80641;
}
</style>