Shades of Cardinal #B40F37
Tints of Cardinal #B40F37
RGB
CMYK
RGB Variations
Color information
#B40F37 (or 0xB40F37) is known color: Cardinal. HEX triplet: B4, 0F and 37. RGB value is (180,15,55). Sum of RGB (Red+Green+Blue) = 180+15+55=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F37 is #4BF0C8. Grayscale: #444444. Windows color (decimal): -4976841 or 3608500. OLE color: 3608500.
HSL color Cylindrical-coordinate representation of color #B40F37: hue angle of 345.45º 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 #B40F37 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 55 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.29 |
| HSL | 345.45º | 0.85% | 0.38% | - |
| HSV(B) | 345.45º | 0.92% | 0.71% | - |
| XYZ | 19.68 | 10.32 | 4.57 | - |
| YUV | 68.9 | 120.16 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 55 | 0 | 0.92 | 0.69 | 0.29 | 345.45 | 0.85 | 0.38 |
| Hex | B4 | F | 37 | 0 | 5C | 45 | 1D | 159 | 55 | 26 |
| Octal | 264 | 17 | 67 | 0 | 134 | 105 | 35 | 531 | 125 | 46 |
| Binary | 10110100 | 1111 | 110111 | 0 | 1011100 | 1000101 | 11101 | 101011001 | 1010101 | 100110 |
Color Harmonies of #B40F37
Complementary color
Monochromatic Colors of #B40F37
Black with #B40F37
Text Example
Text Example
White with #B40F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F37; }
p { color: rgb(180,15,55); }
H1.HeaderClassName
{
color: #B40F37;
}
.AnyTagClassName
{
color: #B40F37;
}
</style>
background-color css
<style>
a { background-color: #B40F37; }
a { background-color: rgb(180,15,55); }
div.DivClassName
{
background-color: #B40F37;
}
.BgClassName
{
background-color: #B40F37;
}
</style>
border-color css
<style>
span { border-color: #B40F37; }
span { border-color: rgb(180,15,55); }
td.TdClassName
{
border-color: #B40F37;
}
.TagClassName
{
border-color: #B40F37;
}
</style>