Shades of Cardinal #B30E2E
Tints of Cardinal #B30E2E
RGB
CMYK
RGB Variations
Color information
#B30E2E (or 0xB30E2E) is known color: Cardinal. HEX triplet: B3, 0E and 2E. RGB value is (179,14,46). Sum of RGB (Red+Green+Blue) = 179+14+46=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E2E is #4CF1D1. Grayscale: #434343. Windows color (decimal): -5042642 or 3018419. OLE color: 3018419.
HSL color Cylindrical-coordinate representation of color #B30E2E: hue angle of 348.36º 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 #B30E2E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 46 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.30 |
| HSL | 348.36º | 0.85% | 0.38% | - |
| HSV(B) | 348.36º | 0.92% | 0.7% | - |
| XYZ | 19.24 | 10.1 | 3.52 | - |
| YUV | 66.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 46 | 0 | 0.92 | 0.74 | 0.30 | 348.36 | 0.85 | 0.38 |
| Hex | B3 | E | 2E | 0 | 5C | 4A | 1E | 15C | 55 | 26 |
| Octal | 263 | 16 | 56 | 0 | 134 | 112 | 36 | 534 | 125 | 46 |
| Binary | 10110011 | 1110 | 101110 | 0 | 1011100 | 1001010 | 11110 | 101011100 | 1010101 | 100110 |
Color Harmonies of #B30E2E
Complementary color
Monochromatic Colors of #B30E2E
Black with #B30E2E
Text Example
Text Example
White with #B30E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E2E; }
p { color: rgb(179,14,46); }
H1.HeaderClassName
{
color: #B30E2E;
}
.AnyTagClassName
{
color: #B30E2E;
}
</style>
background-color css
<style>
a { background-color: #B30E2E; }
a { background-color: rgb(179,14,46); }
div.DivClassName
{
background-color: #B30E2E;
}
.BgClassName
{
background-color: #B30E2E;
}
</style>
border-color css
<style>
span { border-color: #B30E2E; }
span { border-color: rgb(179,14,46); }
td.TdClassName
{
border-color: #B30E2E;
}
.TagClassName
{
border-color: #B30E2E;
}
</style>