Shades of Cardinal #B91640
Tints of Cardinal #B91640
RGB
CMYK
RGB Variations
Color information
#B91640 (or 0xB91640) is known color: Cardinal. HEX triplet: B9, 16 and 40. RGB value is (185,22,64). Sum of RGB (Red+Green+Blue) = 185+22+64=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B91640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91640 is #46E9BF. Grayscale: #4B4B4B. Windows color (decimal): -4647360 or 4200121. OLE color: 4200121.
HSL color Cylindrical-coordinate representation of color #B91640: hue angle of 344.54º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91640 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 64 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.27 |
| HSL | 344.54º | 0.79% | 0.41% | - |
| HSV(B) | 344.54º | 0.88% | 0.73% | - |
| XYZ | 21.22 | 11.26 | 5.91 | - |
| YUV | 75.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 64 | 0 | 0.88 | 0.65 | 0.27 | 344.54 | 0.79 | 0.41 |
| Hex | B9 | 16 | 40 | 0 | 58 | 41 | 1B | 159 | 4F | 29 |
| Octal | 271 | 26 | 100 | 0 | 130 | 101 | 33 | 531 | 117 | 51 |
| Binary | 10111001 | 10110 | 1000000 | 0 | 1011000 | 1000001 | 11011 | 101011001 | 1001111 | 101001 |
Color Harmonies of #B91640
Complementary color
Monochromatic Colors of #B91640
Black with #B91640
Text Example
Text Example
White with #B91640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91640; }
p { color: rgb(185,22,64); }
H1.HeaderClassName
{
color: #B91640;
}
.AnyTagClassName
{
color: #B91640;
}
</style>
background-color css
<style>
a { background-color: #B91640; }
a { background-color: rgb(185,22,64); }
div.DivClassName
{
background-color: #B91640;
}
.BgClassName
{
background-color: #B91640;
}
</style>
border-color css
<style>
span { border-color: #B91640; }
span { border-color: rgb(185,22,64); }
td.TdClassName
{
border-color: #B91640;
}
.TagClassName
{
border-color: #B91640;
}
</style>