Shades of Cardinal #B40B2D
Tints of Cardinal #B40B2D
RGB
CMYK
RGB Variations
Color information
#B40B2D (or 0xB40B2D) is known color: Cardinal. HEX triplet: B4, 0B and 2D. RGB value is (180,11,45). Sum of RGB (Red+Green+Blue) = 180+11+45=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B2D is #4BF4D2. Grayscale: #414141. Windows color (decimal): -4977875 or 2952116. OLE color: 2952116.
HSL color Cylindrical-coordinate representation of color #B40B2D: hue angle of 347.93º 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 #B40B2D is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.29 |
| HSL | 347.93º | 0.88% | 0.37% | - |
| HSV(B) | 347.93º | 0.94% | 0.71% | - |
| XYZ | 19.42 | 10.13 | 3.41 | - |
| YUV | 65.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 45 | 0 | 0.94 | 0.75 | 0.29 | 347.93 | 0.88 | 0.37 |
| Hex | B4 | B | 2D | 0 | 5E | 4B | 1D | 15C | 58 | 25 |
| Octal | 264 | 13 | 55 | 0 | 136 | 113 | 35 | 534 | 130 | 45 |
| Binary | 10110100 | 1011 | 101101 | 0 | 1011110 | 1001011 | 11101 | 101011100 | 1011000 | 100101 |
Color Harmonies of #B40B2D
Complementary color
Monochromatic Colors of #B40B2D
Black with #B40B2D
Text Example
Text Example
White with #B40B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B2D; }
p { color: rgb(180,11,45); }
H1.HeaderClassName
{
color: #B40B2D;
}
.AnyTagClassName
{
color: #B40B2D;
}
</style>
background-color css
<style>
a { background-color: #B40B2D; }
a { background-color: rgb(180,11,45); }
div.DivClassName
{
background-color: #B40B2D;
}
.BgClassName
{
background-color: #B40B2D;
}
</style>
border-color css
<style>
span { border-color: #B40B2D; }
span { border-color: rgb(180,11,45); }
td.TdClassName
{
border-color: #B40B2D;
}
.TagClassName
{
border-color: #B40B2D;
}
</style>