Shades of Cardinal #B40B2E
Tints of Cardinal #B40B2E
RGB
CMYK
RGB Variations
Color information
#B40B2E (or 0xB40B2E) is known color: Cardinal. HEX triplet: B4, 0B and 2E. RGB value is (180,11,46). Sum of RGB (Red+Green+Blue) = 180+11+46=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B2E is #4BF4D1. Grayscale: #414141. Windows color (decimal): -4977874 or 3017652. OLE color: 3017652.
HSL color Cylindrical-coordinate representation of color #B40B2E: hue angle of 347.57º 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 #B40B2E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 46 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.29 |
| HSL | 347.57º | 0.88% | 0.37% | - |
| HSV(B) | 347.57º | 0.94% | 0.71% | - |
| XYZ | 19.44 | 10.14 | 3.52 | - |
| YUV | 65.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 46 | 0 | 0.94 | 0.74 | 0.29 | 347.57 | 0.88 | 0.37 |
| Hex | B4 | B | 2E | 0 | 5E | 4A | 1D | 15C | 58 | 25 |
| Octal | 264 | 13 | 56 | 0 | 136 | 112 | 35 | 534 | 130 | 45 |
| Binary | 10110100 | 1011 | 101110 | 0 | 1011110 | 1001010 | 11101 | 101011100 | 1011000 | 100101 |
Color Harmonies of #B40B2E
Complementary color
Monochromatic Colors of #B40B2E
Black with #B40B2E
Text Example
Text Example
White with #B40B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B2E; }
p { color: rgb(180,11,46); }
H1.HeaderClassName
{
color: #B40B2E;
}
.AnyTagClassName
{
color: #B40B2E;
}
</style>
background-color css
<style>
a { background-color: #B40B2E; }
a { background-color: rgb(180,11,46); }
div.DivClassName
{
background-color: #B40B2E;
}
.BgClassName
{
background-color: #B40B2E;
}
</style>
border-color css
<style>
span { border-color: #B40B2E; }
span { border-color: rgb(180,11,46); }
td.TdClassName
{
border-color: #B40B2E;
}
.TagClassName
{
border-color: #B40B2E;
}
</style>