Shades of Cardinal #B8193B
Tints of Cardinal #B8193B
RGB
CMYK
RGB Variations
Color information
#B8193B (or 0xB8193B) is known color: Cardinal. HEX triplet: B8, 19 and 3B. RGB value is (184,25,59). Sum of RGB (Red+Green+Blue) = 184+25+59=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8193B is #47E6C4. Grayscale: #4C4C4C. Windows color (decimal): -4712133 or 3873208. OLE color: 3873208.
HSL color Cylindrical-coordinate representation of color #B8193B: hue angle of 347.17º 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 #B8193B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 59 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.28 |
| HSL | 347.17º | 0.76% | 0.41% | - |
| HSV(B) | 347.17º | 0.86% | 0.72% | - |
| XYZ | 20.9 | 11.2 | 5.2 | - |
| YUV | 76.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 59 | 0 | 0.86 | 0.68 | 0.28 | 347.17 | 0.76 | 0.41 |
| Hex | B8 | 19 | 3B | 0 | 56 | 44 | 1C | 15B | 4C | 29 |
| Octal | 270 | 31 | 73 | 0 | 126 | 104 | 34 | 533 | 114 | 51 |
| Binary | 10111000 | 11001 | 111011 | 0 | 1010110 | 1000100 | 11100 | 101011011 | 1001100 | 101001 |
Color Harmonies of #B8193B
Complementary color
Monochromatic Colors of #B8193B
Black with #B8193B
Text Example
Text Example
White with #B8193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8193B; }
p { color: rgb(184,25,59); }
H1.HeaderClassName
{
color: #B8193B;
}
.AnyTagClassName
{
color: #B8193B;
}
</style>
background-color css
<style>
a { background-color: #B8193B; }
a { background-color: rgb(184,25,59); }
div.DivClassName
{
background-color: #B8193B;
}
.BgClassName
{
background-color: #B8193B;
}
</style>
border-color css
<style>
span { border-color: #B8193B; }
span { border-color: rgb(184,25,59); }
td.TdClassName
{
border-color: #B8193B;
}
.TagClassName
{
border-color: #B8193B;
}
</style>