Shades of Cardinal #B32931
Tints of Cardinal #B32931
RGB
CMYK
RGB Variations
Color information
#B32931 (or 0xB32931) is known color: Cardinal. HEX triplet: B3, 29 and 31. RGB value is (179,41,49). Sum of RGB (Red+Green+Blue) = 179+41+49=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32931 is #4CD6CE. Grayscale: #535353. Windows color (decimal): -5035727 or 3221939. OLE color: 3221939.
HSL color Cylindrical-coordinate representation of color #B32931: hue angle of 356.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32931 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 49 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.30 |
| HSL | 356.52º | 0.63% | 0.43% | - |
| HSV(B) | 356.52º | 0.77% | 0.7% | - |
| XYZ | 19.94 | 11.39 | 4.05 | - |
| YUV | 83.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 49 | 0 | 0.77 | 0.73 | 0.30 | 356.52 | 0.63 | 0.43 |
| Hex | B3 | 29 | 31 | 0 | 4D | 49 | 1E | 165 | 3F | 2B |
| Octal | 263 | 51 | 61 | 0 | 115 | 111 | 36 | 545 | 77 | 53 |
| Binary | 10110011 | 101001 | 110001 | 0 | 1001101 | 1001001 | 11110 | 101100101 | 111111 | 101011 |
Color Harmonies of #B32931
Complementary color
Monochromatic Colors of #B32931
Black with #B32931
Text Example
Text Example
White with #B32931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32931; }
p { color: rgb(179,41,49); }
H1.HeaderClassName
{
color: #B32931;
}
.AnyTagClassName
{
color: #B32931;
}
</style>
background-color css
<style>
a { background-color: #B32931; }
a { background-color: rgb(179,41,49); }
div.DivClassName
{
background-color: #B32931;
}
.BgClassName
{
background-color: #B32931;
}
</style>
border-color css
<style>
span { border-color: #B32931; }
span { border-color: rgb(179,41,49); }
td.TdClassName
{
border-color: #B32931;
}
.TagClassName
{
border-color: #B32931;
}
</style>