Shades of Cardinal #B41A3E
Tints of Cardinal #B41A3E
RGB
CMYK
RGB Variations
Color information
#B41A3E (or 0xB41A3E) is known color: Cardinal. HEX triplet: B4, 1A and 3E. RGB value is (180,26,62). Sum of RGB (Red+Green+Blue) = 180+26+62=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A3E is #4BE5C1. Grayscale: #4C4C4C. Windows color (decimal): -4974018 or 4070068. OLE color: 4070068.
HSL color Cylindrical-coordinate representation of color #B41A3E: hue angle of 345.97º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41A3E is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 62 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.29 |
| HSL | 345.97º | 0.75% | 0.4% | - |
| HSV(B) | 345.97º | 0.86% | 0.71% | - |
| XYZ | 20.06 | 10.79 | 5.58 | - |
| YUV | 76.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 62 | 0 | 0.86 | 0.66 | 0.29 | 345.97 | 0.75 | 0.4 |
| Hex | B4 | 1A | 3E | 0 | 56 | 42 | 1D | 15A | 4B | 28 |
| Octal | 264 | 32 | 76 | 0 | 126 | 102 | 35 | 532 | 113 | 50 |
| Binary | 10110100 | 11010 | 111110 | 0 | 1010110 | 1000010 | 11101 | 101011010 | 1001011 | 101000 |
Color Harmonies of #B41A3E
Complementary color
Monochromatic Colors of #B41A3E
Black with #B41A3E
Text Example
Text Example
White with #B41A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A3E; }
p { color: rgb(180,26,62); }
H1.HeaderClassName
{
color: #B41A3E;
}
.AnyTagClassName
{
color: #B41A3E;
}
</style>
background-color css
<style>
a { background-color: #B41A3E; }
a { background-color: rgb(180,26,62); }
div.DivClassName
{
background-color: #B41A3E;
}
.BgClassName
{
background-color: #B41A3E;
}
</style>
border-color css
<style>
span { border-color: #B41A3E; }
span { border-color: rgb(180,26,62); }
td.TdClassName
{
border-color: #B41A3E;
}
.TagClassName
{
border-color: #B41A3E;
}
</style>