Shades of Cardinal #B7132B
Tints of Cardinal #B7132B
RGB
CMYK
RGB Variations
Color information
#B7132B (or 0xB7132B) is known color: Cardinal. HEX triplet: B7, 13 and 2B. RGB value is (183,19,43). Sum of RGB (Red+Green+Blue) = 183+19+43=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7132B is #48ECD4. Grayscale: #464646. Windows color (decimal): -4779221 or 2823095. OLE color: 2823095.
HSL color Cylindrical-coordinate representation of color #B7132B: hue angle of 351.22º 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 #B7132B is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 43 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.28 |
| HSL | 351.22º | 0.81% | 0.4% | - |
| HSV(B) | 351.22º | 0.9% | 0.72% | - |
| XYZ | 20.2 | 10.71 | 3.29 | - |
| YUV | 70.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 43 | 0 | 0.90 | 0.77 | 0.28 | 351.22 | 0.81 | 0.4 |
| Hex | B7 | 13 | 2B | 0 | 5A | 4D | 1C | 15F | 51 | 28 |
| Octal | 267 | 23 | 53 | 0 | 132 | 115 | 34 | 537 | 121 | 50 |
| Binary | 10110111 | 10011 | 101011 | 0 | 1011010 | 1001101 | 11100 | 101011111 | 1010001 | 101000 |
Color Harmonies of #B7132B
Complementary color
Monochromatic Colors of #B7132B
Black with #B7132B
Text Example
Text Example
White with #B7132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7132B; }
p { color: rgb(183,19,43); }
H1.HeaderClassName
{
color: #B7132B;
}
.AnyTagClassName
{
color: #B7132B;
}
</style>
background-color css
<style>
a { background-color: #B7132B; }
a { background-color: rgb(183,19,43); }
div.DivClassName
{
background-color: #B7132B;
}
.BgClassName
{
background-color: #B7132B;
}
</style>
border-color css
<style>
span { border-color: #B7132B; }
span { border-color: rgb(183,19,43); }
td.TdClassName
{
border-color: #B7132B;
}
.TagClassName
{
border-color: #B7132B;
}
</style>