Shades of Cardinal #B8193A
Tints of Cardinal #B8193A
RGB
CMYK
RGB Variations
Color information
#B8193A (or 0xB8193A) is known color: Cardinal. HEX triplet: B8, 19 and 3A. RGB value is (184,25,58). Sum of RGB (Red+Green+Blue) = 184+25+58=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8193A is #47E6C5. Grayscale: #4C4C4C. Windows color (decimal): -4712134 or 3807672. OLE color: 3807672.
HSL color Cylindrical-coordinate representation of color #B8193A: hue angle of 347.55º 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 #B8193A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 58 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.28 |
| HSL | 347.55º | 0.76% | 0.41% | - |
| HSV(B) | 347.55º | 0.86% | 0.72% | - |
| XYZ | 20.88 | 11.19 | 5.06 | - |
| YUV | 76.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 58 | 0 | 0.86 | 0.68 | 0.28 | 347.55 | 0.76 | 0.41 |
| Hex | B8 | 19 | 3A | 0 | 56 | 44 | 1C | 15C | 4C | 29 |
| Octal | 270 | 31 | 72 | 0 | 126 | 104 | 34 | 534 | 114 | 51 |
| Binary | 10111000 | 11001 | 111010 | 0 | 1010110 | 1000100 | 11100 | 101011100 | 1001100 | 101001 |
Color Harmonies of #B8193A
Complementary color
Monochromatic Colors of #B8193A
Black with #B8193A
Text Example
Text Example
White with #B8193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8193A; }
p { color: rgb(184,25,58); }
H1.HeaderClassName
{
color: #B8193A;
}
.AnyTagClassName
{
color: #B8193A;
}
</style>
background-color css
<style>
a { background-color: #B8193A; }
a { background-color: rgb(184,25,58); }
div.DivClassName
{
background-color: #B8193A;
}
.BgClassName
{
background-color: #B8193A;
}
</style>
border-color css
<style>
span { border-color: #B8193A; }
span { border-color: rgb(184,25,58); }
td.TdClassName
{
border-color: #B8193A;
}
.TagClassName
{
border-color: #B8193A;
}
</style>