Shades of Cardinal #B31242
Tints of Cardinal #B31242
RGB
CMYK
RGB Variations
Color information
#B31242 (or 0xB31242) is known color: Cardinal. HEX triplet: B3, 12 and 42. RGB value is (179,18,66). Sum of RGB (Red+Green+Blue) = 179+18+66=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B31242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31242 is #4CEDBD. Grayscale: #474747. Windows color (decimal): -5041598 or 4330163. OLE color: 4330163.
HSL color Cylindrical-coordinate representation of color #B31242: hue angle of 342.11º 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 #B31242 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 66 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.30 |
| HSL | 342.11º | 0.82% | 0.39% | - |
| HSV(B) | 342.11º | 0.9% | 0.7% | - |
| XYZ | 19.79 | 10.41 | 6.12 | - |
| YUV | 71.61 | 124.84 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 66 | 0 | 0.90 | 0.63 | 0.30 | 342.11 | 0.82 | 0.39 |
| Hex | B3 | 12 | 42 | 0 | 5A | 3F | 1E | 156 | 52 | 27 |
| Octal | 263 | 22 | 102 | 0 | 132 | 77 | 36 | 526 | 122 | 47 |
| Binary | 10110011 | 10010 | 1000010 | 0 | 1011010 | 111111 | 11110 | 101010110 | 1010010 | 100111 |
Color Harmonies of #B31242
Complementary color
Monochromatic Colors of #B31242
Black with #B31242
Text Example
Text Example
White with #B31242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31242; }
p { color: rgb(179,18,66); }
H1.HeaderClassName
{
color: #B31242;
}
.AnyTagClassName
{
color: #B31242;
}
</style>
background-color css
<style>
a { background-color: #B31242; }
a { background-color: rgb(179,18,66); }
div.DivClassName
{
background-color: #B31242;
}
.BgClassName
{
background-color: #B31242;
}
</style>
border-color css
<style>
span { border-color: #B31242; }
span { border-color: rgb(179,18,66); }
td.TdClassName
{
border-color: #B31242;
}
.TagClassName
{
border-color: #B31242;
}
</style>