Shades of Cardinal #B31028
Tints of Cardinal #B31028
RGB
CMYK
RGB Variations
Color information
#B31028 (or 0xB31028) is known color: Cardinal. HEX triplet: B3, 10 and 28. RGB value is (179,16,40). Sum of RGB (Red+Green+Blue) = 179+16+40=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31028 is #4CEFD7. Grayscale: #434343. Windows color (decimal): -5042136 or 2625715. OLE color: 2625715.
HSL color Cylindrical-coordinate representation of color #B31028: hue angle of 351.17º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31028 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 40 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.30 |
| HSL | 351.17º | 0.84% | 0.38% | - |
| HSV(B) | 351.17º | 0.91% | 0.7% | - |
| XYZ | 19.16 | 10.11 | 2.95 | - |
| YUV | 67.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 40 | 0 | 0.91 | 0.78 | 0.30 | 351.17 | 0.84 | 0.38 |
| Hex | B3 | 10 | 28 | 0 | 5B | 4E | 1E | 15F | 54 | 26 |
| Octal | 263 | 20 | 50 | 0 | 133 | 116 | 36 | 537 | 124 | 46 |
| Binary | 10110011 | 10000 | 101000 | 0 | 1011011 | 1001110 | 11110 | 101011111 | 1010100 | 100110 |
Color Harmonies of #B31028
Complementary color
Monochromatic Colors of #B31028
Black with #B31028
Text Example
Text Example
White with #B31028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31028; }
p { color: rgb(179,16,40); }
H1.HeaderClassName
{
color: #B31028;
}
.AnyTagClassName
{
color: #B31028;
}
</style>
background-color css
<style>
a { background-color: #B31028; }
a { background-color: rgb(179,16,40); }
div.DivClassName
{
background-color: #B31028;
}
.BgClassName
{
background-color: #B31028;
}
</style>
border-color css
<style>
span { border-color: #B31028; }
span { border-color: rgb(179,16,40); }
td.TdClassName
{
border-color: #B31028;
}
.TagClassName
{
border-color: #B31028;
}
</style>