Shades of Cardinal #B41F44
Tints of Cardinal #B41F44
RGB
CMYK
RGB Variations
Color information
#B41F44 (or 0xB41F44) is known color: Cardinal. HEX triplet: B4, 1F and 44. RGB value is (180,31,68). Sum of RGB (Red+Green+Blue) = 180+31+68=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F44 is #4BE0BB. Grayscale: #4F4F4F. Windows color (decimal): -4972732 or 4464564. OLE color: 4464564.
HSL color Cylindrical-coordinate representation of color #B41F44: hue angle of 345.1º 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 #B41F44 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 68 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.29 |
| HSL | 345.1º | 0.71% | 0.41% | - |
| HSV(B) | 345.1º | 0.83% | 0.71% | - |
| XYZ | 20.36 | 11.1 | 6.54 | - |
| YUV | 79.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 68 | 0 | 0.83 | 0.62 | 0.29 | 345.1 | 0.71 | 0.41 |
| Hex | B4 | 1F | 44 | 0 | 53 | 3E | 1D | 159 | 47 | 29 |
| Octal | 264 | 37 | 104 | 0 | 123 | 76 | 35 | 531 | 107 | 51 |
| Binary | 10110100 | 11111 | 1000100 | 0 | 1010011 | 111110 | 11101 | 101011001 | 1000111 | 101001 |
Color Harmonies of #B41F44
Complementary color
Monochromatic Colors of #B41F44
Black with #B41F44
Text Example
Text Example
White with #B41F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F44; }
p { color: rgb(180,31,68); }
H1.HeaderClassName
{
color: #B41F44;
}
.AnyTagClassName
{
color: #B41F44;
}
</style>
background-color css
<style>
a { background-color: #B41F44; }
a { background-color: rgb(180,31,68); }
div.DivClassName
{
background-color: #B41F44;
}
.BgClassName
{
background-color: #B41F44;
}
</style>
border-color css
<style>
span { border-color: #B41F44; }
span { border-color: rgb(180,31,68); }
td.TdClassName
{
border-color: #B41F44;
}
.TagClassName
{
border-color: #B41F44;
}
</style>