Shades of Cardinal #B40F40
Tints of Cardinal #B40F40
RGB
CMYK
RGB Variations
Color information
#B40F40 (or 0xB40F40) is known color: Cardinal. HEX triplet: B4, 0F and 40. RGB value is (180,15,64). Sum of RGB (Red+Green+Blue) = 180+15+64=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F40 is #4BF0BF. Grayscale: #454545. Windows color (decimal): -4976832 or 4198324. OLE color: 4198324.
HSL color Cylindrical-coordinate representation of color #B40F40: hue angle of 342.18º 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 #B40F40 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 64 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.29 |
| HSL | 342.18º | 0.85% | 0.38% | - |
| HSV(B) | 342.18º | 0.92% | 0.71% | - |
| XYZ | 19.92 | 10.42 | 5.81 | - |
| YUV | 69.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 64 | 0 | 0.92 | 0.64 | 0.29 | 342.18 | 0.85 | 0.38 |
| Hex | B4 | F | 40 | 0 | 5C | 40 | 1D | 156 | 55 | 26 |
| Octal | 264 | 17 | 100 | 0 | 134 | 100 | 35 | 526 | 125 | 46 |
| Binary | 10110100 | 1111 | 1000000 | 0 | 1011100 | 1000000 | 11101 | 101010110 | 1010101 | 100110 |
Color Harmonies of #B40F40
Complementary color
Monochromatic Colors of #B40F40
Black with #B40F40
Text Example
Text Example
White with #B40F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F40; }
p { color: rgb(180,15,64); }
H1.HeaderClassName
{
color: #B40F40;
}
.AnyTagClassName
{
color: #B40F40;
}
</style>
background-color css
<style>
a { background-color: #B40F40; }
a { background-color: rgb(180,15,64); }
div.DivClassName
{
background-color: #B40F40;
}
.BgClassName
{
background-color: #B40F40;
}
</style>
border-color css
<style>
span { border-color: #B40F40; }
span { border-color: rgb(180,15,64); }
td.TdClassName
{
border-color: #B40F40;
}
.TagClassName
{
border-color: #B40F40;
}
</style>