Shades of Cardinal #B40A41
Tints of Cardinal #B40A41
RGB
CMYK
RGB Variations
Color information
#B40A41 (or 0xB40A41) is known color: Cardinal. HEX triplet: B4, 0A and 41. RGB value is (180,10,65). Sum of RGB (Red+Green+Blue) = 180+10+65=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A41 is #4BF5BE. Grayscale: #434343. Windows color (decimal): -4978111 or 4262580. OLE color: 4262580.
HSL color Cylindrical-coordinate representation of color #B40A41: hue angle of 340.59º degrees, saturation: 0.89, 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 #B40A41 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 65 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.29 |
| HSL | 340.59º | 0.89% | 0.37% | - |
| HSV(B) | 340.59º | 0.94% | 0.71% | - |
| XYZ | 19.89 | 10.3 | 5.94 | - |
| YUV | 67.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 65 | 0 | 0.94 | 0.64 | 0.29 | 340.59 | 0.89 | 0.37 |
| Hex | B4 | A | 41 | 0 | 5E | 40 | 1D | 155 | 59 | 25 |
| Octal | 264 | 12 | 101 | 0 | 136 | 100 | 35 | 525 | 131 | 45 |
| Binary | 10110100 | 1010 | 1000001 | 0 | 1011110 | 1000000 | 11101 | 101010101 | 1011001 | 100101 |
Color Harmonies of #B40A41
Complementary color
Monochromatic Colors of #B40A41
Black with #B40A41
Text Example
Text Example
White with #B40A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A41; }
p { color: rgb(180,10,65); }
H1.HeaderClassName
{
color: #B40A41;
}
.AnyTagClassName
{
color: #B40A41;
}
</style>
background-color css
<style>
a { background-color: #B40A41; }
a { background-color: rgb(180,10,65); }
div.DivClassName
{
background-color: #B40A41;
}
.BgClassName
{
background-color: #B40A41;
}
</style>
border-color css
<style>
span { border-color: #B40A41; }
span { border-color: rgb(180,10,65); }
td.TdClassName
{
border-color: #B40A41;
}
.TagClassName
{
border-color: #B40A41;
}
</style>