Shades of Cardinal #B41436
Tints of Cardinal #B41436
RGB
CMYK
RGB Variations
Color information
#B41436 (or 0xB41436) is known color: Cardinal. HEX triplet: B4, 14 and 36. RGB value is (180,20,54). Sum of RGB (Red+Green+Blue) = 180+20+54=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41436 is #4BEBC9. Grayscale: #474747. Windows color (decimal): -4975562 or 3544244. OLE color: 3544244.
HSL color Cylindrical-coordinate representation of color #B41436: hue angle of 347.25º 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 #B41436 is Cyan = 0, Magento = 0.89, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 54 | - |
| CMYK | 0 | 0.89 | 0.7 | 0.29 |
| HSL | 347.25º | 0.8% | 0.39% | - |
| HSV(B) | 347.25º | 0.89% | 0.71% | - |
| XYZ | 19.74 | 10.47 | 4.47 | - |
| YUV | 71.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 54 | 0 | 0.89 | 0.7 | 0.29 | 347.25 | 0.8 | 0.39 |
| Hex | B4 | 14 | 36 | 0 | 59 | 46 | 1D | 15B | 50 | 27 |
| Octal | 264 | 24 | 66 | 0 | 131 | 106 | 35 | 533 | 120 | 47 |
| Binary | 10110100 | 10100 | 110110 | 0 | 1011001 | 1000110 | 11101 | 101011011 | 1010000 | 100111 |
Color Harmonies of #B41436
Complementary color
Monochromatic Colors of #B41436
Black with #B41436
Text Example
Text Example
White with #B41436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41436; }
p { color: rgb(180,20,54); }
H1.HeaderClassName
{
color: #B41436;
}
.AnyTagClassName
{
color: #B41436;
}
</style>
background-color css
<style>
a { background-color: #B41436; }
a { background-color: rgb(180,20,54); }
div.DivClassName
{
background-color: #B41436;
}
.BgClassName
{
background-color: #B41436;
}
</style>
border-color css
<style>
span { border-color: #B41436; }
span { border-color: rgb(180,20,54); }
td.TdClassName
{
border-color: #B41436;
}
.TagClassName
{
border-color: #B41436;
}
</style>