Shades of Cardinal #B8113B
Tints of Cardinal #B8113B
RGB
CMYK
RGB Variations
Color information
#B8113B (or 0xB8113B) is known color: Cardinal. HEX triplet: B8, 11 and 3B. RGB value is (184,17,59). Sum of RGB (Red+Green+Blue) = 184+17+59=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B8113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8113B is #47EEC4. Grayscale: #474747. Windows color (decimal): -4714181 or 3871160. OLE color: 3871160.
HSL color Cylindrical-coordinate representation of color #B8113B: hue angle of 344.91º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8113B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 59 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.28 |
| HSL | 344.91º | 0.83% | 0.39% | - |
| HSV(B) | 344.91º | 0.91% | 0.72% | - |
| XYZ | 20.76 | 10.91 | 5.15 | - |
| YUV | 71.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 59 | 0 | 0.91 | 0.68 | 0.28 | 344.91 | 0.83 | 0.39 |
| Hex | B8 | 11 | 3B | 0 | 5B | 44 | 1C | 159 | 53 | 27 |
| Octal | 270 | 21 | 73 | 0 | 133 | 104 | 34 | 531 | 123 | 47 |
| Binary | 10111000 | 10001 | 111011 | 0 | 1011011 | 1000100 | 11100 | 101011001 | 1010011 | 100111 |
Color Harmonies of #B8113B
Complementary color
Monochromatic Colors of #B8113B
Black with #B8113B
Text Example
Text Example
White with #B8113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8113B; }
p { color: rgb(184,17,59); }
H1.HeaderClassName
{
color: #B8113B;
}
.AnyTagClassName
{
color: #B8113B;
}
</style>
background-color css
<style>
a { background-color: #B8113B; }
a { background-color: rgb(184,17,59); }
div.DivClassName
{
background-color: #B8113B;
}
.BgClassName
{
background-color: #B8113B;
}
</style>
border-color css
<style>
span { border-color: #B8113B; }
span { border-color: rgb(184,17,59); }
td.TdClassName
{
border-color: #B8113B;
}
.TagClassName
{
border-color: #B8113B;
}
</style>