Shades of Cardinal #B8132F
Tints of Cardinal #B8132F
RGB
CMYK
RGB Variations
Color information
#B8132F (or 0xB8132F) is known color: Cardinal. HEX triplet: B8, 13 and 2F. RGB value is (184,19,47). Sum of RGB (Red+Green+Blue) = 184+19+47=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8132F is #47ECD0. Grayscale: #474747. Windows color (decimal): -4713681 or 3085240. OLE color: 3085240.
HSL color Cylindrical-coordinate representation of color #B8132F: hue angle of 349.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8132F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 47 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.28 |
| HSL | 349.82º | 0.81% | 0.4% | - |
| HSV(B) | 349.82º | 0.9% | 0.72% | - |
| XYZ | 20.51 | 10.86 | 3.7 | - |
| YUV | 71.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 47 | 0 | 0.90 | 0.74 | 0.28 | 349.82 | 0.81 | 0.4 |
| Hex | B8 | 13 | 2F | 0 | 5A | 4A | 1C | 15E | 51 | 28 |
| Octal | 270 | 23 | 57 | 0 | 132 | 112 | 34 | 536 | 121 | 50 |
| Binary | 10111000 | 10011 | 101111 | 0 | 1011010 | 1001010 | 11100 | 101011110 | 1010001 | 101000 |
Color Harmonies of #B8132F
Complementary color
Monochromatic Colors of #B8132F
Black with #B8132F
Text Example
Text Example
White with #B8132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8132F; }
p { color: rgb(184,19,47); }
H1.HeaderClassName
{
color: #B8132F;
}
.AnyTagClassName
{
color: #B8132F;
}
</style>
background-color css
<style>
a { background-color: #B8132F; }
a { background-color: rgb(184,19,47); }
div.DivClassName
{
background-color: #B8132F;
}
.BgClassName
{
background-color: #B8132F;
}
</style>
border-color css
<style>
span { border-color: #B8132F; }
span { border-color: rgb(184,19,47); }
td.TdClassName
{
border-color: #B8132F;
}
.TagClassName
{
border-color: #B8132F;
}
</style>