Shades of Cardinal #B31232
Tints of Cardinal #B31232
RGB
CMYK
RGB Variations
Color information
#B31232 (or 0xB31232) is known color: Cardinal. HEX triplet: B3, 12 and 32. RGB value is (179,18,50). Sum of RGB (Red+Green+Blue) = 179+18+50=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B31232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31232 is #4CEDCD. Grayscale: #454545. Windows color (decimal): -5041614 or 3281587. OLE color: 3281587.
HSL color Cylindrical-coordinate representation of color #B31232: hue angle of 348.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31232 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 50 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.30 |
| HSL | 348.07º | 0.82% | 0.39% | - |
| HSV(B) | 348.07º | 0.9% | 0.7% | - |
| XYZ | 19.38 | 10.25 | 3.97 | - |
| YUV | 69.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 50 | 0 | 0.90 | 0.72 | 0.30 | 348.07 | 0.82 | 0.39 |
| Hex | B3 | 12 | 32 | 0 | 5A | 48 | 1E | 15C | 52 | 27 |
| Octal | 263 | 22 | 62 | 0 | 132 | 110 | 36 | 534 | 122 | 47 |
| Binary | 10110011 | 10010 | 110010 | 0 | 1011010 | 1001000 | 11110 | 101011100 | 1010010 | 100111 |
Color Harmonies of #B31232
Complementary color
Monochromatic Colors of #B31232
Black with #B31232
Text Example
Text Example
White with #B31232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31232; }
p { color: rgb(179,18,50); }
H1.HeaderClassName
{
color: #B31232;
}
.AnyTagClassName
{
color: #B31232;
}
</style>
background-color css
<style>
a { background-color: #B31232; }
a { background-color: rgb(179,18,50); }
div.DivClassName
{
background-color: #B31232;
}
.BgClassName
{
background-color: #B31232;
}
</style>
border-color css
<style>
span { border-color: #B31232; }
span { border-color: rgb(179,18,50); }
td.TdClassName
{
border-color: #B31232;
}
.TagClassName
{
border-color: #B31232;
}
</style>