Shades of Cardinal #B40141
Tints of Cardinal #B40141
RGB
CMYK
RGB Variations
Color information
#B40141 (or 0xB40141) is known color: Cardinal. HEX triplet: B4, 01 and 41. RGB value is (180,1,65). Sum of RGB (Red+Green+Blue) = 180+1+65=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B40141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40141 is #4BFEBE. Grayscale: #3D3D3D. Windows color (decimal): -4980415 or 4260276. OLE color: 4260276.
HSL color Cylindrical-coordinate representation of color #B40141: hue angle of 338.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40141 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.29 |
| HSL | 338.55º | 0.99% | 0.35% | - |
| HSV(B) | 338.55º | 0.99% | 0.71% | - |
| XYZ | 19.79 | 10.11 | 5.91 | - |
| YUV | 61.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 65 | 0 | 0.99 | 0.64 | 0.29 | 338.55 | 0.99 | 0.35 |
| Hex | B4 | 1 | 41 | 0 | 63 | 40 | 1D | 153 | 63 | 23 |
| Octal | 264 | 1 | 101 | 0 | 143 | 100 | 35 | 523 | 143 | 43 |
| Binary | 10110100 | 1 | 1000001 | 0 | 1100011 | 1000000 | 11101 | 101010011 | 1100011 | 100011 |
Color Harmonies of #B40141
Complementary color
Monochromatic Colors of #B40141
Black with #B40141
Text Example
Text Example
White with #B40141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40141; }
p { color: rgb(180,1,65); }
H1.HeaderClassName
{
color: #B40141;
}
.AnyTagClassName
{
color: #B40141;
}
</style>
background-color css
<style>
a { background-color: #B40141; }
a { background-color: rgb(180,1,65); }
div.DivClassName
{
background-color: #B40141;
}
.BgClassName
{
background-color: #B40141;
}
</style>
border-color css
<style>
span { border-color: #B40141; }
span { border-color: rgb(180,1,65); }
td.TdClassName
{
border-color: #B40141;
}
.TagClassName
{
border-color: #B40141;
}
</style>