Shades of Cardinal #B31428
Tints of Cardinal #B31428
RGB
CMYK
RGB Variations
Color information
#B31428 (or 0xB31428) is known color: Cardinal. HEX triplet: B3, 14 and 28. RGB value is (179,20,40). Sum of RGB (Red+Green+Blue) = 179+20+40=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B31428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31428 is #4CEBD7. Grayscale: #454545. Windows color (decimal): -5041112 or 2626739. OLE color: 2626739.
HSL color Cylindrical-coordinate representation of color #B31428: hue angle of 352.45º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31428 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 40 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.30 |
| HSL | 352.45º | 0.8% | 0.39% | - |
| HSV(B) | 352.45º | 0.89% | 0.7% | - |
| XYZ | 19.22 | 10.24 | 2.97 | - |
| YUV | 69.82 | 111.18 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 40 | 0 | 0.89 | 0.78 | 0.30 | 352.45 | 0.8 | 0.39 |
| Hex | B3 | 14 | 28 | 0 | 59 | 4E | 1E | 160 | 50 | 27 |
| Octal | 263 | 24 | 50 | 0 | 131 | 116 | 36 | 540 | 120 | 47 |
| Binary | 10110011 | 10100 | 101000 | 0 | 1011001 | 1001110 | 11110 | 101100000 | 1010000 | 100111 |
Color Harmonies of #B31428
Complementary color
Monochromatic Colors of #B31428
Black with #B31428
Text Example
Text Example
White with #B31428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31428; }
p { color: rgb(179,20,40); }
H1.HeaderClassName
{
color: #B31428;
}
.AnyTagClassName
{
color: #B31428;
}
</style>
background-color css
<style>
a { background-color: #B31428; }
a { background-color: rgb(179,20,40); }
div.DivClassName
{
background-color: #B31428;
}
.BgClassName
{
background-color: #B31428;
}
</style>
border-color css
<style>
span { border-color: #B31428; }
span { border-color: rgb(179,20,40); }
td.TdClassName
{
border-color: #B31428;
}
.TagClassName
{
border-color: #B31428;
}
</style>