Shades of Cardinal #B8193C
Tints of Cardinal #B8193C
RGB
CMYK
RGB Variations
Color information
#B8193C (or 0xB8193C) is known color: Cardinal. HEX triplet: B8, 19 and 3C. RGB value is (184,25,60). Sum of RGB (Red+Green+Blue) = 184+25+60=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8193C is #47E6C3. Grayscale: #4C4C4C. Windows color (decimal): -4712132 or 3938744. OLE color: 3938744.
HSL color Cylindrical-coordinate representation of color #B8193C: hue angle of 346.79º 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 #B8193C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 60 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.28 |
| HSL | 346.79º | 0.76% | 0.41% | - |
| HSV(B) | 346.79º | 0.86% | 0.72% | - |
| XYZ | 20.93 | 11.21 | 5.34 | - |
| YUV | 76.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 60 | 0 | 0.86 | 0.67 | 0.28 | 346.79 | 0.76 | 0.41 |
| Hex | B8 | 19 | 3C | 0 | 56 | 43 | 1C | 15B | 4C | 29 |
| Octal | 270 | 31 | 74 | 0 | 126 | 103 | 34 | 533 | 114 | 51 |
| Binary | 10111000 | 11001 | 111100 | 0 | 1010110 | 1000011 | 11100 | 101011011 | 1001100 | 101001 |
Color Harmonies of #B8193C
Complementary color
Monochromatic Colors of #B8193C
Black with #B8193C
Text Example
Text Example
White with #B8193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8193C; }
p { color: rgb(184,25,60); }
H1.HeaderClassName
{
color: #B8193C;
}
.AnyTagClassName
{
color: #B8193C;
}
</style>
background-color css
<style>
a { background-color: #B8193C; }
a { background-color: rgb(184,25,60); }
div.DivClassName
{
background-color: #B8193C;
}
.BgClassName
{
background-color: #B8193C;
}
</style>
border-color css
<style>
span { border-color: #B8193C; }
span { border-color: rgb(184,25,60); }
td.TdClassName
{
border-color: #B8193C;
}
.TagClassName
{
border-color: #B8193C;
}
</style>