Shades of Cardinal #B7184B
Tints of Cardinal #B7184B
RGB
CMYK
RGB Variations
Color information
#B7184B (or 0xB7184B) is known color: Cardinal. HEX triplet: B7, 18 and 4B. RGB value is (183,24,75). Sum of RGB (Red+Green+Blue) = 183+24+75=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7184B is #48E7B4. Grayscale: #4D4D4D. Windows color (decimal): -4777909 or 4921527. OLE color: 4921527.
HSL color Cylindrical-coordinate representation of color #B7184B: hue angle of 340.75º 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 #B7184B is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 75 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.28 |
| HSL | 340.75º | 0.77% | 0.41% | - |
| HSV(B) | 340.75º | 0.87% | 0.72% | - |
| XYZ | 21.13 | 11.23 | 7.71 | - |
| YUV | 77.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 75 | 0 | 0.87 | 0.59 | 0.28 | 340.75 | 0.77 | 0.41 |
| Hex | B7 | 18 | 4B | 0 | 57 | 3B | 1C | 155 | 4D | 29 |
| Octal | 267 | 30 | 113 | 0 | 127 | 73 | 34 | 525 | 115 | 51 |
| Binary | 10110111 | 11000 | 1001011 | 0 | 1010111 | 111011 | 11100 | 101010101 | 1001101 | 101001 |
Color Harmonies of #B7184B
Complementary color
Monochromatic Colors of #B7184B
Black with #B7184B
Text Example
Text Example
White with #B7184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7184B; }
p { color: rgb(183,24,75); }
H1.HeaderClassName
{
color: #B7184B;
}
.AnyTagClassName
{
color: #B7184B;
}
</style>
background-color css
<style>
a { background-color: #B7184B; }
a { background-color: rgb(183,24,75); }
div.DivClassName
{
background-color: #B7184B;
}
.BgClassName
{
background-color: #B7184B;
}
</style>
border-color css
<style>
span { border-color: #B7184B; }
span { border-color: rgb(183,24,75); }
td.TdClassName
{
border-color: #B7184B;
}
.TagClassName
{
border-color: #B7184B;
}
</style>