Shades of Cardinal #B41F37
Tints of Cardinal #B41F37
RGB
CMYK
RGB Variations
Color information
#B41F37 (or 0xB41F37) is known color: Cardinal. HEX triplet: B4, 1F and 37. RGB value is (180,31,55). Sum of RGB (Red+Green+Blue) = 180+31+55=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F37 is #4BE0C8. Grayscale: #4E4E4E. Windows color (decimal): -4972745 or 3612596. OLE color: 3612596.
HSL color Cylindrical-coordinate representation of color #B41F37: hue angle of 350.34º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F37 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 55 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.29 |
| HSL | 350.34º | 0.71% | 0.41% | - |
| HSV(B) | 350.34º | 0.83% | 0.71% | - |
| XYZ | 20 | 10.96 | 4.68 | - |
| YUV | 78.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 55 | 0 | 0.83 | 0.69 | 0.29 | 350.34 | 0.71 | 0.41 |
| Hex | B4 | 1F | 37 | 0 | 53 | 45 | 1D | 15E | 47 | 29 |
| Octal | 264 | 37 | 67 | 0 | 123 | 105 | 35 | 536 | 107 | 51 |
| Binary | 10110100 | 11111 | 110111 | 0 | 1010011 | 1000101 | 11101 | 101011110 | 1000111 | 101001 |
Color Harmonies of #B41F37
Complementary color
Monochromatic Colors of #B41F37
Black with #B41F37
Text Example
Text Example
White with #B41F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F37; }
p { color: rgb(180,31,55); }
H1.HeaderClassName
{
color: #B41F37;
}
.AnyTagClassName
{
color: #B41F37;
}
</style>
background-color css
<style>
a { background-color: #B41F37; }
a { background-color: rgb(180,31,55); }
div.DivClassName
{
background-color: #B41F37;
}
.BgClassName
{
background-color: #B41F37;
}
</style>
border-color css
<style>
span { border-color: #B41F37; }
span { border-color: rgb(180,31,55); }
td.TdClassName
{
border-color: #B41F37;
}
.TagClassName
{
border-color: #B41F37;
}
</style>