Shades of Cardinal #B40B3E
Tints of Cardinal #B40B3E
RGB
CMYK
RGB Variations
Color information
#B40B3E (or 0xB40B3E) is known color: Cardinal. HEX triplet: B4, 0B and 3E. RGB value is (180,11,62). Sum of RGB (Red+Green+Blue) = 180+11+62=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B3E is #4BF4C1. Grayscale: #434343. Windows color (decimal): -4977858 or 4066228. OLE color: 4066228.
HSL color Cylindrical-coordinate representation of color #B40B3E: hue angle of 341.89º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B3E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 62 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.29 |
| HSL | 341.89º | 0.88% | 0.37% | - |
| HSV(B) | 341.89º | 0.94% | 0.71% | - |
| XYZ | 19.81 | 10.29 | 5.5 | - |
| YUV | 67.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 62 | 0 | 0.94 | 0.66 | 0.29 | 341.89 | 0.88 | 0.37 |
| Hex | B4 | B | 3E | 0 | 5E | 42 | 1D | 156 | 58 | 25 |
| Octal | 264 | 13 | 76 | 0 | 136 | 102 | 35 | 526 | 130 | 45 |
| Binary | 10110100 | 1011 | 111110 | 0 | 1011110 | 1000010 | 11101 | 101010110 | 1011000 | 100101 |
Color Harmonies of #B40B3E
Complementary color
Monochromatic Colors of #B40B3E
Black with #B40B3E
Text Example
Text Example
White with #B40B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B3E; }
p { color: rgb(180,11,62); }
H1.HeaderClassName
{
color: #B40B3E;
}
.AnyTagClassName
{
color: #B40B3E;
}
</style>
background-color css
<style>
a { background-color: #B40B3E; }
a { background-color: rgb(180,11,62); }
div.DivClassName
{
background-color: #B40B3E;
}
.BgClassName
{
background-color: #B40B3E;
}
</style>
border-color css
<style>
span { border-color: #B40B3E; }
span { border-color: rgb(180,11,62); }
td.TdClassName
{
border-color: #B40B3E;
}
.TagClassName
{
border-color: #B40B3E;
}
</style>