Shades of Cardinal #B40239
Tints of Cardinal #B40239
RGB
CMYK
RGB Variations
Color information
#B40239 (or 0xB40239) is known color: Cardinal. HEX triplet: B4, 02 and 39. RGB value is (180,2,57). Sum of RGB (Red+Green+Blue) = 180+2+57=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B40239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40239 is #4BFDC6. Grayscale: #3D3D3D. Windows color (decimal): -4980167 or 3736244. OLE color: 3736244.
HSL color Cylindrical-coordinate representation of color #B40239: hue angle of 341.46º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40239 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.29 |
| HSL | 341.46º | 0.98% | 0.36% | - |
| HSV(B) | 341.46º | 0.99% | 0.71% | - |
| XYZ | 19.58 | 10.04 | 4.78 | - |
| YUV | 61.49 | 125.47 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 57 | 0 | 0.99 | 0.68 | 0.29 | 341.46 | 0.98 | 0.36 |
| Hex | B4 | 2 | 39 | 0 | 63 | 44 | 1D | 155 | 62 | 24 |
| Octal | 264 | 2 | 71 | 0 | 143 | 104 | 35 | 525 | 142 | 44 |
| Binary | 10110100 | 10 | 111001 | 0 | 1100011 | 1000100 | 11101 | 101010101 | 1100010 | 100100 |
Color Harmonies of #B40239
Complementary color
Monochromatic Colors of #B40239
Black with #B40239
Text Example
Text Example
White with #B40239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40239; }
p { color: rgb(180,2,57); }
H1.HeaderClassName
{
color: #B40239;
}
.AnyTagClassName
{
color: #B40239;
}
</style>
background-color css
<style>
a { background-color: #B40239; }
a { background-color: rgb(180,2,57); }
div.DivClassName
{
background-color: #B40239;
}
.BgClassName
{
background-color: #B40239;
}
</style>
border-color css
<style>
span { border-color: #B40239; }
span { border-color: rgb(180,2,57); }
td.TdClassName
{
border-color: #B40239;
}
.TagClassName
{
border-color: #B40239;
}
</style>