Shades of Cardinal #B41431
Tints of Cardinal #B41431
RGB
CMYK
RGB Variations
Color information
#B41431 (or 0xB41431) is known color: Cardinal. HEX triplet: B4, 14 and 31. RGB value is (180,20,49). Sum of RGB (Red+Green+Blue) = 180+20+49=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B41431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41431 is #4BEBCE. Grayscale: #474747. Windows color (decimal): -4975567 or 3216564. OLE color: 3216564.
HSL color Cylindrical-coordinate representation of color #B41431: hue angle of 349.12º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41431 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 49 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.29 |
| HSL | 349.13º | 0.8% | 0.39% | - |
| HSV(B) | 349.13º | 0.89% | 0.71% | - |
| XYZ | 19.63 | 10.43 | 3.88 | - |
| YUV | 71.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 49 | 0 | 0.89 | 0.73 | 0.29 | 349.13 | 0.8 | 0.39 |
| Hex | B4 | 14 | 31 | 0 | 59 | 49 | 1D | 15D | 50 | 27 |
| Octal | 264 | 24 | 61 | 0 | 131 | 111 | 35 | 535 | 120 | 47 |
| Binary | 10110100 | 10100 | 110001 | 0 | 1011001 | 1001001 | 11101 | 101011101 | 1010000 | 100111 |
Color Harmonies of #B41431
Complementary color
Monochromatic Colors of #B41431
Black with #B41431
Text Example
Text Example
White with #B41431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41431; }
p { color: rgb(180,20,49); }
H1.HeaderClassName
{
color: #B41431;
}
.AnyTagClassName
{
color: #B41431;
}
</style>
background-color css
<style>
a { background-color: #B41431; }
a { background-color: rgb(180,20,49); }
div.DivClassName
{
background-color: #B41431;
}
.BgClassName
{
background-color: #B41431;
}
</style>
border-color css
<style>
span { border-color: #B41431; }
span { border-color: rgb(180,20,49); }
td.TdClassName
{
border-color: #B41431;
}
.TagClassName
{
border-color: #B41431;
}
</style>