Shades of Cardinal #B8063B
Tints of Cardinal #B8063B
RGB
CMYK
RGB Variations
Color information
#B8063B (or 0xB8063B) is known color: Cardinal. HEX triplet: B8, 06 and 3B. RGB value is (184,6,59). Sum of RGB (Red+Green+Blue) = 184+6+59=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8063B is #47F9C4. Grayscale: #414141. Windows color (decimal): -4716997 or 3868344. OLE color: 3868344.
HSL color Cylindrical-coordinate representation of color #B8063B: hue angle of 342.13º 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 #B8063B is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.28 |
| HSL | 342.13º | 0.94% | 0.37% | - |
| HSV(B) | 342.13º | 0.97% | 0.72% | - |
| XYZ | 20.62 | 10.64 | 5.1 | - |
| YUV | 65.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 59 | 0 | 0.97 | 0.68 | 0.28 | 342.13 | 0.94 | 0.37 |
| Hex | B8 | 6 | 3B | 0 | 61 | 44 | 1C | 156 | 5E | 25 |
| Octal | 270 | 6 | 73 | 0 | 141 | 104 | 34 | 526 | 136 | 45 |
| Binary | 10111000 | 110 | 111011 | 0 | 1100001 | 1000100 | 11100 | 101010110 | 1011110 | 100101 |
Color Harmonies of #B8063B
Complementary color
Monochromatic Colors of #B8063B
Black with #B8063B
Text Example
Text Example
White with #B8063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8063B; }
p { color: rgb(184,6,59); }
H1.HeaderClassName
{
color: #B8063B;
}
.AnyTagClassName
{
color: #B8063B;
}
</style>
background-color css
<style>
a { background-color: #B8063B; }
a { background-color: rgb(184,6,59); }
div.DivClassName
{
background-color: #B8063B;
}
.BgClassName
{
background-color: #B8063B;
}
</style>
border-color css
<style>
span { border-color: #B8063B; }
span { border-color: rgb(184,6,59); }
td.TdClassName
{
border-color: #B8063B;
}
.TagClassName
{
border-color: #B8063B;
}
</style>