Shades of Cardinal #B41C40
Tints of Cardinal #B41C40
RGB
CMYK
RGB Variations
Color information
#B41C40 (or 0xB41C40) is known color: Cardinal. HEX triplet: B4, 1C and 40. RGB value is (180,28,64). Sum of RGB (Red+Green+Blue) = 180+28+64=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C40 is #4BE3BF. Grayscale: #4D4D4D. Windows color (decimal): -4973504 or 4201652. OLE color: 4201652.
HSL color Cylindrical-coordinate representation of color #B41C40: hue angle of 345.79º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C40 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 64 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.29 |
| HSL | 345.79º | 0.73% | 0.41% | - |
| HSV(B) | 345.79º | 0.84% | 0.71% | - |
| XYZ | 20.16 | 10.9 | 5.89 | - |
| YUV | 77.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 64 | 0 | 0.84 | 0.64 | 0.29 | 345.79 | 0.73 | 0.41 |
| Hex | B4 | 1C | 40 | 0 | 54 | 40 | 1D | 15A | 49 | 29 |
| Octal | 264 | 34 | 100 | 0 | 124 | 100 | 35 | 532 | 111 | 51 |
| Binary | 10110100 | 11100 | 1000000 | 0 | 1010100 | 1000000 | 11101 | 101011010 | 1001001 | 101001 |
Color Harmonies of #B41C40
Complementary color
Monochromatic Colors of #B41C40
Black with #B41C40
Text Example
Text Example
White with #B41C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C40; }
p { color: rgb(180,28,64); }
H1.HeaderClassName
{
color: #B41C40;
}
.AnyTagClassName
{
color: #B41C40;
}
</style>
background-color css
<style>
a { background-color: #B41C40; }
a { background-color: rgb(180,28,64); }
div.DivClassName
{
background-color: #B41C40;
}
.BgClassName
{
background-color: #B41C40;
}
</style>
border-color css
<style>
span { border-color: #B41C40; }
span { border-color: rgb(180,28,64); }
td.TdClassName
{
border-color: #B41C40;
}
.TagClassName
{
border-color: #B41C40;
}
</style>