Shades of Cardinal #B40139
Tints of Cardinal #B40139
RGB
CMYK
RGB Variations
Color information
#B40139 (or 0xB40139) is known color: Cardinal. HEX triplet: B4, 01 and 39. RGB value is (180,1,57). Sum of RGB (Red+Green+Blue) = 180+1+57=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B40139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40139 is #4BFEC6. Grayscale: #3C3C3C. Windows color (decimal): -4980423 or 3735988. OLE color: 3735988.
HSL color Cylindrical-coordinate representation of color #B40139: hue angle of 341.23º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40139 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.29 |
| HSL | 341.23º | 0.99% | 0.35% | - |
| HSV(B) | 341.23º | 0.99% | 0.71% | - |
| XYZ | 19.57 | 10.02 | 4.77 | - |
| YUV | 60.91 | 125.8 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 57 | 0 | 0.99 | 0.68 | 0.29 | 341.23 | 0.99 | 0.35 |
| Hex | B4 | 1 | 39 | 0 | 63 | 44 | 1D | 155 | 63 | 23 |
| Octal | 264 | 1 | 71 | 0 | 143 | 104 | 35 | 525 | 143 | 43 |
| Binary | 10110100 | 1 | 111001 | 0 | 1100011 | 1000100 | 11101 | 101010101 | 1100011 | 100011 |
Color Harmonies of #B40139
Complementary color
Monochromatic Colors of #B40139
Black with #B40139
Text Example
Text Example
White with #B40139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40139; }
p { color: rgb(180,1,57); }
H1.HeaderClassName
{
color: #B40139;
}
.AnyTagClassName
{
color: #B40139;
}
</style>
background-color css
<style>
a { background-color: #B40139; }
a { background-color: rgb(180,1,57); }
div.DivClassName
{
background-color: #B40139;
}
.BgClassName
{
background-color: #B40139;
}
</style>
border-color css
<style>
span { border-color: #B40139; }
span { border-color: rgb(180,1,57); }
td.TdClassName
{
border-color: #B40139;
}
.TagClassName
{
border-color: #B40139;
}
</style>