Shades of Cardinal #B90C2C
Tints of Cardinal #B90C2C
RGB
CMYK
RGB Variations
Color information
#B90C2C (or 0xB90C2C) is known color: Cardinal. HEX triplet: B9, 0C and 2C. RGB value is (185,12,44). Sum of RGB (Red+Green+Blue) = 185+12+44=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C2C is #46F3D3. Grayscale: #434343. Windows color (decimal): -4649940 or 2886841. OLE color: 2886841.
HSL color Cylindrical-coordinate representation of color #B90C2C: hue angle of 348.9º 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 #B90C2C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 44 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.27 |
| HSL | 348.9º | 0.88% | 0.39% | - |
| HSV(B) | 348.9º | 0.94% | 0.73% | - |
| XYZ | 20.59 | 10.76 | 3.37 | - |
| YUV | 67.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 44 | 0 | 0.94 | 0.76 | 0.27 | 348.9 | 0.88 | 0.39 |
| Hex | B9 | C | 2C | 0 | 5E | 4C | 1B | 15D | 58 | 27 |
| Octal | 271 | 14 | 54 | 0 | 136 | 114 | 33 | 535 | 130 | 47 |
| Binary | 10111001 | 1100 | 101100 | 0 | 1011110 | 1001100 | 11011 | 101011101 | 1011000 | 100111 |
Color Harmonies of #B90C2C
Complementary color
Monochromatic Colors of #B90C2C
Black with #B90C2C
Text Example
Text Example
White with #B90C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C2C; }
p { color: rgb(185,12,44); }
H1.HeaderClassName
{
color: #B90C2C;
}
.AnyTagClassName
{
color: #B90C2C;
}
</style>
background-color css
<style>
a { background-color: #B90C2C; }
a { background-color: rgb(185,12,44); }
div.DivClassName
{
background-color: #B90C2C;
}
.BgClassName
{
background-color: #B90C2C;
}
</style>
border-color css
<style>
span { border-color: #B90C2C; }
span { border-color: rgb(185,12,44); }
td.TdClassName
{
border-color: #B90C2C;
}
.TagClassName
{
border-color: #B90C2C;
}
</style>