Shades of Cardinal #B9092D
Tints of Cardinal #B9092D
RGB
CMYK
RGB Variations
Color information
#B9092D (or 0xB9092D) is known color: Cardinal. HEX triplet: B9, 09 and 2D. RGB value is (185,9,45). Sum of RGB (Red+Green+Blue) = 185+9+45=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B9092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9092D is #46F6D2. Grayscale: #414141. Windows color (decimal): -4650707 or 2951609. OLE color: 2951609.
HSL color Cylindrical-coordinate representation of color #B9092D: hue angle of 347.73º 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 #B9092D is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.27 |
| HSL | 347.73º | 0.91% | 0.38% | - |
| HSV(B) | 347.73º | 0.95% | 0.73% | - |
| XYZ | 20.58 | 10.7 | 3.46 | - |
| YUV | 65.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 45 | 0 | 0.95 | 0.76 | 0.27 | 347.73 | 0.91 | 0.38 |
| Hex | B9 | 9 | 2D | 0 | 5F | 4C | 1B | 15C | 5B | 26 |
| Octal | 271 | 11 | 55 | 0 | 137 | 114 | 33 | 534 | 133 | 46 |
| Binary | 10111001 | 1001 | 101101 | 0 | 1011111 | 1001100 | 11011 | 101011100 | 1011011 | 100110 |
Color Harmonies of #B9092D
Complementary color
Monochromatic Colors of #B9092D
Black with #B9092D
Text Example
Text Example
White with #B9092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9092D; }
p { color: rgb(185,9,45); }
H1.HeaderClassName
{
color: #B9092D;
}
.AnyTagClassName
{
color: #B9092D;
}
</style>
background-color css
<style>
a { background-color: #B9092D; }
a { background-color: rgb(185,9,45); }
div.DivClassName
{
background-color: #B9092D;
}
.BgClassName
{
background-color: #B9092D;
}
</style>
border-color css
<style>
span { border-color: #B9092D; }
span { border-color: rgb(185,9,45); }
td.TdClassName
{
border-color: #B9092D;
}
.TagClassName
{
border-color: #B9092D;
}
</style>