Shades of Cardinal #B8153F
Tints of Cardinal #B8153F
RGB
CMYK
RGB Variations
Color information
#B8153F (or 0xB8153F) is known color: Cardinal. HEX triplet: B8, 15 and 3F. RGB value is (184,21,63). Sum of RGB (Red+Green+Blue) = 184+21+63=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8153F is #47EAC0. Grayscale: #4A4A4A. Windows color (decimal): -4713153 or 4134328. OLE color: 4134328.
HSL color Cylindrical-coordinate representation of color #B8153F: hue angle of 344.54º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8153F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 63 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.28 |
| HSL | 344.54º | 0.8% | 0.4% | - |
| HSV(B) | 344.54º | 0.89% | 0.72% | - |
| XYZ | 20.93 | 11.09 | 5.74 | - |
| YUV | 74.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 63 | 0 | 0.89 | 0.66 | 0.28 | 344.54 | 0.8 | 0.4 |
| Hex | B8 | 15 | 3F | 0 | 59 | 42 | 1C | 159 | 50 | 28 |
| Octal | 270 | 25 | 77 | 0 | 131 | 102 | 34 | 531 | 120 | 50 |
| Binary | 10111000 | 10101 | 111111 | 0 | 1011001 | 1000010 | 11100 | 101011001 | 1010000 | 101000 |
Color Harmonies of #B8153F
Complementary color
Monochromatic Colors of #B8153F
Black with #B8153F
Text Example
Text Example
White with #B8153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8153F; }
p { color: rgb(184,21,63); }
H1.HeaderClassName
{
color: #B8153F;
}
.AnyTagClassName
{
color: #B8153F;
}
</style>
background-color css
<style>
a { background-color: #B8153F; }
a { background-color: rgb(184,21,63); }
div.DivClassName
{
background-color: #B8153F;
}
.BgClassName
{
background-color: #B8153F;
}
</style>
border-color css
<style>
span { border-color: #B8153F; }
span { border-color: rgb(184,21,63); }
td.TdClassName
{
border-color: #B8153F;
}
.TagClassName
{
border-color: #B8153F;
}
</style>