Shades of Cardinal #B41541
Tints of Cardinal #B41541
RGB
CMYK
RGB Variations
Color information
#B41541 (or 0xB41541) is known color: Cardinal. HEX triplet: B4, 15 and 41. RGB value is (180,21,65). Sum of RGB (Red+Green+Blue) = 180+21+65=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B41541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41541 is #4BEABE. Grayscale: #494949. Windows color (decimal): -4975295 or 4265396. OLE color: 4265396.
HSL color Cylindrical-coordinate representation of color #B41541: hue angle of 343.4º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41541 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 21 | 65 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.29 |
| HSL | 343.4º | 0.79% | 0.39% | - |
| HSV(B) | 343.4º | 0.88% | 0.71% | - |
| XYZ | 20.04 | 10.62 | 5.99 | - |
| YUV | 73.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 65 | 0 | 0.88 | 0.64 | 0.29 | 343.4 | 0.79 | 0.39 |
| Hex | B4 | 15 | 41 | 0 | 58 | 40 | 1D | 157 | 4F | 27 |
| Octal | 264 | 25 | 101 | 0 | 130 | 100 | 35 | 527 | 117 | 47 |
| Binary | 10110100 | 10101 | 1000001 | 0 | 1011000 | 1000000 | 11101 | 101010111 | 1001111 | 100111 |
Color Harmonies of #B41541
Complementary color
Monochromatic Colors of #B41541
Black with #B41541
Text Example
Text Example
White with #B41541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41541; }
p { color: rgb(180,21,65); }
H1.HeaderClassName
{
color: #B41541;
}
.AnyTagClassName
{
color: #B41541;
}
</style>
background-color css
<style>
a { background-color: #B41541; }
a { background-color: rgb(180,21,65); }
div.DivClassName
{
background-color: #B41541;
}
.BgClassName
{
background-color: #B41541;
}
</style>
border-color css
<style>
span { border-color: #B41541; }
span { border-color: rgb(180,21,65); }
td.TdClassName
{
border-color: #B41541;
}
.TagClassName
{
border-color: #B41541;
}
</style>