Shades of Cardinal #B8172B
Tints of Cardinal #B8172B
RGB
CMYK
RGB Variations
Color information
#B8172B (or 0xB8172B) is known color: Cardinal. HEX triplet: B8, 17 and 2B. RGB value is (184,23,43). Sum of RGB (Red+Green+Blue) = 184+23+43=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8172B is #47E8D4. Grayscale: #494949. Windows color (decimal): -4712661 or 2824120. OLE color: 2824120.
HSL color Cylindrical-coordinate representation of color #B8172B: hue angle of 352.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8172B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 43 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.28 |
| HSL | 352.55º | 0.78% | 0.41% | - |
| HSV(B) | 352.55º | 0.88% | 0.72% | - |
| XYZ | 20.51 | 10.98 | 3.32 | - |
| YUV | 73.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 43 | 0 | 0.88 | 0.77 | 0.28 | 352.55 | 0.78 | 0.41 |
| Hex | B8 | 17 | 2B | 0 | 58 | 4D | 1C | 161 | 4E | 29 |
| Octal | 270 | 27 | 53 | 0 | 130 | 115 | 34 | 541 | 116 | 51 |
| Binary | 10111000 | 10111 | 101011 | 0 | 1011000 | 1001101 | 11100 | 101100001 | 1001110 | 101001 |
Color Harmonies of #B8172B
Complementary color
Monochromatic Colors of #B8172B
Black with #B8172B
Text Example
Text Example
White with #B8172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8172B; }
p { color: rgb(184,23,43); }
H1.HeaderClassName
{
color: #B8172B;
}
.AnyTagClassName
{
color: #B8172B;
}
</style>
background-color css
<style>
a { background-color: #B8172B; }
a { background-color: rgb(184,23,43); }
div.DivClassName
{
background-color: #B8172B;
}
.BgClassName
{
background-color: #B8172B;
}
</style>
border-color css
<style>
span { border-color: #B8172B; }
span { border-color: rgb(184,23,43); }
td.TdClassName
{
border-color: #B8172B;
}
.TagClassName
{
border-color: #B8172B;
}
</style>