Shades of Cardinal #B80644
Tints of Cardinal #B80644
RGB
CMYK
RGB Variations
Color information
#B80644 (or 0xB80644) is known color: Cardinal. HEX triplet: B8, 06 and 44. RGB value is (184,6,68). Sum of RGB (Red+Green+Blue) = 184+6+68=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B80644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80644 is #47F9BB. Grayscale: #424242. Windows color (decimal): -4716988 or 4458168. OLE color: 4458168.
HSL color Cylindrical-coordinate representation of color #B80644: hue angle of 339.1º 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 #B80644 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 68 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.28 |
| HSL | 339.1º | 0.94% | 0.37% | - |
| HSV(B) | 339.1º | 0.97% | 0.72% | - |
| XYZ | 20.88 | 10.74 | 6.44 | - |
| YUV | 66.29 | 128.97 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 68 | 0 | 0.97 | 0.63 | 0.28 | 339.1 | 0.94 | 0.37 |
| Hex | B8 | 6 | 44 | 0 | 61 | 3F | 1C | 153 | 5E | 25 |
| Octal | 270 | 6 | 104 | 0 | 141 | 77 | 34 | 523 | 136 | 45 |
| Binary | 10111000 | 110 | 1000100 | 0 | 1100001 | 111111 | 11100 | 101010011 | 1011110 | 100101 |
Color Harmonies of #B80644
Complementary color
Monochromatic Colors of #B80644
Black with #B80644
Text Example
Text Example
White with #B80644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80644; }
p { color: rgb(184,6,68); }
H1.HeaderClassName
{
color: #B80644;
}
.AnyTagClassName
{
color: #B80644;
}
</style>
background-color css
<style>
a { background-color: #B80644; }
a { background-color: rgb(184,6,68); }
div.DivClassName
{
background-color: #B80644;
}
.BgClassName
{
background-color: #B80644;
}
</style>
border-color css
<style>
span { border-color: #B80644; }
span { border-color: rgb(184,6,68); }
td.TdClassName
{
border-color: #B80644;
}
.TagClassName
{
border-color: #B80644;
}
</style>