Shades of Cardinal #B90D4B
Tints of Cardinal #B90D4B
RGB
CMYK
RGB Variations
Color information
#B90D4B (or 0xB90D4B) is known color: Cardinal. HEX triplet: B9, 0D and 4B. RGB value is (185,13,75). Sum of RGB (Red+Green+Blue) = 185+13+75=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90D4B is #46F2B4. Grayscale: #474747. Windows color (decimal): -4649653 or 4918713. OLE color: 4918713.
HSL color Cylindrical-coordinate representation of color #B90D4B: hue angle of 338.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D4B is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 75 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.27 |
| HSL | 338.37º | 0.87% | 0.39% | - |
| HSV(B) | 338.37º | 0.93% | 0.73% | - |
| XYZ | 21.42 | 11.11 | 7.67 | - |
| YUV | 71.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 75 | 0 | 0.93 | 0.59 | 0.27 | 338.37 | 0.87 | 0.39 |
| Hex | B9 | D | 4B | 0 | 5D | 3B | 1B | 152 | 57 | 27 |
| Octal | 271 | 15 | 113 | 0 | 135 | 73 | 33 | 522 | 127 | 47 |
| Binary | 10111001 | 1101 | 1001011 | 0 | 1011101 | 111011 | 11011 | 101010010 | 1010111 | 100111 |
Color Harmonies of #B90D4B
Complementary color
Monochromatic Colors of #B90D4B
Black with #B90D4B
Text Example
Text Example
White with #B90D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90D4B; }
p { color: rgb(185,13,75); }
H1.HeaderClassName
{
color: #B90D4B;
}
.AnyTagClassName
{
color: #B90D4B;
}
</style>
background-color css
<style>
a { background-color: #B90D4B; }
a { background-color: rgb(185,13,75); }
div.DivClassName
{
background-color: #B90D4B;
}
.BgClassName
{
background-color: #B90D4B;
}
</style>
border-color css
<style>
span { border-color: #B90D4B; }
span { border-color: rgb(185,13,75); }
td.TdClassName
{
border-color: #B90D4B;
}
.TagClassName
{
border-color: #B90D4B;
}
</style>