Shades of Cardinal #B40039
Tints of Cardinal #B40039
RGB
CMYK
RGB Variations
Color information
#B40039 (or 0xB40039) is known color: Cardinal. HEX triplet: B4, 00 and 39. RGB value is (180,0,57). Sum of RGB (Red+Green+Blue) = 180+0+57=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40039 is #4BFFC6. Grayscale: #3C3C3C. Windows color (decimal): -4980679 or 3735732. OLE color: 3735732.
HSL color Cylindrical-coordinate representation of color #B40039: hue angle of 341º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40039 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.68 | 0.29 |
| HSL | 341º | 1% | 0.35% | - |
| HSV(B) | 341º | 1% | 0.71% | - |
| XYZ | 19.56 | 10 | 4.77 | - |
| YUV | 60.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 57 | 0 | 1 | 0.68 | 0.29 | 341 | 1 | 0.35 |
| Hex | B4 | 0 | 39 | 0 | 64 | 44 | 1D | 155 | 64 | 23 |
| Octal | 264 | 0 | 71 | 0 | 144 | 104 | 35 | 525 | 144 | 43 |
| Binary | 10110100 | 0 | 111001 | 0 | 1100100 | 1000100 | 11101 | 101010101 | 1100100 | 100011 |
Color Harmonies of #B40039
Complementary color
Monochromatic Colors of #B40039
Black with #B40039
Text Example
Text Example
White with #B40039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40039; }
p { color: rgb(180,0,57); }
H1.HeaderClassName
{
color: #B40039;
}
.AnyTagClassName
{
color: #B40039;
}
</style>
background-color css
<style>
a { background-color: #B40039; }
a { background-color: rgb(180,0,57); }
div.DivClassName
{
background-color: #B40039;
}
.BgClassName
{
background-color: #B40039;
}
</style>
border-color css
<style>
span { border-color: #B40039; }
span { border-color: rgb(180,0,57); }
td.TdClassName
{
border-color: #B40039;
}
.TagClassName
{
border-color: #B40039;
}
</style>