Shades of Cardinal #B80736
Tints of Cardinal #B80736
RGB
CMYK
RGB Variations
Color information
#B80736 (or 0xB80736) is known color: Cardinal. HEX triplet: B8, 07 and 36. RGB value is (184,7,54). Sum of RGB (Red+Green+Blue) = 184+7+54=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B80736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80736 is #47F8C9. Grayscale: #414141. Windows color (decimal): -4716746 or 3540920. OLE color: 3540920.
HSL color Cylindrical-coordinate representation of color #B80736: hue angle of 344.07º 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 #B80736 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 54 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.28 |
| HSL | 344.07º | 0.93% | 0.37% | - |
| HSV(B) | 344.07º | 0.96% | 0.72% | - |
| XYZ | 20.51 | 10.61 | 4.46 | - |
| YUV | 65.28 | 121.64 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 54 | 0 | 0.96 | 0.71 | 0.28 | 344.07 | 0.93 | 0.37 |
| Hex | B8 | 7 | 36 | 0 | 60 | 47 | 1C | 158 | 5D | 25 |
| Octal | 270 | 7 | 66 | 0 | 140 | 107 | 34 | 530 | 135 | 45 |
| Binary | 10111000 | 111 | 110110 | 0 | 1100000 | 1000111 | 11100 | 101011000 | 1011101 | 100101 |
Color Harmonies of #B80736
Complementary color
Monochromatic Colors of #B80736
Black with #B80736
Text Example
Text Example
White with #B80736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80736; }
p { color: rgb(184,7,54); }
H1.HeaderClassName
{
color: #B80736;
}
.AnyTagClassName
{
color: #B80736;
}
</style>
background-color css
<style>
a { background-color: #B80736; }
a { background-color: rgb(184,7,54); }
div.DivClassName
{
background-color: #B80736;
}
.BgClassName
{
background-color: #B80736;
}
</style>
border-color css
<style>
span { border-color: #B80736; }
span { border-color: rgb(184,7,54); }
td.TdClassName
{
border-color: #B80736;
}
.TagClassName
{
border-color: #B80736;
}
</style>