Shades of Cardinal #B41142
Tints of Cardinal #B41142
RGB
CMYK
RGB Variations
Color information
#B41142 (or 0xB41142) is known color: Cardinal. HEX triplet: B4, 11 and 42. RGB value is (180,17,66). Sum of RGB (Red+Green+Blue) = 180+17+66=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B41142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41142 is #4BEEBD. Grayscale: #474747. Windows color (decimal): -4976318 or 4329908. OLE color: 4329908.
HSL color Cylindrical-coordinate representation of color #B41142: hue angle of 341.96º 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 #B41142 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 66 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.29 |
| HSL | 341.96º | 0.83% | 0.39% | - |
| HSV(B) | 341.96º | 0.91% | 0.71% | - |
| XYZ | 20.01 | 10.5 | 6.13 | - |
| YUV | 71.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 66 | 0 | 0.91 | 0.63 | 0.29 | 341.96 | 0.83 | 0.39 |
| Hex | B4 | 11 | 42 | 0 | 5B | 3F | 1D | 156 | 53 | 27 |
| Octal | 264 | 21 | 102 | 0 | 133 | 77 | 35 | 526 | 123 | 47 |
| Binary | 10110100 | 10001 | 1000010 | 0 | 1011011 | 111111 | 11101 | 101010110 | 1010011 | 100111 |
Color Harmonies of #B41142
Complementary color
Monochromatic Colors of #B41142
Black with #B41142
Text Example
Text Example
White with #B41142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41142; }
p { color: rgb(180,17,66); }
H1.HeaderClassName
{
color: #B41142;
}
.AnyTagClassName
{
color: #B41142;
}
</style>
background-color css
<style>
a { background-color: #B41142; }
a { background-color: rgb(180,17,66); }
div.DivClassName
{
background-color: #B41142;
}
.BgClassName
{
background-color: #B41142;
}
</style>
border-color css
<style>
span { border-color: #B41142; }
span { border-color: rgb(180,17,66); }
td.TdClassName
{
border-color: #B41142;
}
.TagClassName
{
border-color: #B41142;
}
</style>