Shades of Cardinal #B30E2B
Tints of Cardinal #B30E2B
RGB
CMYK
RGB Variations
Color information
#B30E2B (or 0xB30E2B) is known color: Cardinal. HEX triplet: B3, 0E and 2B. RGB value is (179,14,43). Sum of RGB (Red+Green+Blue) = 179+14+43=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E2B is #4CF1D4. Grayscale: #424242. Windows color (decimal): -5042645 or 2821811. OLE color: 2821811.
HSL color Cylindrical-coordinate representation of color #B30E2B: hue angle of 349.45º 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 #B30E2B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 43 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.30 |
| HSL | 349.45º | 0.85% | 0.38% | - |
| HSV(B) | 349.45º | 0.92% | 0.7% | - |
| XYZ | 19.18 | 10.07 | 3.22 | - |
| YUV | 66.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 43 | 0 | 0.92 | 0.76 | 0.30 | 349.45 | 0.85 | 0.38 |
| Hex | B3 | E | 2B | 0 | 5C | 4C | 1E | 15D | 55 | 26 |
| Octal | 263 | 16 | 53 | 0 | 134 | 114 | 36 | 535 | 125 | 46 |
| Binary | 10110011 | 1110 | 101011 | 0 | 1011100 | 1001100 | 11110 | 101011101 | 1010101 | 100110 |
Color Harmonies of #B30E2B
Complementary color
Monochromatic Colors of #B30E2B
Black with #B30E2B
Text Example
Text Example
White with #B30E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E2B; }
p { color: rgb(179,14,43); }
H1.HeaderClassName
{
color: #B30E2B;
}
.AnyTagClassName
{
color: #B30E2B;
}
</style>
background-color css
<style>
a { background-color: #B30E2B; }
a { background-color: rgb(179,14,43); }
div.DivClassName
{
background-color: #B30E2B;
}
.BgClassName
{
background-color: #B30E2B;
}
</style>
border-color css
<style>
span { border-color: #B30E2B; }
span { border-color: rgb(179,14,43); }
td.TdClassName
{
border-color: #B30E2B;
}
.TagClassName
{
border-color: #B30E2B;
}
</style>