Shades of Cardinal #B90C42
Tints of Cardinal #B90C42
RGB
CMYK
RGB Variations
Color information
#B90C42 (or 0xB90C42) is known color: Cardinal. HEX triplet: B9, 0C and 42. RGB value is (185,12,66). Sum of RGB (Red+Green+Blue) = 185+12+66=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C42 is #46F3BD. Grayscale: #454545. Windows color (decimal): -4649918 or 4328633. OLE color: 4328633.
HSL color Cylindrical-coordinate representation of color #B90C42: hue angle of 341.27º 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 #B90C42 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 66 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.27 |
| HSL | 341.27º | 0.88% | 0.39% | - |
| HSV(B) | 341.27º | 0.94% | 0.73% | - |
| XYZ | 21.12 | 10.97 | 6.16 | - |
| YUV | 69.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 66 | 0 | 0.94 | 0.64 | 0.27 | 341.27 | 0.88 | 0.39 |
| Hex | B9 | C | 42 | 0 | 5E | 40 | 1B | 155 | 58 | 27 |
| Octal | 271 | 14 | 102 | 0 | 136 | 100 | 33 | 525 | 130 | 47 |
| Binary | 10111001 | 1100 | 1000010 | 0 | 1011110 | 1000000 | 11011 | 101010101 | 1011000 | 100111 |
Color Harmonies of #B90C42
Complementary color
Monochromatic Colors of #B90C42
Black with #B90C42
Text Example
Text Example
White with #B90C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C42; }
p { color: rgb(185,12,66); }
H1.HeaderClassName
{
color: #B90C42;
}
.AnyTagClassName
{
color: #B90C42;
}
</style>
background-color css
<style>
a { background-color: #B90C42; }
a { background-color: rgb(185,12,66); }
div.DivClassName
{
background-color: #B90C42;
}
.BgClassName
{
background-color: #B90C42;
}
</style>
border-color css
<style>
span { border-color: #B90C42; }
span { border-color: rgb(185,12,66); }
td.TdClassName
{
border-color: #B90C42;
}
.TagClassName
{
border-color: #B90C42;
}
</style>