Shades of Cardinal #B40F2E
Tints of Cardinal #B40F2E
RGB
CMYK
RGB Variations
Color information
#B40F2E (or 0xB40F2E) is known color: Cardinal. HEX triplet: B4, 0F and 2E. RGB value is (180,15,46). Sum of RGB (Red+Green+Blue) = 180+15+46=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F2E is #4BF0D1. Grayscale: #434343. Windows color (decimal): -4976850 or 3018676. OLE color: 3018676.
HSL color Cylindrical-coordinate representation of color #B40F2E: hue angle of 348.73º degrees, saturation: 0.85, 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 #B40F2E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 46 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.29 |
| HSL | 348.73º | 0.85% | 0.38% | - |
| HSV(B) | 348.73º | 0.92% | 0.71% | - |
| XYZ | 19.49 | 10.24 | 3.53 | - |
| YUV | 67.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 46 | 0 | 0.92 | 0.74 | 0.29 | 348.73 | 0.85 | 0.38 |
| Hex | B4 | F | 2E | 0 | 5C | 4A | 1D | 15D | 55 | 26 |
| Octal | 264 | 17 | 56 | 0 | 134 | 112 | 35 | 535 | 125 | 46 |
| Binary | 10110100 | 1111 | 101110 | 0 | 1011100 | 1001010 | 11101 | 101011101 | 1010101 | 100110 |
Color Harmonies of #B40F2E
Complementary color
Monochromatic Colors of #B40F2E
Black with #B40F2E
Text Example
Text Example
White with #B40F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F2E; }
p { color: rgb(180,15,46); }
H1.HeaderClassName
{
color: #B40F2E;
}
.AnyTagClassName
{
color: #B40F2E;
}
</style>
background-color css
<style>
a { background-color: #B40F2E; }
a { background-color: rgb(180,15,46); }
div.DivClassName
{
background-color: #B40F2E;
}
.BgClassName
{
background-color: #B40F2E;
}
</style>
border-color css
<style>
span { border-color: #B40F2E; }
span { border-color: rgb(180,15,46); }
td.TdClassName
{
border-color: #B40F2E;
}
.TagClassName
{
border-color: #B40F2E;
}
</style>