Shades of Cardinal #B31438
Tints of Cardinal #B31438
RGB
CMYK
RGB Variations
Color information
#B31438 (or 0xB31438) is known color: Cardinal. HEX triplet: B3, 14 and 38. RGB value is (179,20,56). Sum of RGB (Red+Green+Blue) = 179+20+56=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B31438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31438 is #4CEBC7. Grayscale: #474747. Windows color (decimal): -5041096 or 3675315. OLE color: 3675315.
HSL color Cylindrical-coordinate representation of color #B31438: hue angle of 346.42º 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 #B31438 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 56 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.30 |
| HSL | 346.42º | 0.8% | 0.39% | - |
| HSV(B) | 346.42º | 0.89% | 0.7% | - |
| XYZ | 19.55 | 10.37 | 4.71 | - |
| YUV | 71.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 56 | 0 | 0.89 | 0.69 | 0.30 | 346.42 | 0.8 | 0.39 |
| Hex | B3 | 14 | 38 | 0 | 59 | 45 | 1E | 15A | 50 | 27 |
| Octal | 263 | 24 | 70 | 0 | 131 | 105 | 36 | 532 | 120 | 47 |
| Binary | 10110011 | 10100 | 111000 | 0 | 1011001 | 1000101 | 11110 | 101011010 | 1010000 | 100111 |
Color Harmonies of #B31438
Complementary color
Monochromatic Colors of #B31438
Black with #B31438
Text Example
Text Example
White with #B31438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31438; }
p { color: rgb(179,20,56); }
H1.HeaderClassName
{
color: #B31438;
}
.AnyTagClassName
{
color: #B31438;
}
</style>
background-color css
<style>
a { background-color: #B31438; }
a { background-color: rgb(179,20,56); }
div.DivClassName
{
background-color: #B31438;
}
.BgClassName
{
background-color: #B31438;
}
</style>
border-color css
<style>
span { border-color: #B31438; }
span { border-color: rgb(179,20,56); }
td.TdClassName
{
border-color: #B31438;
}
.TagClassName
{
border-color: #B31438;
}
</style>