Shades of Cardinal #B9072F
Tints of Cardinal #B9072F
RGB
CMYK
RGB Variations
Color information
#B9072F (or 0xB9072F) is known color: Cardinal. HEX triplet: B9, 07 and 2F. RGB value is (185,7,47). Sum of RGB (Red+Green+Blue) = 185+7+47=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B9072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9072F is #46F8D0. Grayscale: #404040. Windows color (decimal): -4651217 or 3082169. OLE color: 3082169.
HSL color Cylindrical-coordinate representation of color #B9072F: hue angle of 346.52º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9072F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.27 |
| HSL | 346.52º | 0.93% | 0.38% | - |
| HSV(B) | 346.52º | 0.96% | 0.73% | - |
| XYZ | 20.6 | 10.67 | 3.66 | - |
| YUV | 64.78 | 117.97 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 47 | 0 | 0.96 | 0.75 | 0.27 | 346.52 | 0.93 | 0.38 |
| Hex | B9 | 7 | 2F | 0 | 60 | 4B | 1B | 15B | 5D | 26 |
| Octal | 271 | 7 | 57 | 0 | 140 | 113 | 33 | 533 | 135 | 46 |
| Binary | 10111001 | 111 | 101111 | 0 | 1100000 | 1001011 | 11011 | 101011011 | 1011101 | 100110 |
Color Harmonies of #B9072F
Complementary color
Monochromatic Colors of #B9072F
Black with #B9072F
Text Example
Text Example
White with #B9072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9072F; }
p { color: rgb(185,7,47); }
H1.HeaderClassName
{
color: #B9072F;
}
.AnyTagClassName
{
color: #B9072F;
}
</style>
background-color css
<style>
a { background-color: #B9072F; }
a { background-color: rgb(185,7,47); }
div.DivClassName
{
background-color: #B9072F;
}
.BgClassName
{
background-color: #B9072F;
}
</style>
border-color css
<style>
span { border-color: #B9072F; }
span { border-color: rgb(185,7,47); }
td.TdClassName
{
border-color: #B9072F;
}
.TagClassName
{
border-color: #B9072F;
}
</style>