Shades of Cardinal #B8073B
Tints of Cardinal #B8073B
RGB
CMYK
RGB Variations
Color information
#B8073B (or 0xB8073B) is known color: Cardinal. HEX triplet: B8, 07 and 3B. RGB value is (184,7,59). Sum of RGB (Red+Green+Blue) = 184+7+59=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8073B is #47F8C4. Grayscale: #414141. Windows color (decimal): -4716741 or 3868600. OLE color: 3868600.
HSL color Cylindrical-coordinate representation of color #B8073B: hue angle of 342.37º 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 #B8073B is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 59 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.28 |
| HSL | 342.37º | 0.93% | 0.37% | - |
| HSV(B) | 342.37º | 0.96% | 0.72% | - |
| XYZ | 20.63 | 10.66 | 5.11 | - |
| YUV | 65.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 59 | 0 | 0.96 | 0.68 | 0.28 | 342.37 | 0.93 | 0.37 |
| Hex | B8 | 7 | 3B | 0 | 60 | 44 | 1C | 156 | 5D | 25 |
| Octal | 270 | 7 | 73 | 0 | 140 | 104 | 34 | 526 | 135 | 45 |
| Binary | 10111000 | 111 | 111011 | 0 | 1100000 | 1000100 | 11100 | 101010110 | 1011101 | 100101 |
Color Harmonies of #B8073B
Complementary color
Monochromatic Colors of #B8073B
Black with #B8073B
Text Example
Text Example
White with #B8073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8073B; }
p { color: rgb(184,7,59); }
H1.HeaderClassName
{
color: #B8073B;
}
.AnyTagClassName
{
color: #B8073B;
}
</style>
background-color css
<style>
a { background-color: #B8073B; }
a { background-color: rgb(184,7,59); }
div.DivClassName
{
background-color: #B8073B;
}
.BgClassName
{
background-color: #B8073B;
}
</style>
border-color css
<style>
span { border-color: #B8073B; }
span { border-color: rgb(184,7,59); }
td.TdClassName
{
border-color: #B8073B;
}
.TagClassName
{
border-color: #B8073B;
}
</style>