Shades of Cardinal #B30B31
Tints of Cardinal #B30B31
RGB
CMYK
RGB Variations
Color information
#B30B31 (or 0xB30B31) is known color: Cardinal. HEX triplet: B3, 0B and 31. RGB value is (179,11,49). Sum of RGB (Red+Green+Blue) = 179+11+49=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B31 is #4CF4CE. Grayscale: #414141. Windows color (decimal): -5043407 or 3214259. OLE color: 3214259.
HSL color Cylindrical-coordinate representation of color #B30B31: hue angle of 346.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B31 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 49 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.30 |
| HSL | 346.43º | 0.88% | 0.37% | - |
| HSV(B) | 346.43º | 0.94% | 0.7% | - |
| XYZ | 19.26 | 10.04 | 3.83 | - |
| YUV | 65.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 49 | 0 | 0.94 | 0.73 | 0.30 | 346.43 | 0.88 | 0.37 |
| Hex | B3 | B | 31 | 0 | 5E | 49 | 1E | 15A | 58 | 25 |
| Octal | 263 | 13 | 61 | 0 | 136 | 111 | 36 | 532 | 130 | 45 |
| Binary | 10110011 | 1011 | 110001 | 0 | 1011110 | 1001001 | 11110 | 101011010 | 1011000 | 100101 |
Color Harmonies of #B30B31
Complementary color
Monochromatic Colors of #B30B31
Black with #B30B31
Text Example
Text Example
White with #B30B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B31; }
p { color: rgb(179,11,49); }
H1.HeaderClassName
{
color: #B30B31;
}
.AnyTagClassName
{
color: #B30B31;
}
</style>
background-color css
<style>
a { background-color: #B30B31; }
a { background-color: rgb(179,11,49); }
div.DivClassName
{
background-color: #B30B31;
}
.BgClassName
{
background-color: #B30B31;
}
</style>
border-color css
<style>
span { border-color: #B30B31; }
span { border-color: rgb(179,11,49); }
td.TdClassName
{
border-color: #B30B31;
}
.TagClassName
{
border-color: #B30B31;
}
</style>