Shades of Cardinal #B30031
Tints of Cardinal #B30031
RGB
CMYK
RGB Variations
Color information
#B30031 (or 0xB30031) is known color: Cardinal. HEX triplet: B3, 00 and 31. RGB value is (179,0,49). Sum of RGB (Red+Green+Blue) = 179+0+49=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B30031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30031 is #4CFFCE. Grayscale: #3B3B3B. Windows color (decimal): -5046223 or 3211443. OLE color: 3211443.
HSL color Cylindrical-coordinate representation of color #B30031: hue angle of 343.58º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30031 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.73 | 0.30 |
| HSL | 343.58º | 1% | 0.35% | - |
| HSV(B) | 343.58º | 1% | 0.7% | - |
| XYZ | 19.14 | 9.81 | 3.79 | - |
| YUV | 59.11 | 122.3 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 49 | 0 | 1 | 0.73 | 0.30 | 343.58 | 1 | 0.35 |
| Hex | B3 | 0 | 31 | 0 | 64 | 49 | 1E | 158 | 64 | 23 |
| Octal | 263 | 0 | 61 | 0 | 144 | 111 | 36 | 530 | 144 | 43 |
| Binary | 10110011 | 0 | 110001 | 0 | 1100100 | 1001001 | 11110 | 101011000 | 1100100 | 100011 |
Color Harmonies of #B30031
Complementary color
Monochromatic Colors of #B30031
Black with #B30031
Text Example
Text Example
White with #B30031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30031; }
p { color: rgb(179,0,49); }
H1.HeaderClassName
{
color: #B30031;
}
.AnyTagClassName
{
color: #B30031;
}
</style>
background-color css
<style>
a { background-color: #B30031; }
a { background-color: rgb(179,0,49); }
div.DivClassName
{
background-color: #B30031;
}
.BgClassName
{
background-color: #B30031;
}
</style>
border-color css
<style>
span { border-color: #B30031; }
span { border-color: rgb(179,0,49); }
td.TdClassName
{
border-color: #B30031;
}
.TagClassName
{
border-color: #B30031;
}
</style>