Shades of Cardinal #B9093E
Tints of Cardinal #B9093E
RGB
CMYK
RGB Variations
Color information
#B9093E (or 0xB9093E) is known color: Cardinal. HEX triplet: B9, 09 and 3E. RGB value is (185,9,62). Sum of RGB (Red+Green+Blue) = 185+9+62=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B9093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9093E is #46F6C1. Grayscale: #434343. Windows color (decimal): -4650690 or 4065721. OLE color: 4065721.
HSL color Cylindrical-coordinate representation of color #B9093E: hue angle of 341.93º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9093E is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 9 | 62 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.27 |
| HSL | 341.93º | 0.91% | 0.38% | - |
| HSV(B) | 341.93º | 0.95% | 0.73% | - |
| XYZ | 20.97 | 10.86 | 5.55 | - |
| YUV | 67.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 62 | 0 | 0.95 | 0.66 | 0.27 | 341.93 | 0.91 | 0.38 |
| Hex | B9 | 9 | 3E | 0 | 5F | 42 | 1B | 156 | 5B | 26 |
| Octal | 271 | 11 | 76 | 0 | 137 | 102 | 33 | 526 | 133 | 46 |
| Binary | 10111001 | 1001 | 111110 | 0 | 1011111 | 1000010 | 11011 | 101010110 | 1011011 | 100110 |
Color Harmonies of #B9093E
Complementary color
Monochromatic Colors of #B9093E
Black with #B9093E
Text Example
Text Example
White with #B9093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9093E; }
p { color: rgb(185,9,62); }
H1.HeaderClassName
{
color: #B9093E;
}
.AnyTagClassName
{
color: #B9093E;
}
</style>
background-color css
<style>
a { background-color: #B9093E; }
a { background-color: rgb(185,9,62); }
div.DivClassName
{
background-color: #B9093E;
}
.BgClassName
{
background-color: #B9093E;
}
</style>
border-color css
<style>
span { border-color: #B9093E; }
span { border-color: rgb(185,9,62); }
td.TdClassName
{
border-color: #B9093E;
}
.TagClassName
{
border-color: #B9093E;
}
</style>