Shades of Cardinal #B40740
Tints of Cardinal #B40740
RGB
CMYK
RGB Variations
Color information
#B40740 (or 0xB40740) is known color: Cardinal. HEX triplet: B4, 07 and 40. RGB value is (180,7,64). Sum of RGB (Red+Green+Blue) = 180+7+64=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B40740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40740 is #4BF8BF. Grayscale: #414141. Windows color (decimal): -4978880 or 4196276. OLE color: 4196276.
HSL color Cylindrical-coordinate representation of color #B40740: hue angle of 340.23º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40740 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 64 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.29 |
| HSL | 340.23º | 0.93% | 0.37% | - |
| HSV(B) | 340.23º | 0.96% | 0.71% | - |
| XYZ | 19.82 | 10.23 | 5.78 | - |
| YUV | 65.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 64 | 0 | 0.96 | 0.64 | 0.29 | 340.23 | 0.93 | 0.37 |
| Hex | B4 | 7 | 40 | 0 | 60 | 40 | 1D | 154 | 5D | 25 |
| Octal | 264 | 7 | 100 | 0 | 140 | 100 | 35 | 524 | 135 | 45 |
| Binary | 10110100 | 111 | 1000000 | 0 | 1100000 | 1000000 | 11101 | 101010100 | 1011101 | 100101 |
Color Harmonies of #B40740
Complementary color
Monochromatic Colors of #B40740
Black with #B40740
Text Example
Text Example
White with #B40740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40740; }
p { color: rgb(180,7,64); }
H1.HeaderClassName
{
color: #B40740;
}
.AnyTagClassName
{
color: #B40740;
}
</style>
background-color css
<style>
a { background-color: #B40740; }
a { background-color: rgb(180,7,64); }
div.DivClassName
{
background-color: #B40740;
}
.BgClassName
{
background-color: #B40740;
}
</style>
border-color css
<style>
span { border-color: #B40740; }
span { border-color: rgb(180,7,64); }
td.TdClassName
{
border-color: #B40740;
}
.TagClassName
{
border-color: #B40740;
}
</style>