Shades of Cardinal #B30E2A
Tints of Cardinal #B30E2A
RGB
CMYK
RGB Variations
Color information
#B30E2A (or 0xB30E2A) is known color: Cardinal. HEX triplet: B3, 0E and 2A. RGB value is (179,14,42). Sum of RGB (Red+Green+Blue) = 179+14+42=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E2A is #4CF1D5. Grayscale: #424242. Windows color (decimal): -5042646 or 2756275. OLE color: 2756275.
HSL color Cylindrical-coordinate representation of color #B30E2A: hue angle of 349.82º 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 #B30E2A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 42 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.30 |
| HSL | 349.82º | 0.85% | 0.38% | - |
| HSV(B) | 349.82º | 0.92% | 0.7% | - |
| XYZ | 19.17 | 10.06 | 3.12 | - |
| YUV | 66.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 42 | 0 | 0.92 | 0.77 | 0.30 | 349.82 | 0.85 | 0.38 |
| Hex | B3 | E | 2A | 0 | 5C | 4D | 1E | 15E | 55 | 26 |
| Octal | 263 | 16 | 52 | 0 | 134 | 115 | 36 | 536 | 125 | 46 |
| Binary | 10110011 | 1110 | 101010 | 0 | 1011100 | 1001101 | 11110 | 101011110 | 1010101 | 100110 |
Color Harmonies of #B30E2A
Complementary color
Monochromatic Colors of #B30E2A
Black with #B30E2A
Text Example
Text Example
White with #B30E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E2A; }
p { color: rgb(179,14,42); }
H1.HeaderClassName
{
color: #B30E2A;
}
.AnyTagClassName
{
color: #B30E2A;
}
</style>
background-color css
<style>
a { background-color: #B30E2A; }
a { background-color: rgb(179,14,42); }
div.DivClassName
{
background-color: #B30E2A;
}
.BgClassName
{
background-color: #B30E2A;
}
</style>
border-color css
<style>
span { border-color: #B30E2A; }
span { border-color: rgb(179,14,42); }
td.TdClassName
{
border-color: #B30E2A;
}
.TagClassName
{
border-color: #B30E2A;
}
</style>