Shades of Cardinal #B8174B
Tints of Cardinal #B8174B
RGB
CMYK
RGB Variations
Color information
#B8174B (or 0xB8174B) is known color: Cardinal. HEX triplet: B8, 17 and 4B. RGB value is (184,23,75). Sum of RGB (Red+Green+Blue) = 184+23+75=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8174B is #47E8B4. Grayscale: #4D4D4D. Windows color (decimal): -4712629 or 4921272. OLE color: 4921272.
HSL color Cylindrical-coordinate representation of color #B8174B: hue angle of 340.62º 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 #B8174B is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 75 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.28 |
| HSL | 340.62º | 0.78% | 0.41% | - |
| HSV(B) | 340.62º | 0.88% | 0.72% | - |
| XYZ | 21.34 | 11.31 | 7.71 | - |
| YUV | 77.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 75 | 0 | 0.88 | 0.59 | 0.28 | 340.62 | 0.78 | 0.41 |
| Hex | B8 | 17 | 4B | 0 | 58 | 3B | 1C | 155 | 4E | 29 |
| Octal | 270 | 27 | 113 | 0 | 130 | 73 | 34 | 525 | 116 | 51 |
| Binary | 10111000 | 10111 | 1001011 | 0 | 1011000 | 111011 | 11100 | 101010101 | 1001110 | 101001 |
Color Harmonies of #B8174B
Complementary color
Monochromatic Colors of #B8174B
Black with #B8174B
Text Example
Text Example
White with #B8174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8174B; }
p { color: rgb(184,23,75); }
H1.HeaderClassName
{
color: #B8174B;
}
.AnyTagClassName
{
color: #B8174B;
}
</style>
background-color css
<style>
a { background-color: #B8174B; }
a { background-color: rgb(184,23,75); }
div.DivClassName
{
background-color: #B8174B;
}
.BgClassName
{
background-color: #B8174B;
}
</style>
border-color css
<style>
span { border-color: #B8174B; }
span { border-color: rgb(184,23,75); }
td.TdClassName
{
border-color: #B8174B;
}
.TagClassName
{
border-color: #B8174B;
}
</style>