Shades of Cardinal #B8053B
Tints of Cardinal #B8053B
RGB
CMYK
RGB Variations
Color information
#B8053B (or 0xB8053B) is known color: Cardinal. HEX triplet: B8, 05 and 3B. RGB value is (184,5,59). Sum of RGB (Red+Green+Blue) = 184+5+59=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8053B is #47FAC4. Grayscale: #404040. Windows color (decimal): -4717253 or 3868088. OLE color: 3868088.
HSL color Cylindrical-coordinate representation of color #B8053B: hue angle of 341.9º degrees, saturation: 0.95, 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 #B8053B is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 59 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.28 |
| HSL | 341.9º | 0.95% | 0.37% | - |
| HSV(B) | 341.9º | 0.97% | 0.72% | - |
| XYZ | 20.61 | 10.61 | 5.1 | - |
| YUV | 64.68 | 124.8 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 59 | 0 | 0.97 | 0.68 | 0.28 | 341.9 | 0.95 | 0.37 |
| Hex | B8 | 5 | 3B | 0 | 61 | 44 | 1C | 156 | 5F | 25 |
| Octal | 270 | 5 | 73 | 0 | 141 | 104 | 34 | 526 | 137 | 45 |
| Binary | 10111000 | 101 | 111011 | 0 | 1100001 | 1000100 | 11100 | 101010110 | 1011111 | 100101 |
Color Harmonies of #B8053B
Complementary color
Monochromatic Colors of #B8053B
Black with #B8053B
Text Example
Text Example
White with #B8053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8053B; }
p { color: rgb(184,5,59); }
H1.HeaderClassName
{
color: #B8053B;
}
.AnyTagClassName
{
color: #B8053B;
}
</style>
background-color css
<style>
a { background-color: #B8053B; }
a { background-color: rgb(184,5,59); }
div.DivClassName
{
background-color: #B8053B;
}
.BgClassName
{
background-color: #B8053B;
}
</style>
border-color css
<style>
span { border-color: #B8053B; }
span { border-color: rgb(184,5,59); }
td.TdClassName
{
border-color: #B8053B;
}
.TagClassName
{
border-color: #B8053B;
}
</style>