Shades of Cardinal #B91B28
Tints of Cardinal #B91B28
RGB
CMYK
RGB Variations
Color information
#B91B28 (or 0xB91B28) is known color: Cardinal. HEX triplet: B9, 1B and 28. RGB value is (185,27,40). Sum of RGB (Red+Green+Blue) = 185+27+40=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B28 is #46E4D7. Grayscale: #4B4B4B. Windows color (decimal): -4646104 or 2628537. OLE color: 2628537.
HSL color Cylindrical-coordinate representation of color #B91B28: hue angle of 355.06º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B28 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 40 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.27 |
| HSL | 355.06º | 0.75% | 0.42% | - |
| HSV(B) | 355.06º | 0.85% | 0.73% | - |
| XYZ | 20.78 | 11.25 | 3.08 | - |
| YUV | 75.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 40 | 0 | 0.85 | 0.78 | 0.27 | 355.06 | 0.75 | 0.42 |
| Hex | B9 | 1B | 28 | 0 | 55 | 4E | 1B | 163 | 4B | 2A |
| Octal | 271 | 33 | 50 | 0 | 125 | 116 | 33 | 543 | 113 | 52 |
| Binary | 10111001 | 11011 | 101000 | 0 | 1010101 | 1001110 | 11011 | 101100011 | 1001011 | 101010 |
Color Harmonies of #B91B28
Complementary color
Monochromatic Colors of #B91B28
Black with #B91B28
Text Example
Text Example
White with #B91B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B28; }
p { color: rgb(185,27,40); }
H1.HeaderClassName
{
color: #B91B28;
}
.AnyTagClassName
{
color: #B91B28;
}
</style>
background-color css
<style>
a { background-color: #B91B28; }
a { background-color: rgb(185,27,40); }
div.DivClassName
{
background-color: #B91B28;
}
.BgClassName
{
background-color: #B91B28;
}
</style>
border-color css
<style>
span { border-color: #B91B28; }
span { border-color: rgb(185,27,40); }
td.TdClassName
{
border-color: #B91B28;
}
.TagClassName
{
border-color: #B91B28;
}
</style>