Shades of Cardinal #B41A3A
Tints of Cardinal #B41A3A
RGB
CMYK
RGB Variations
Color information
#B41A3A (or 0xB41A3A) is known color: Cardinal. HEX triplet: B4, 1A and 3A. RGB value is (180,26,58). Sum of RGB (Red+Green+Blue) = 180+26+58=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A3A is #4BE5C5. Grayscale: #4B4B4B. Windows color (decimal): -4974022 or 3807924. OLE color: 3807924.
HSL color Cylindrical-coordinate representation of color #B41A3A: hue angle of 347.53º 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 #B41A3A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 58 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.29 |
| HSL | 347.53º | 0.75% | 0.4% | - |
| HSV(B) | 347.53º | 0.86% | 0.71% | - |
| XYZ | 19.96 | 10.75 | 5.03 | - |
| YUV | 75.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 58 | 0 | 0.86 | 0.68 | 0.29 | 347.53 | 0.75 | 0.4 |
| Hex | B4 | 1A | 3A | 0 | 56 | 44 | 1D | 15C | 4B | 28 |
| Octal | 264 | 32 | 72 | 0 | 126 | 104 | 35 | 534 | 113 | 50 |
| Binary | 10110100 | 11010 | 111010 | 0 | 1010110 | 1000100 | 11101 | 101011100 | 1001011 | 101000 |
Color Harmonies of #B41A3A
Complementary color
Monochromatic Colors of #B41A3A
Black with #B41A3A
Text Example
Text Example
White with #B41A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A3A; }
p { color: rgb(180,26,58); }
H1.HeaderClassName
{
color: #B41A3A;
}
.AnyTagClassName
{
color: #B41A3A;
}
</style>
background-color css
<style>
a { background-color: #B41A3A; }
a { background-color: rgb(180,26,58); }
div.DivClassName
{
background-color: #B41A3A;
}
.BgClassName
{
background-color: #B41A3A;
}
</style>
border-color css
<style>
span { border-color: #B41A3A; }
span { border-color: rgb(180,26,58); }
td.TdClassName
{
border-color: #B41A3A;
}
.TagClassName
{
border-color: #B41A3A;
}
</style>