Shades of Cardinal #B30E47
Tints of Cardinal #B30E47
RGB
CMYK
RGB Variations
Color information
#B30E47 (or 0xB30E47) is known color: Cardinal. HEX triplet: B3, 0E and 47. RGB value is (179,14,71). Sum of RGB (Red+Green+Blue) = 179+14+71=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E47 is #4CF1B8. Grayscale: #454545. Windows color (decimal): -5042617 or 4656819. OLE color: 4656819.
HSL color Cylindrical-coordinate representation of color #B30E47: hue angle of 339.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E47 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 71 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.30 |
| HSL | 339.27º | 0.85% | 0.38% | - |
| HSV(B) | 339.27º | 0.92% | 0.7% | - |
| XYZ | 19.88 | 10.35 | 6.91 | - |
| YUV | 69.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 71 | 0 | 0.92 | 0.60 | 0.30 | 339.27 | 0.85 | 0.38 |
| Hex | B3 | E | 47 | 0 | 5C | 3C | 1E | 153 | 55 | 26 |
| Octal | 263 | 16 | 107 | 0 | 134 | 74 | 36 | 523 | 125 | 46 |
| Binary | 10110011 | 1110 | 1000111 | 0 | 1011100 | 111100 | 11110 | 101010011 | 1010101 | 100110 |
Color Harmonies of #B30E47
Complementary color
Monochromatic Colors of #B30E47
Black with #B30E47
Text Example
Text Example
White with #B30E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E47; }
p { color: rgb(179,14,71); }
H1.HeaderClassName
{
color: #B30E47;
}
.AnyTagClassName
{
color: #B30E47;
}
</style>
background-color css
<style>
a { background-color: #B30E47; }
a { background-color: rgb(179,14,71); }
div.DivClassName
{
background-color: #B30E47;
}
.BgClassName
{
background-color: #B30E47;
}
</style>
border-color css
<style>
span { border-color: #B30E47; }
span { border-color: rgb(179,14,71); }
td.TdClassName
{
border-color: #B30E47;
}
.TagClassName
{
border-color: #B30E47;
}
</style>