Shades of Cardinal #B40E29
Tints of Cardinal #B40E29
RGB
CMYK
RGB Variations
Color information
#B40E29 (or 0xB40E29) is known color: Cardinal. HEX triplet: B4, 0E and 29. RGB value is (180,14,41). Sum of RGB (Red+Green+Blue) = 180+14+41=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40E29 is #4BF1D6. Grayscale: #424242. Windows color (decimal): -4977111 or 2690740. OLE color: 2690740.
HSL color Cylindrical-coordinate representation of color #B40E29: hue angle of 350.24º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40E29 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 41 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.29 |
| HSL | 350.24º | 0.86% | 0.38% | - |
| HSV(B) | 350.24º | 0.92% | 0.71% | - |
| XYZ | 19.38 | 10.18 | 3.04 | - |
| YUV | 66.71 | 113.5 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 41 | 0 | 0.92 | 0.77 | 0.29 | 350.24 | 0.86 | 0.38 |
| Hex | B4 | E | 29 | 0 | 5C | 4D | 1D | 15E | 56 | 26 |
| Octal | 264 | 16 | 51 | 0 | 134 | 115 | 35 | 536 | 126 | 46 |
| Binary | 10110100 | 1110 | 101001 | 0 | 1011100 | 1001101 | 11101 | 101011110 | 1010110 | 100110 |
Color Harmonies of #B40E29
Complementary color
Monochromatic Colors of #B40E29
Black with #B40E29
Text Example
Text Example
White with #B40E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E29; }
p { color: rgb(180,14,41); }
H1.HeaderClassName
{
color: #B40E29;
}
.AnyTagClassName
{
color: #B40E29;
}
</style>
background-color css
<style>
a { background-color: #B40E29; }
a { background-color: rgb(180,14,41); }
div.DivClassName
{
background-color: #B40E29;
}
.BgClassName
{
background-color: #B40E29;
}
</style>
border-color css
<style>
span { border-color: #B40E29; }
span { border-color: rgb(180,14,41); }
td.TdClassName
{
border-color: #B40E29;
}
.TagClassName
{
border-color: #B40E29;
}
</style>