Shades of Cardinal #B30E43
Tints of Cardinal #B30E43
RGB
CMYK
RGB Variations
Color information
#B30E43 (or 0xB30E43) is known color: Cardinal. HEX triplet: B3, 0E and 43. RGB value is (179,14,67). Sum of RGB (Red+Green+Blue) = 179+14+67=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E43 is #4CF1BC. Grayscale: #454545. Windows color (decimal): -5042621 or 4394675. OLE color: 4394675.
HSL color Cylindrical-coordinate representation of color #B30E43: hue angle of 340.73º 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 #B30E43 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 67 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.30 |
| HSL | 340.73º | 0.85% | 0.38% | - |
| HSV(B) | 340.73º | 0.92% | 0.7% | - |
| XYZ | 19.76 | 10.3 | 6.26 | - |
| YUV | 69.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 67 | 0 | 0.92 | 0.63 | 0.30 | 340.73 | 0.85 | 0.38 |
| Hex | B3 | E | 43 | 0 | 5C | 3F | 1E | 155 | 55 | 26 |
| Octal | 263 | 16 | 103 | 0 | 134 | 77 | 36 | 525 | 125 | 46 |
| Binary | 10110011 | 1110 | 1000011 | 0 | 1011100 | 111111 | 11110 | 101010101 | 1010101 | 100110 |
Color Harmonies of #B30E43
Complementary color
Monochromatic Colors of #B30E43
Black with #B30E43
Text Example
Text Example
White with #B30E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E43; }
p { color: rgb(179,14,67); }
H1.HeaderClassName
{
color: #B30E43;
}
.AnyTagClassName
{
color: #B30E43;
}
</style>
background-color css
<style>
a { background-color: #B30E43; }
a { background-color: rgb(179,14,67); }
div.DivClassName
{
background-color: #B30E43;
}
.BgClassName
{
background-color: #B30E43;
}
</style>
border-color css
<style>
span { border-color: #B30E43; }
span { border-color: rgb(179,14,67); }
td.TdClassName
{
border-color: #B30E43;
}
.TagClassName
{
border-color: #B30E43;
}
</style>