Shades of Cardinal #B90C48
Tints of Cardinal #B90C48
RGB
CMYK
RGB Variations
Color information
#B90C48 (or 0xB90C48) is known color: Cardinal. HEX triplet: B9, 0C and 48. RGB value is (185,12,72). Sum of RGB (Red+Green+Blue) = 185+12+72=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C48 is #46F3B7. Grayscale: #464646. Windows color (decimal): -4649912 or 4721849. OLE color: 4721849.
HSL color Cylindrical-coordinate representation of color #B90C48: hue angle of 339.19º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C48 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 72 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.27 |
| HSL | 339.19º | 0.88% | 0.39% | - |
| HSV(B) | 339.19º | 0.94% | 0.73% | - |
| XYZ | 21.31 | 11.05 | 7.14 | - |
| YUV | 70.57 | 128.81 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 72 | 0 | 0.94 | 0.61 | 0.27 | 339.19 | 0.88 | 0.39 |
| Hex | B9 | C | 48 | 0 | 5E | 3D | 1B | 153 | 58 | 27 |
| Octal | 271 | 14 | 110 | 0 | 136 | 75 | 33 | 523 | 130 | 47 |
| Binary | 10111001 | 1100 | 1001000 | 0 | 1011110 | 111101 | 11011 | 101010011 | 1011000 | 100111 |
Color Harmonies of #B90C48
Complementary color
Monochromatic Colors of #B90C48
Black with #B90C48
Text Example
Text Example
White with #B90C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C48; }
p { color: rgb(185,12,72); }
H1.HeaderClassName
{
color: #B90C48;
}
.AnyTagClassName
{
color: #B90C48;
}
</style>
background-color css
<style>
a { background-color: #B90C48; }
a { background-color: rgb(185,12,72); }
div.DivClassName
{
background-color: #B90C48;
}
.BgClassName
{
background-color: #B90C48;
}
</style>
border-color css
<style>
span { border-color: #B90C48; }
span { border-color: rgb(185,12,72); }
td.TdClassName
{
border-color: #B90C48;
}
.TagClassName
{
border-color: #B90C48;
}
</style>