Shades of Cardinal #B8184B
Tints of Cardinal #B8184B
RGB
CMYK
RGB Variations
Color information
#B8184B (or 0xB8184B) is known color: Cardinal. HEX triplet: B8, 18 and 4B. RGB value is (184,24,75). Sum of RGB (Red+Green+Blue) = 184+24+75=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8184B is #47E7B4. Grayscale: #4D4D4D. Windows color (decimal): -4712373 or 4921528. OLE color: 4921528.
HSL color Cylindrical-coordinate representation of color #B8184B: hue angle of 340.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8184B is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 75 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.28 |
| HSL | 340.88º | 0.77% | 0.41% | - |
| HSV(B) | 340.88º | 0.87% | 0.72% | - |
| XYZ | 21.36 | 11.35 | 7.72 | - |
| YUV | 77.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 75 | 0 | 0.87 | 0.59 | 0.28 | 340.88 | 0.77 | 0.41 |
| Hex | B8 | 18 | 4B | 0 | 57 | 3B | 1C | 155 | 4D | 29 |
| Octal | 270 | 30 | 113 | 0 | 127 | 73 | 34 | 525 | 115 | 51 |
| Binary | 10111000 | 11000 | 1001011 | 0 | 1010111 | 111011 | 11100 | 101010101 | 1001101 | 101001 |
Color Harmonies of #B8184B
Complementary color
Monochromatic Colors of #B8184B
Black with #B8184B
Text Example
Text Example
White with #B8184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8184B; }
p { color: rgb(184,24,75); }
H1.HeaderClassName
{
color: #B8184B;
}
.AnyTagClassName
{
color: #B8184B;
}
</style>
background-color css
<style>
a { background-color: #B8184B; }
a { background-color: rgb(184,24,75); }
div.DivClassName
{
background-color: #B8184B;
}
.BgClassName
{
background-color: #B8184B;
}
</style>
border-color css
<style>
span { border-color: #B8184B; }
span { border-color: rgb(184,24,75); }
td.TdClassName
{
border-color: #B8184B;
}
.TagClassName
{
border-color: #B8184B;
}
</style>