Shades of Cardinal #B40F2F
Tints of Cardinal #B40F2F
RGB
CMYK
RGB Variations
Color information
#B40F2F (or 0xB40F2F) is known color: Cardinal. HEX triplet: B4, 0F and 2F. RGB value is (180,15,47). Sum of RGB (Red+Green+Blue) = 180+15+47=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F2F is #4BF0D0. Grayscale: #444444. Windows color (decimal): -4976849 or 3084212. OLE color: 3084212.
HSL color Cylindrical-coordinate representation of color #B40F2F: hue angle of 348.36º 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 #B40F2F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 47 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.29 |
| HSL | 348.36º | 0.85% | 0.38% | - |
| HSV(B) | 348.36º | 0.92% | 0.71% | - |
| XYZ | 19.51 | 10.25 | 3.64 | - |
| YUV | 67.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 47 | 0 | 0.92 | 0.74 | 0.29 | 348.36 | 0.85 | 0.38 |
| Hex | B4 | F | 2F | 0 | 5C | 4A | 1D | 15C | 55 | 26 |
| Octal | 264 | 17 | 57 | 0 | 134 | 112 | 35 | 534 | 125 | 46 |
| Binary | 10110100 | 1111 | 101111 | 0 | 1011100 | 1001010 | 11101 | 101011100 | 1010101 | 100110 |
Color Harmonies of #B40F2F
Complementary color
Monochromatic Colors of #B40F2F
Black with #B40F2F
Text Example
Text Example
White with #B40F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F2F; }
p { color: rgb(180,15,47); }
H1.HeaderClassName
{
color: #B40F2F;
}
.AnyTagClassName
{
color: #B40F2F;
}
</style>
background-color css
<style>
a { background-color: #B40F2F; }
a { background-color: rgb(180,15,47); }
div.DivClassName
{
background-color: #B40F2F;
}
.BgClassName
{
background-color: #B40F2F;
}
</style>
border-color css
<style>
span { border-color: #B40F2F; }
span { border-color: rgb(180,15,47); }
td.TdClassName
{
border-color: #B40F2F;
}
.TagClassName
{
border-color: #B40F2F;
}
</style>