Shades of Cardinal #B81041
Tints of Cardinal #B81041
RGB
CMYK
RGB Variations
Color information
#B81041 (or 0xB81041) is known color: Cardinal. HEX triplet: B8, 10 and 41. RGB value is (184,16,65). Sum of RGB (Red+Green+Blue) = 184+16+65=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B81041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81041 is #47EFBE. Grayscale: #474747. Windows color (decimal): -4714431 or 4264120. OLE color: 4264120.
HSL color Cylindrical-coordinate representation of color #B81041: hue angle of 342.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81041 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 65 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.28 |
| HSL | 342.5º | 0.84% | 0.39% | - |
| HSV(B) | 342.5º | 0.91% | 0.72% | - |
| XYZ | 20.91 | 10.94 | 6.01 | - |
| YUV | 71.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 65 | 0 | 0.91 | 0.65 | 0.28 | 342.5 | 0.84 | 0.39 |
| Hex | B8 | 10 | 41 | 0 | 5B | 41 | 1C | 156 | 54 | 27 |
| Octal | 270 | 20 | 101 | 0 | 133 | 101 | 34 | 526 | 124 | 47 |
| Binary | 10111000 | 10000 | 1000001 | 0 | 1011011 | 1000001 | 11100 | 101010110 | 1010100 | 100111 |
Color Harmonies of #B81041
Complementary color
Monochromatic Colors of #B81041
Black with #B81041
Text Example
Text Example
White with #B81041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81041; }
p { color: rgb(184,16,65); }
H1.HeaderClassName
{
color: #B81041;
}
.AnyTagClassName
{
color: #B81041;
}
</style>
background-color css
<style>
a { background-color: #B81041; }
a { background-color: rgb(184,16,65); }
div.DivClassName
{
background-color: #B81041;
}
.BgClassName
{
background-color: #B81041;
}
</style>
border-color css
<style>
span { border-color: #B81041; }
span { border-color: rgb(184,16,65); }
td.TdClassName
{
border-color: #B81041;
}
.TagClassName
{
border-color: #B81041;
}
</style>