Shades of Cardinal #B40E2F
Tints of Cardinal #B40E2F
RGB
CMYK
RGB Variations
Color information
#B40E2F (or 0xB40E2F) is known color: Cardinal. HEX triplet: B4, 0E and 2F. RGB value is (180,14,47). Sum of RGB (Red+Green+Blue) = 180+14+47=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40E2F is #4BF1D0. Grayscale: #434343. Windows color (decimal): -4977105 or 3083956. OLE color: 3083956.
HSL color Cylindrical-coordinate representation of color #B40E2F: hue angle of 348.07º 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 #B40E2F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 47 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.29 |
| HSL | 348.07º | 0.86% | 0.38% | - |
| HSV(B) | 348.07º | 0.92% | 0.71% | - |
| XYZ | 19.49 | 10.22 | 3.64 | - |
| YUV | 67.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 47 | 0 | 0.92 | 0.74 | 0.29 | 348.07 | 0.86 | 0.38 |
| Hex | B4 | E | 2F | 0 | 5C | 4A | 1D | 15C | 56 | 26 |
| Octal | 264 | 16 | 57 | 0 | 134 | 112 | 35 | 534 | 126 | 46 |
| Binary | 10110100 | 1110 | 101111 | 0 | 1011100 | 1001010 | 11101 | 101011100 | 1010110 | 100110 |
Color Harmonies of #B40E2F
Complementary color
Monochromatic Colors of #B40E2F
Black with #B40E2F
Text Example
Text Example
White with #B40E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E2F; }
p { color: rgb(180,14,47); }
H1.HeaderClassName
{
color: #B40E2F;
}
.AnyTagClassName
{
color: #B40E2F;
}
</style>
background-color css
<style>
a { background-color: #B40E2F; }
a { background-color: rgb(180,14,47); }
div.DivClassName
{
background-color: #B40E2F;
}
.BgClassName
{
background-color: #B40E2F;
}
</style>
border-color css
<style>
span { border-color: #B40E2F; }
span { border-color: rgb(180,14,47); }
td.TdClassName
{
border-color: #B40E2F;
}
.TagClassName
{
border-color: #B40E2F;
}
</style>