Shades of Cardinal #B40944
Tints of Cardinal #B40944
RGB
CMYK
RGB Variations
Color information
#B40944 (or 0xB40944) is known color: Cardinal. HEX triplet: B4, 09 and 44. RGB value is (180,9,68). Sum of RGB (Red+Green+Blue) = 180+9+68=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B40944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40944 is #4BF6BB. Grayscale: #424242. Windows color (decimal): -4978364 or 4458932. OLE color: 4458932.
HSL color Cylindrical-coordinate representation of color #B40944: hue angle of 339.3º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40944 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 68 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.29 |
| HSL | 339.3º | 0.9% | 0.37% | - |
| HSV(B) | 339.3º | 0.95% | 0.71% | - |
| XYZ | 19.96 | 10.32 | 6.41 | - |
| YUV | 66.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 68 | 0 | 0.95 | 0.62 | 0.29 | 339.3 | 0.9 | 0.37 |
| Hex | B4 | 9 | 44 | 0 | 5F | 3E | 1D | 153 | 5A | 25 |
| Octal | 264 | 11 | 104 | 0 | 137 | 76 | 35 | 523 | 132 | 45 |
| Binary | 10110100 | 1001 | 1000100 | 0 | 1011111 | 111110 | 11101 | 101010011 | 1011010 | 100101 |
Color Harmonies of #B40944
Complementary color
Monochromatic Colors of #B40944
Black with #B40944
Text Example
Text Example
White with #B40944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40944; }
p { color: rgb(180,9,68); }
H1.HeaderClassName
{
color: #B40944;
}
.AnyTagClassName
{
color: #B40944;
}
</style>
background-color css
<style>
a { background-color: #B40944; }
a { background-color: rgb(180,9,68); }
div.DivClassName
{
background-color: #B40944;
}
.BgClassName
{
background-color: #B40944;
}
</style>
border-color css
<style>
span { border-color: #B40944; }
span { border-color: rgb(180,9,68); }
td.TdClassName
{
border-color: #B40944;
}
.TagClassName
{
border-color: #B40944;
}
</style>