Shades of Cardinal #B9184B
Tints of Cardinal #B9184B
RGB
CMYK
RGB Variations
Color information
#B9184B (or 0xB9184B) is known color: Cardinal. HEX triplet: B9, 18 and 4B. RGB value is (185,24,75). Sum of RGB (Red+Green+Blue) = 185+24+75=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9184B is #46E7B4. Grayscale: #4D4D4D. Windows color (decimal): -4646837 or 4921529. OLE color: 4921529.
HSL color Cylindrical-coordinate representation of color #B9184B: hue angle of 340.99º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9184B is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 75 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.27 |
| HSL | 340.99º | 0.77% | 0.41% | - |
| HSV(B) | 340.99º | 0.87% | 0.73% | - |
| XYZ | 21.6 | 11.48 | 7.73 | - |
| YUV | 77.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 75 | 0 | 0.87 | 0.59 | 0.27 | 340.99 | 0.77 | 0.41 |
| Hex | B9 | 18 | 4B | 0 | 57 | 3B | 1B | 155 | 4D | 29 |
| Octal | 271 | 30 | 113 | 0 | 127 | 73 | 33 | 525 | 115 | 51 |
| Binary | 10111001 | 11000 | 1001011 | 0 | 1010111 | 111011 | 11011 | 101010101 | 1001101 | 101001 |
Color Harmonies of #B9184B
Complementary color
Monochromatic Colors of #B9184B
Black with #B9184B
Text Example
Text Example
White with #B9184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9184B; }
p { color: rgb(185,24,75); }
H1.HeaderClassName
{
color: #B9184B;
}
.AnyTagClassName
{
color: #B9184B;
}
</style>
background-color css
<style>
a { background-color: #B9184B; }
a { background-color: rgb(185,24,75); }
div.DivClassName
{
background-color: #B9184B;
}
.BgClassName
{
background-color: #B9184B;
}
</style>
border-color css
<style>
span { border-color: #B9184B; }
span { border-color: rgb(185,24,75); }
td.TdClassName
{
border-color: #B9184B;
}
.TagClassName
{
border-color: #B9184B;
}
</style>