Shades of Cardinal #B80744
Tints of Cardinal #B80744
RGB
CMYK
RGB Variations
Color information
#B80744 (or 0xB80744) is known color: Cardinal. HEX triplet: B8, 07 and 44. RGB value is (184,7,68). Sum of RGB (Red+Green+Blue) = 184+7+68=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80744 is #47F8BB. Grayscale: #424242. Windows color (decimal): -4716732 or 4458424. OLE color: 4458424.
HSL color Cylindrical-coordinate representation of color #B80744: hue angle of 339.32º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80744 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 68 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.28 |
| HSL | 339.32º | 0.93% | 0.37% | - |
| HSV(B) | 339.32º | 0.96% | 0.72% | - |
| XYZ | 20.89 | 10.76 | 6.44 | - |
| YUV | 66.88 | 128.64 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 68 | 0 | 0.96 | 0.63 | 0.28 | 339.32 | 0.93 | 0.37 |
| Hex | B8 | 7 | 44 | 0 | 60 | 3F | 1C | 153 | 5D | 25 |
| Octal | 270 | 7 | 104 | 0 | 140 | 77 | 34 | 523 | 135 | 45 |
| Binary | 10111000 | 111 | 1000100 | 0 | 1100000 | 111111 | 11100 | 101010011 | 1011101 | 100101 |
Color Harmonies of #B80744
Complementary color
Monochromatic Colors of #B80744
Black with #B80744
Text Example
Text Example
White with #B80744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80744; }
p { color: rgb(184,7,68); }
H1.HeaderClassName
{
color: #B80744;
}
.AnyTagClassName
{
color: #B80744;
}
</style>
background-color css
<style>
a { background-color: #B80744; }
a { background-color: rgb(184,7,68); }
div.DivClassName
{
background-color: #B80744;
}
.BgClassName
{
background-color: #B80744;
}
</style>
border-color css
<style>
span { border-color: #B80744; }
span { border-color: rgb(184,7,68); }
td.TdClassName
{
border-color: #B80744;
}
.TagClassName
{
border-color: #B80744;
}
</style>