Shades of Cardinal #B41437
Tints of Cardinal #B41437
RGB
CMYK
RGB Variations
Color information
#B41437 (or 0xB41437) is known color: Cardinal. HEX triplet: B4, 14 and 37. RGB value is (180,20,55). Sum of RGB (Red+Green+Blue) = 180+20+55=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B41437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41437 is #4BEBC8. Grayscale: #474747. Windows color (decimal): -4975561 or 3609780. OLE color: 3609780.
HSL color Cylindrical-coordinate representation of color #B41437: hue angle of 346.88º 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 #B41437 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 55 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.29 |
| HSL | 346.88º | 0.8% | 0.39% | - |
| HSV(B) | 346.88º | 0.89% | 0.71% | - |
| XYZ | 19.76 | 10.48 | 4.6 | - |
| YUV | 71.83 | 118.51 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 55 | 0 | 0.89 | 0.69 | 0.29 | 346.88 | 0.8 | 0.39 |
| Hex | B4 | 14 | 37 | 0 | 59 | 45 | 1D | 15B | 50 | 27 |
| Octal | 264 | 24 | 67 | 0 | 131 | 105 | 35 | 533 | 120 | 47 |
| Binary | 10110100 | 10100 | 110111 | 0 | 1011001 | 1000101 | 11101 | 101011011 | 1010000 | 100111 |
Color Harmonies of #B41437
Complementary color
Monochromatic Colors of #B41437
Black with #B41437
Text Example
Text Example
White with #B41437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41437; }
p { color: rgb(180,20,55); }
H1.HeaderClassName
{
color: #B41437;
}
.AnyTagClassName
{
color: #B41437;
}
</style>
background-color css
<style>
a { background-color: #B41437; }
a { background-color: rgb(180,20,55); }
div.DivClassName
{
background-color: #B41437;
}
.BgClassName
{
background-color: #B41437;
}
</style>
border-color css
<style>
span { border-color: #B41437; }
span { border-color: rgb(180,20,55); }
td.TdClassName
{
border-color: #B41437;
}
.TagClassName
{
border-color: #B41437;
}
</style>