Shades of Cardinal #B41443
Tints of Cardinal #B41443
RGB
CMYK
RGB Variations
Color information
#B41443 (or 0xB41443) is known color: Cardinal. HEX triplet: B4, 14 and 43. RGB value is (180,20,67). Sum of RGB (Red+Green+Blue) = 180+20+67=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B41443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41443 is #4BEBBC. Grayscale: #494949. Windows color (decimal): -4975549 or 4396212. OLE color: 4396212.
HSL color Cylindrical-coordinate representation of color #B41443: hue angle of 342.38º 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 #B41443 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 67 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.29 |
| HSL | 342.38º | 0.8% | 0.39% | - |
| HSV(B) | 342.38º | 0.89% | 0.71% | - |
| XYZ | 20.09 | 10.61 | 6.3 | - |
| YUV | 73.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 67 | 0 | 0.89 | 0.63 | 0.29 | 342.38 | 0.8 | 0.39 |
| Hex | B4 | 14 | 43 | 0 | 59 | 3F | 1D | 156 | 50 | 27 |
| Octal | 264 | 24 | 103 | 0 | 131 | 77 | 35 | 526 | 120 | 47 |
| Binary | 10110100 | 10100 | 1000011 | 0 | 1011001 | 111111 | 11101 | 101010110 | 1010000 | 100111 |
Color Harmonies of #B41443
Complementary color
Monochromatic Colors of #B41443
Black with #B41443
Text Example
Text Example
White with #B41443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41443; }
p { color: rgb(180,20,67); }
H1.HeaderClassName
{
color: #B41443;
}
.AnyTagClassName
{
color: #B41443;
}
</style>
background-color css
<style>
a { background-color: #B41443; }
a { background-color: rgb(180,20,67); }
div.DivClassName
{
background-color: #B41443;
}
.BgClassName
{
background-color: #B41443;
}
</style>
border-color css
<style>
span { border-color: #B41443; }
span { border-color: rgb(180,20,67); }
td.TdClassName
{
border-color: #B41443;
}
.TagClassName
{
border-color: #B41443;
}
</style>