Shades of Cardinal #B91032
Tints of Cardinal #B91032
RGB
CMYK
RGB Variations
Color information
#B91032 (or 0xB91032) is known color: Cardinal. HEX triplet: B9, 10 and 32. RGB value is (185,16,50). Sum of RGB (Red+Green+Blue) = 185+16+50=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B91032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91032 is #46EFCD. Grayscale: #464646. Windows color (decimal): -4648910 or 3281081. OLE color: 3281081.
HSL color Cylindrical-coordinate representation of color #B91032: hue angle of 347.93º 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 #B91032 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 50 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.27 |
| HSL | 347.93º | 0.84% | 0.39% | - |
| HSV(B) | 347.93º | 0.91% | 0.73% | - |
| XYZ | 20.77 | 10.92 | 4.03 | - |
| YUV | 70.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 50 | 0 | 0.91 | 0.73 | 0.27 | 347.93 | 0.84 | 0.39 |
| Hex | B9 | 10 | 32 | 0 | 5B | 49 | 1B | 15C | 54 | 27 |
| Octal | 271 | 20 | 62 | 0 | 133 | 111 | 33 | 534 | 124 | 47 |
| Binary | 10111001 | 10000 | 110010 | 0 | 1011011 | 1001001 | 11011 | 101011100 | 1010100 | 100111 |
Color Harmonies of #B91032
Complementary color
Monochromatic Colors of #B91032
Black with #B91032
Text Example
Text Example
White with #B91032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91032; }
p { color: rgb(185,16,50); }
H1.HeaderClassName
{
color: #B91032;
}
.AnyTagClassName
{
color: #B91032;
}
</style>
background-color css
<style>
a { background-color: #B91032; }
a { background-color: rgb(185,16,50); }
div.DivClassName
{
background-color: #B91032;
}
.BgClassName
{
background-color: #B91032;
}
</style>
border-color css
<style>
span { border-color: #B91032; }
span { border-color: rgb(185,16,50); }
td.TdClassName
{
border-color: #B91032;
}
.TagClassName
{
border-color: #B91032;
}
</style>