Shades of Cardinal #B0132D
Tints of Cardinal #B0132D
RGB
CMYK
RGB Variations
Color information
#B0132D (or 0xB0132D) is known color: Cardinal. HEX triplet: B0, 13 and 2D. RGB value is (176,19,45). Sum of RGB (Red+Green+Blue) = 176+19+45=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B0132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0132D is #4FECD2. Grayscale: #444444. Windows color (decimal): -5237971 or 2954160. OLE color: 2954160.
HSL color Cylindrical-coordinate representation of color #B0132D: hue angle of 350.06º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0132D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 45 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.31 |
| HSL | 350.06º | 0.81% | 0.38% | - |
| HSV(B) | 350.06º | 0.89% | 0.69% | - |
| XYZ | 18.61 | 9.89 | 3.41 | - |
| YUV | 68.91 | 114.51 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 45 | 0 | 0.89 | 0.74 | 0.31 | 350.06 | 0.81 | 0.38 |
| Hex | B0 | 13 | 2D | 0 | 59 | 4A | 1F | 15E | 51 | 26 |
| Octal | 260 | 23 | 55 | 0 | 131 | 112 | 37 | 536 | 121 | 46 |
| Binary | 10110000 | 10011 | 101101 | 0 | 1011001 | 1001010 | 11111 | 101011110 | 1010001 | 100110 |
Color Harmonies of #B0132D
Complementary color
Monochromatic Colors of #B0132D
Black with #B0132D
Text Example
Text Example
White with #B0132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0132D; }
p { color: rgb(176,19,45); }
H1.HeaderClassName
{
color: #B0132D;
}
.AnyTagClassName
{
color: #B0132D;
}
</style>
background-color css
<style>
a { background-color: #B0132D; }
a { background-color: rgb(176,19,45); }
div.DivClassName
{
background-color: #B0132D;
}
.BgClassName
{
background-color: #B0132D;
}
</style>
border-color css
<style>
span { border-color: #B0132D; }
span { border-color: rgb(176,19,45); }
td.TdClassName
{
border-color: #B0132D;
}
.TagClassName
{
border-color: #B0132D;
}
</style>