Shades of Cardinal #B7132D
Tints of Cardinal #B7132D
RGB
CMYK
RGB Variations
Color information
#B7132D (or 0xB7132D) is known color: Cardinal. HEX triplet: B7, 13 and 2D. RGB value is (183,19,45). Sum of RGB (Red+Green+Blue) = 183+19+45=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7132D is #48ECD2. Grayscale: #474747. Windows color (decimal): -4779219 or 2954167. OLE color: 2954167.
HSL color Cylindrical-coordinate representation of color #B7132D: hue angle of 350.49º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7132D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.28 |
| HSL | 350.49º | 0.81% | 0.4% | - |
| HSV(B) | 350.49º | 0.9% | 0.72% | - |
| XYZ | 20.23 | 10.72 | 3.49 | - |
| YUV | 71 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 45 | 0 | 0.90 | 0.75 | 0.28 | 350.49 | 0.81 | 0.4 |
| Hex | B7 | 13 | 2D | 0 | 5A | 4B | 1C | 15E | 51 | 28 |
| Octal | 267 | 23 | 55 | 0 | 132 | 113 | 34 | 536 | 121 | 50 |
| Binary | 10110111 | 10011 | 101101 | 0 | 1011010 | 1001011 | 11100 | 101011110 | 1010001 | 101000 |
Color Harmonies of #B7132D
Complementary color
Monochromatic Colors of #B7132D
Black with #B7132D
Text Example
Text Example
White with #B7132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7132D; }
p { color: rgb(183,19,45); }
H1.HeaderClassName
{
color: #B7132D;
}
.AnyTagClassName
{
color: #B7132D;
}
</style>
background-color css
<style>
a { background-color: #B7132D; }
a { background-color: rgb(183,19,45); }
div.DivClassName
{
background-color: #B7132D;
}
.BgClassName
{
background-color: #B7132D;
}
</style>
border-color css
<style>
span { border-color: #B7132D; }
span { border-color: rgb(183,19,45); }
td.TdClassName
{
border-color: #B7132D;
}
.TagClassName
{
border-color: #B7132D;
}
</style>