Shades of Cardinal #B40D2A
Tints of Cardinal #B40D2A
RGB
CMYK
RGB Variations
Color information
#B40D2A (or 0xB40D2A) is known color: Cardinal. HEX triplet: B4, 0D and 2A. RGB value is (180,13,42). Sum of RGB (Red+Green+Blue) = 180+13+42=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D2A is #4BF2D5. Grayscale: #424242. Windows color (decimal): -4977366 or 2756020. OLE color: 2756020.
HSL color Cylindrical-coordinate representation of color #B40D2A: hue angle of 349.58º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40D2A is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 42 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.29 |
| HSL | 349.58º | 0.87% | 0.38% | - |
| HSV(B) | 349.58º | 0.93% | 0.71% | - |
| XYZ | 19.38 | 10.16 | 3.13 | - |
| YUV | 66.24 | 114.33 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 42 | 0 | 0.93 | 0.77 | 0.29 | 349.58 | 0.87 | 0.38 |
| Hex | B4 | D | 2A | 0 | 5D | 4D | 1D | 15E | 57 | 26 |
| Octal | 264 | 15 | 52 | 0 | 135 | 115 | 35 | 536 | 127 | 46 |
| Binary | 10110100 | 1101 | 101010 | 0 | 1011101 | 1001101 | 11101 | 101011110 | 1010111 | 100110 |
Color Harmonies of #B40D2A
Complementary color
Monochromatic Colors of #B40D2A
Black with #B40D2A
Text Example
Text Example
White with #B40D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40D2A; }
p { color: rgb(180,13,42); }
H1.HeaderClassName
{
color: #B40D2A;
}
.AnyTagClassName
{
color: #B40D2A;
}
</style>
background-color css
<style>
a { background-color: #B40D2A; }
a { background-color: rgb(180,13,42); }
div.DivClassName
{
background-color: #B40D2A;
}
.BgClassName
{
background-color: #B40D2A;
}
</style>
border-color css
<style>
span { border-color: #B40D2A; }
span { border-color: rgb(180,13,42); }
td.TdClassName
{
border-color: #B40D2A;
}
.TagClassName
{
border-color: #B40D2A;
}
</style>