Shades of Cardinal #B40F43
Tints of Cardinal #B40F43
RGB
CMYK
RGB Variations
Color information
#B40F43 (or 0xB40F43) is known color: Cardinal. HEX triplet: B4, 0F and 43. RGB value is (180,15,67). Sum of RGB (Red+Green+Blue) = 180+15+67=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F43 is #4BF0BC. Grayscale: #464646. Windows color (decimal): -4976829 or 4394932. OLE color: 4394932.
HSL color Cylindrical-coordinate representation of color #B40F43: hue angle of 341.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F43 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 67 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.29 |
| HSL | 341.09º | 0.85% | 0.38% | - |
| HSV(B) | 341.09º | 0.92% | 0.71% | - |
| XYZ | 20.01 | 10.45 | 6.27 | - |
| YUV | 70.26 | 126.16 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 67 | 0 | 0.92 | 0.63 | 0.29 | 341.09 | 0.85 | 0.38 |
| Hex | B4 | F | 43 | 0 | 5C | 3F | 1D | 155 | 55 | 26 |
| Octal | 264 | 17 | 103 | 0 | 134 | 77 | 35 | 525 | 125 | 46 |
| Binary | 10110100 | 1111 | 1000011 | 0 | 1011100 | 111111 | 11101 | 101010101 | 1010101 | 100110 |
Color Harmonies of #B40F43
Complementary color
Monochromatic Colors of #B40F43
Black with #B40F43
Text Example
Text Example
White with #B40F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F43; }
p { color: rgb(180,15,67); }
H1.HeaderClassName
{
color: #B40F43;
}
.AnyTagClassName
{
color: #B40F43;
}
</style>
background-color css
<style>
a { background-color: #B40F43; }
a { background-color: rgb(180,15,67); }
div.DivClassName
{
background-color: #B40F43;
}
.BgClassName
{
background-color: #B40F43;
}
</style>
border-color css
<style>
span { border-color: #B40F43; }
span { border-color: rgb(180,15,67); }
td.TdClassName
{
border-color: #B40F43;
}
.TagClassName
{
border-color: #B40F43;
}
</style>