Shades of Cardinal #B41143
Tints of Cardinal #B41143
RGB
CMYK
RGB Variations
Color information
#B41143 (or 0xB41143) is known color: Cardinal. HEX triplet: B4, 11 and 43. RGB value is (180,17,67). Sum of RGB (Red+Green+Blue) = 180+17+67=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B41143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41143 is #4BEEBC. Grayscale: #474747. Windows color (decimal): -4976317 or 4395444. OLE color: 4395444.
HSL color Cylindrical-coordinate representation of color #B41143: hue angle of 341.6º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41143 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 67 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.29 |
| HSL | 341.6º | 0.83% | 0.39% | - |
| HSV(B) | 341.6º | 0.91% | 0.71% | - |
| XYZ | 20.04 | 10.51 | 6.28 | - |
| YUV | 71.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 67 | 0 | 0.91 | 0.63 | 0.29 | 341.6 | 0.83 | 0.39 |
| Hex | B4 | 11 | 43 | 0 | 5B | 3F | 1D | 156 | 53 | 27 |
| Octal | 264 | 21 | 103 | 0 | 133 | 77 | 35 | 526 | 123 | 47 |
| Binary | 10110100 | 10001 | 1000011 | 0 | 1011011 | 111111 | 11101 | 101010110 | 1010011 | 100111 |
Color Harmonies of #B41143
Complementary color
Monochromatic Colors of #B41143
Black with #B41143
Text Example
Text Example
White with #B41143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41143; }
p { color: rgb(180,17,67); }
H1.HeaderClassName
{
color: #B41143;
}
.AnyTagClassName
{
color: #B41143;
}
</style>
background-color css
<style>
a { background-color: #B41143; }
a { background-color: rgb(180,17,67); }
div.DivClassName
{
background-color: #B41143;
}
.BgClassName
{
background-color: #B41143;
}
</style>
border-color css
<style>
span { border-color: #B41143; }
span { border-color: rgb(180,17,67); }
td.TdClassName
{
border-color: #B41143;
}
.TagClassName
{
border-color: #B41143;
}
</style>