Shades of Cardinal #B9062D
Tints of Cardinal #B9062D
RGB
CMYK
RGB Variations
Color information
#B9062D (or 0xB9062D) is known color: Cardinal. HEX triplet: B9, 06 and 2D. RGB value is (185,6,45). Sum of RGB (Red+Green+Blue) = 185+6+45=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B9062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9062D is #46F9D2. Grayscale: #3F3F3F. Windows color (decimal): -4651475 or 2950841. OLE color: 2950841.
HSL color Cylindrical-coordinate representation of color #B9062D: hue angle of 346.93º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9062D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.27 |
| HSL | 346.93º | 0.94% | 0.37% | - |
| HSV(B) | 346.93º | 0.97% | 0.73% | - |
| XYZ | 20.55 | 10.63 | 3.45 | - |
| YUV | 63.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 45 | 0 | 0.97 | 0.76 | 0.27 | 346.93 | 0.94 | 0.37 |
| Hex | B9 | 6 | 2D | 0 | 61 | 4C | 1B | 15B | 5E | 25 |
| Octal | 271 | 6 | 55 | 0 | 141 | 114 | 33 | 533 | 136 | 45 |
| Binary | 10111001 | 110 | 101101 | 0 | 1100001 | 1001100 | 11011 | 101011011 | 1011110 | 100101 |
Color Harmonies of #B9062D
Complementary color
Monochromatic Colors of #B9062D
Black with #B9062D
Text Example
Text Example
White with #B9062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9062D; }
p { color: rgb(185,6,45); }
H1.HeaderClassName
{
color: #B9062D;
}
.AnyTagClassName
{
color: #B9062D;
}
</style>
background-color css
<style>
a { background-color: #B9062D; }
a { background-color: rgb(185,6,45); }
div.DivClassName
{
background-color: #B9062D;
}
.BgClassName
{
background-color: #B9062D;
}
</style>
border-color css
<style>
span { border-color: #B9062D; }
span { border-color: rgb(185,6,45); }
td.TdClassName
{
border-color: #B9062D;
}
.TagClassName
{
border-color: #B9062D;
}
</style>