Shades of Cardinal #B40E40
Tints of Cardinal #B40E40
RGB
CMYK
RGB Variations
Color information
#B40E40 (or 0xB40E40) is known color: Cardinal. HEX triplet: B4, 0E and 40. RGB value is (180,14,64). Sum of RGB (Red+Green+Blue) = 180+14+64=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40E40 is #4BF1BF. Grayscale: #454545. Windows color (decimal): -4977088 or 4198068. OLE color: 4198068.
HSL color Cylindrical-coordinate representation of color #B40E40: hue angle of 341.93º 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 #B40E40 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 64 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.29 |
| HSL | 341.93º | 0.86% | 0.38% | - |
| HSV(B) | 341.93º | 0.92% | 0.71% | - |
| XYZ | 19.9 | 10.39 | 5.81 | - |
| YUV | 69.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 64 | 0 | 0.92 | 0.64 | 0.29 | 341.93 | 0.86 | 0.38 |
| Hex | B4 | E | 40 | 0 | 5C | 40 | 1D | 156 | 56 | 26 |
| Octal | 264 | 16 | 100 | 0 | 134 | 100 | 35 | 526 | 126 | 46 |
| Binary | 10110100 | 1110 | 1000000 | 0 | 1011100 | 1000000 | 11101 | 101010110 | 1010110 | 100110 |
Color Harmonies of #B40E40
Complementary color
Monochromatic Colors of #B40E40
Black with #B40E40
Text Example
Text Example
White with #B40E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E40; }
p { color: rgb(180,14,64); }
H1.HeaderClassName
{
color: #B40E40;
}
.AnyTagClassName
{
color: #B40E40;
}
</style>
background-color css
<style>
a { background-color: #B40E40; }
a { background-color: rgb(180,14,64); }
div.DivClassName
{
background-color: #B40E40;
}
.BgClassName
{
background-color: #B40E40;
}
</style>
border-color css
<style>
span { border-color: #B40E40; }
span { border-color: rgb(180,14,64); }
td.TdClassName
{
border-color: #B40E40;
}
.TagClassName
{
border-color: #B40E40;
}
</style>