Shades of Cardinal #B90E32
Tints of Cardinal #B90E32
RGB
CMYK
RGB Variations
Color information
#B90E32 (or 0xB90E32) is known color: Cardinal. HEX triplet: B9, 0E and 32. RGB value is (185,14,50). Sum of RGB (Red+Green+Blue) = 185+14+50=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E32 is #46F1CD. Grayscale: #454545. Windows color (decimal): -4649422 or 3280569. OLE color: 3280569.
HSL color Cylindrical-coordinate representation of color #B90E32: hue angle of 347.37º 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 #B90E32 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 50 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.27 |
| HSL | 347.37º | 0.86% | 0.39% | - |
| HSV(B) | 347.37º | 0.92% | 0.73% | - |
| XYZ | 20.74 | 10.86 | 4.02 | - |
| YUV | 69.23 | 117.15 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 50 | 0 | 0.92 | 0.73 | 0.27 | 347.37 | 0.86 | 0.39 |
| Hex | B9 | E | 32 | 0 | 5C | 49 | 1B | 15B | 56 | 27 |
| Octal | 271 | 16 | 62 | 0 | 134 | 111 | 33 | 533 | 126 | 47 |
| Binary | 10111001 | 1110 | 110010 | 0 | 1011100 | 1001001 | 11011 | 101011011 | 1010110 | 100111 |
Color Harmonies of #B90E32
Complementary color
Monochromatic Colors of #B90E32
Black with #B90E32
Text Example
Text Example
White with #B90E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E32; }
p { color: rgb(185,14,50); }
H1.HeaderClassName
{
color: #B90E32;
}
.AnyTagClassName
{
color: #B90E32;
}
</style>
background-color css
<style>
a { background-color: #B90E32; }
a { background-color: rgb(185,14,50); }
div.DivClassName
{
background-color: #B90E32;
}
.BgClassName
{
background-color: #B90E32;
}
</style>
border-color css
<style>
span { border-color: #B90E32; }
span { border-color: rgb(185,14,50); }
td.TdClassName
{
border-color: #B90E32;
}
.TagClassName
{
border-color: #B90E32;
}
</style>