Shades of Cardinal #B40E37
Tints of Cardinal #B40E37
RGB
CMYK
RGB Variations
Color information
#B40E37 (or 0xB40E37) is known color: Cardinal. HEX triplet: B4, 0E and 37. RGB value is (180,14,55). Sum of RGB (Red+Green+Blue) = 180+14+55=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40E37 is #4BF1C8. Grayscale: #444444. Windows color (decimal): -4977097 or 3608244. OLE color: 3608244.
HSL color Cylindrical-coordinate representation of color #B40E37: hue angle of 345.18º 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 #B40E37 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 55 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.29 |
| HSL | 345.18º | 0.86% | 0.38% | - |
| HSV(B) | 345.18º | 0.92% | 0.71% | - |
| XYZ | 19.67 | 10.29 | 4.56 | - |
| YUV | 68.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 55 | 0 | 0.92 | 0.69 | 0.29 | 345.18 | 0.86 | 0.38 |
| Hex | B4 | E | 37 | 0 | 5C | 45 | 1D | 159 | 56 | 26 |
| Octal | 264 | 16 | 67 | 0 | 134 | 105 | 35 | 531 | 126 | 46 |
| Binary | 10110100 | 1110 | 110111 | 0 | 1011100 | 1000101 | 11101 | 101011001 | 1010110 | 100110 |
Color Harmonies of #B40E37
Complementary color
Monochromatic Colors of #B40E37
Black with #B40E37
Text Example
Text Example
White with #B40E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E37; }
p { color: rgb(180,14,55); }
H1.HeaderClassName
{
color: #B40E37;
}
.AnyTagClassName
{
color: #B40E37;
}
</style>
background-color css
<style>
a { background-color: #B40E37; }
a { background-color: rgb(180,14,55); }
div.DivClassName
{
background-color: #B40E37;
}
.BgClassName
{
background-color: #B40E37;
}
</style>
border-color css
<style>
span { border-color: #B40E37; }
span { border-color: rgb(180,14,55); }
td.TdClassName
{
border-color: #B40E37;
}
.TagClassName
{
border-color: #B40E37;
}
</style>