Shades of Cardinal #B8193F
Tints of Cardinal #B8193F
RGB
CMYK
RGB Variations
Color information
#B8193F (or 0xB8193F) is known color: Cardinal. HEX triplet: B8, 19 and 3F. RGB value is (184,25,63). Sum of RGB (Red+Green+Blue) = 184+25+63=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B8193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8193F is #47E6C0. Grayscale: #4C4C4C. Windows color (decimal): -4712129 or 4135352. OLE color: 4135352.
HSL color Cylindrical-coordinate representation of color #B8193F: hue angle of 345.66º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8193F is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 63 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.28 |
| HSL | 345.66º | 0.76% | 0.41% | - |
| HSV(B) | 345.66º | 0.86% | 0.72% | - |
| XYZ | 21.01 | 11.24 | 5.77 | - |
| YUV | 76.87 | 120.18 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 63 | 0 | 0.86 | 0.66 | 0.28 | 345.66 | 0.76 | 0.41 |
| Hex | B8 | 19 | 3F | 0 | 56 | 42 | 1C | 15A | 4C | 29 |
| Octal | 270 | 31 | 77 | 0 | 126 | 102 | 34 | 532 | 114 | 51 |
| Binary | 10111000 | 11001 | 111111 | 0 | 1010110 | 1000010 | 11100 | 101011010 | 1001100 | 101001 |
Color Harmonies of #B8193F
Complementary color
Monochromatic Colors of #B8193F
Black with #B8193F
Text Example
Text Example
White with #B8193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8193F; }
p { color: rgb(184,25,63); }
H1.HeaderClassName
{
color: #B8193F;
}
.AnyTagClassName
{
color: #B8193F;
}
</style>
background-color css
<style>
a { background-color: #B8193F; }
a { background-color: rgb(184,25,63); }
div.DivClassName
{
background-color: #B8193F;
}
.BgClassName
{
background-color: #B8193F;
}
</style>
border-color css
<style>
span { border-color: #B8193F; }
span { border-color: rgb(184,25,63); }
td.TdClassName
{
border-color: #B8193F;
}
.TagClassName
{
border-color: #B8193F;
}
</style>