Shades of Cardinal #B30E3A
Tints of Cardinal #B30E3A
RGB
CMYK
RGB Variations
Color information
#B30E3A (or 0xB30E3A) is known color: Cardinal. HEX triplet: B3, 0E and 3A. RGB value is (179,14,58). Sum of RGB (Red+Green+Blue) = 179+14+58=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E3A is #4CF1C5. Grayscale: #444444. Windows color (decimal): -5042630 or 3804851. OLE color: 3804851.
HSL color Cylindrical-coordinate representation of color #B30E3A: hue angle of 344º 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 #B30E3A is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 58 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.30 |
| HSL | 344º | 0.85% | 0.38% | - |
| HSV(B) | 344º | 0.92% | 0.7% | - |
| XYZ | 19.51 | 10.2 | 4.94 | - |
| YUV | 68.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 58 | 0 | 0.92 | 0.68 | 0.30 | 344 | 0.85 | 0.38 |
| Hex | B3 | E | 3A | 0 | 5C | 44 | 1E | 158 | 55 | 26 |
| Octal | 263 | 16 | 72 | 0 | 134 | 104 | 36 | 530 | 125 | 46 |
| Binary | 10110011 | 1110 | 111010 | 0 | 1011100 | 1000100 | 11110 | 101011000 | 1010101 | 100110 |
Color Harmonies of #B30E3A
Complementary color
Monochromatic Colors of #B30E3A
Black with #B30E3A
Text Example
Text Example
White with #B30E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E3A; }
p { color: rgb(179,14,58); }
H1.HeaderClassName
{
color: #B30E3A;
}
.AnyTagClassName
{
color: #B30E3A;
}
</style>
background-color css
<style>
a { background-color: #B30E3A; }
a { background-color: rgb(179,14,58); }
div.DivClassName
{
background-color: #B30E3A;
}
.BgClassName
{
background-color: #B30E3A;
}
</style>
border-color css
<style>
span { border-color: #B30E3A; }
span { border-color: rgb(179,14,58); }
td.TdClassName
{
border-color: #B30E3A;
}
.TagClassName
{
border-color: #B30E3A;
}
</style>