Shades of Cardinal #B40631
Tints of Cardinal #B40631
RGB
CMYK
RGB Variations
Color information
#B40631 (or 0xB40631) is known color: Cardinal. HEX triplet: B4, 06 and 31. RGB value is (180,6,49). Sum of RGB (Red+Green+Blue) = 180+6+49=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B40631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40631 is #4BF9CE. Grayscale: #3E3E3E. Windows color (decimal): -4979151 or 3212980. OLE color: 3212980.
HSL color Cylindrical-coordinate representation of color #B40631: hue angle of 345.17º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40631 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.29 |
| HSL | 345.17º | 0.94% | 0.36% | - |
| HSV(B) | 345.17º | 0.97% | 0.71% | - |
| XYZ | 19.44 | 10.06 | 3.82 | - |
| YUV | 62.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 49 | 0 | 0.97 | 0.73 | 0.29 | 345.17 | 0.94 | 0.36 |
| Hex | B4 | 6 | 31 | 0 | 61 | 49 | 1D | 159 | 5E | 24 |
| Octal | 264 | 6 | 61 | 0 | 141 | 111 | 35 | 531 | 136 | 44 |
| Binary | 10110100 | 110 | 110001 | 0 | 1100001 | 1001001 | 11101 | 101011001 | 1011110 | 100100 |
Color Harmonies of #B40631
Complementary color
Monochromatic Colors of #B40631
Black with #B40631
Text Example
Text Example
White with #B40631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40631; }
p { color: rgb(180,6,49); }
H1.HeaderClassName
{
color: #B40631;
}
.AnyTagClassName
{
color: #B40631;
}
</style>
background-color css
<style>
a { background-color: #B40631; }
a { background-color: rgb(180,6,49); }
div.DivClassName
{
background-color: #B40631;
}
.BgClassName
{
background-color: #B40631;
}
</style>
border-color css
<style>
span { border-color: #B40631; }
span { border-color: rgb(180,6,49); }
td.TdClassName
{
border-color: #B40631;
}
.TagClassName
{
border-color: #B40631;
}
</style>