Shades of Cardinal #B91043
Tints of Cardinal #B91043
RGB
CMYK
RGB Variations
Color information
#B91043 (or 0xB91043) is known color: Cardinal. HEX triplet: B9, 10 and 43. RGB value is (185,16,67). Sum of RGB (Red+Green+Blue) = 185+16+67=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B91043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91043 is #46EFBC. Grayscale: #484848. Windows color (decimal): -4648893 or 4395193. OLE color: 4395193.
HSL color Cylindrical-coordinate representation of color #B91043: hue angle of 341.89º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91043 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 67 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.27 |
| HSL | 341.89º | 0.84% | 0.39% | - |
| HSV(B) | 341.89º | 0.91% | 0.73% | - |
| XYZ | 21.21 | 11.09 | 6.33 | - |
| YUV | 72.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 67 | 0 | 0.91 | 0.64 | 0.27 | 341.89 | 0.84 | 0.39 |
| Hex | B9 | 10 | 43 | 0 | 5B | 40 | 1B | 156 | 54 | 27 |
| Octal | 271 | 20 | 103 | 0 | 133 | 100 | 33 | 526 | 124 | 47 |
| Binary | 10111001 | 10000 | 1000011 | 0 | 1011011 | 1000000 | 11011 | 101010110 | 1010100 | 100111 |
Color Harmonies of #B91043
Complementary color
Monochromatic Colors of #B91043
Black with #B91043
Text Example
Text Example
White with #B91043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91043; }
p { color: rgb(185,16,67); }
H1.HeaderClassName
{
color: #B91043;
}
.AnyTagClassName
{
color: #B91043;
}
</style>
background-color css
<style>
a { background-color: #B91043; }
a { background-color: rgb(185,16,67); }
div.DivClassName
{
background-color: #B91043;
}
.BgClassName
{
background-color: #B91043;
}
</style>
border-color css
<style>
span { border-color: #B91043; }
span { border-color: rgb(185,16,67); }
td.TdClassName
{
border-color: #B91043;
}
.TagClassName
{
border-color: #B91043;
}
</style>