Shades of Cardinal #B40F2B
Tints of Cardinal #B40F2B
RGB
CMYK
RGB Variations
Color information
#B40F2B (or 0xB40F2B) is known color: Cardinal. HEX triplet: B4, 0F and 2B. RGB value is (180,15,43). Sum of RGB (Red+Green+Blue) = 180+15+43=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F2B is #4BF0D4. Grayscale: #434343. Windows color (decimal): -4976853 or 2822068. OLE color: 2822068.
HSL color Cylindrical-coordinate representation of color #B40F2B: hue angle of 349.82º 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 #B40F2B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 43 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.29 |
| HSL | 349.82º | 0.85% | 0.38% | - |
| HSV(B) | 349.82º | 0.92% | 0.71% | - |
| XYZ | 19.43 | 10.22 | 3.23 | - |
| YUV | 67.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 43 | 0 | 0.92 | 0.76 | 0.29 | 349.82 | 0.85 | 0.38 |
| Hex | B4 | F | 2B | 0 | 5C | 4C | 1D | 15E | 55 | 26 |
| Octal | 264 | 17 | 53 | 0 | 134 | 114 | 35 | 536 | 125 | 46 |
| Binary | 10110100 | 1111 | 101011 | 0 | 1011100 | 1001100 | 11101 | 101011110 | 1010101 | 100110 |
Color Harmonies of #B40F2B
Complementary color
Monochromatic Colors of #B40F2B
Black with #B40F2B
Text Example
Text Example
White with #B40F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F2B; }
p { color: rgb(180,15,43); }
H1.HeaderClassName
{
color: #B40F2B;
}
.AnyTagClassName
{
color: #B40F2B;
}
</style>
background-color css
<style>
a { background-color: #B40F2B; }
a { background-color: rgb(180,15,43); }
div.DivClassName
{
background-color: #B40F2B;
}
.BgClassName
{
background-color: #B40F2B;
}
</style>
border-color css
<style>
span { border-color: #B40F2B; }
span { border-color: rgb(180,15,43); }
td.TdClassName
{
border-color: #B40F2B;
}
.TagClassName
{
border-color: #B40F2B;
}
</style>