Shades of Cardinal #B91030
Tints of Cardinal #B91030
RGB
CMYK
RGB Variations
Color information
#B91030 (or 0xB91030) is known color: Cardinal. HEX triplet: B9, 10 and 30. RGB value is (185,16,48). Sum of RGB (Red+Green+Blue) = 185+16+48=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B91030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91030 is #46EFCF. Grayscale: #464646. Windows color (decimal): -4648912 or 3150009. OLE color: 3150009.
HSL color Cylindrical-coordinate representation of color #B91030: hue angle of 348.64º 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 #B91030 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 48 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.27 |
| HSL | 348.64º | 0.84% | 0.39% | - |
| HSV(B) | 348.64º | 0.91% | 0.73% | - |
| XYZ | 20.73 | 10.9 | 3.81 | - |
| YUV | 70.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 48 | 0 | 0.91 | 0.74 | 0.27 | 348.64 | 0.84 | 0.39 |
| Hex | B9 | 10 | 30 | 0 | 5B | 4A | 1B | 15D | 54 | 27 |
| Octal | 271 | 20 | 60 | 0 | 133 | 112 | 33 | 535 | 124 | 47 |
| Binary | 10111001 | 10000 | 110000 | 0 | 1011011 | 1001010 | 11011 | 101011101 | 1010100 | 100111 |
Color Harmonies of #B91030
Complementary color
Monochromatic Colors of #B91030
Black with #B91030
Text Example
Text Example
White with #B91030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91030; }
p { color: rgb(185,16,48); }
H1.HeaderClassName
{
color: #B91030;
}
.AnyTagClassName
{
color: #B91030;
}
</style>
background-color css
<style>
a { background-color: #B91030; }
a { background-color: rgb(185,16,48); }
div.DivClassName
{
background-color: #B91030;
}
.BgClassName
{
background-color: #B91030;
}
</style>
border-color css
<style>
span { border-color: #B91030; }
span { border-color: rgb(185,16,48); }
td.TdClassName
{
border-color: #B91030;
}
.TagClassName
{
border-color: #B91030;
}
</style>