Shades of Cardinal #B41F2C
Tints of Cardinal #B41F2C
RGB
CMYK
RGB Variations
Color information
#B41F2C (or 0xB41F2C) is known color: Cardinal. HEX triplet: B4, 1F and 2C. RGB value is (180,31,44). Sum of RGB (Red+Green+Blue) = 180+31+44=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F2C is #4BE0D3. Grayscale: #4D4D4D. Windows color (decimal): -4972756 or 2891700. OLE color: 2891700.
HSL color Cylindrical-coordinate representation of color #B41F2C: hue angle of 354.77º 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 #B41F2C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 44 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.29 |
| HSL | 354.77º | 0.71% | 0.41% | - |
| HSV(B) | 354.77º | 0.83% | 0.71% | - |
| XYZ | 19.77 | 10.87 | 3.44 | - |
| YUV | 77.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 44 | 0 | 0.83 | 0.76 | 0.29 | 354.77 | 0.71 | 0.41 |
| Hex | B4 | 1F | 2C | 0 | 53 | 4C | 1D | 163 | 47 | 29 |
| Octal | 264 | 37 | 54 | 0 | 123 | 114 | 35 | 543 | 107 | 51 |
| Binary | 10110100 | 11111 | 101100 | 0 | 1010011 | 1001100 | 11101 | 101100011 | 1000111 | 101001 |
Color Harmonies of #B41F2C
Complementary color
Monochromatic Colors of #B41F2C
Black with #B41F2C
Text Example
Text Example
White with #B41F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F2C; }
p { color: rgb(180,31,44); }
H1.HeaderClassName
{
color: #B41F2C;
}
.AnyTagClassName
{
color: #B41F2C;
}
</style>
background-color css
<style>
a { background-color: #B41F2C; }
a { background-color: rgb(180,31,44); }
div.DivClassName
{
background-color: #B41F2C;
}
.BgClassName
{
background-color: #B41F2C;
}
</style>
border-color css
<style>
span { border-color: #B41F2C; }
span { border-color: rgb(180,31,44); }
td.TdClassName
{
border-color: #B41F2C;
}
.TagClassName
{
border-color: #B41F2C;
}
</style>