Shades of Cardinal #B90E2F
Tints of Cardinal #B90E2F
RGB
CMYK
RGB Variations
Color information
#B90E2F (or 0xB90E2F) is known color: Cardinal. HEX triplet: B9, 0E and 2F. RGB value is (185,14,47). Sum of RGB (Red+Green+Blue) = 185+14+47=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E2F is #46F1D0. Grayscale: #444444. Windows color (decimal): -4649425 or 3083961. OLE color: 3083961.
HSL color Cylindrical-coordinate representation of color #B90E2F: hue angle of 348.42º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E2F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 47 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.27 |
| HSL | 348.42º | 0.86% | 0.39% | - |
| HSV(B) | 348.42º | 0.92% | 0.73% | - |
| XYZ | 20.68 | 10.83 | 3.69 | - |
| YUV | 68.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 47 | 0 | 0.92 | 0.75 | 0.27 | 348.42 | 0.86 | 0.39 |
| Hex | B9 | E | 2F | 0 | 5C | 4B | 1B | 15C | 56 | 27 |
| Octal | 271 | 16 | 57 | 0 | 134 | 113 | 33 | 534 | 126 | 47 |
| Binary | 10111001 | 1110 | 101111 | 0 | 1011100 | 1001011 | 11011 | 101011100 | 1010110 | 100111 |
Color Harmonies of #B90E2F
Complementary color
Monochromatic Colors of #B90E2F
Black with #B90E2F
Text Example
Text Example
White with #B90E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E2F; }
p { color: rgb(185,14,47); }
H1.HeaderClassName
{
color: #B90E2F;
}
.AnyTagClassName
{
color: #B90E2F;
}
</style>
background-color css
<style>
a { background-color: #B90E2F; }
a { background-color: rgb(185,14,47); }
div.DivClassName
{
background-color: #B90E2F;
}
.BgClassName
{
background-color: #B90E2F;
}
</style>
border-color css
<style>
span { border-color: #B90E2F; }
span { border-color: rgb(185,14,47); }
td.TdClassName
{
border-color: #B90E2F;
}
.TagClassName
{
border-color: #B90E2F;
}
</style>