Shades of Cardinal #B0132A
Tints of Cardinal #B0132A
RGB
CMYK
RGB Variations
Color information
#B0132A (or 0xB0132A) is known color: Cardinal. HEX triplet: B0, 13 and 2A. RGB value is (176,19,42). Sum of RGB (Red+Green+Blue) = 176+19+42=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B0132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0132A is #4FECD5. Grayscale: #444444. Windows color (decimal): -5237974 or 2757552. OLE color: 2757552.
HSL color Cylindrical-coordinate representation of color #B0132A: hue angle of 351.21º 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 #B0132A is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 42 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.31 |
| HSL | 351.21º | 0.81% | 0.38% | - |
| HSV(B) | 351.21º | 0.89% | 0.69% | - |
| XYZ | 18.56 | 9.86 | 3.12 | - |
| YUV | 68.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 42 | 0 | 0.89 | 0.76 | 0.31 | 351.21 | 0.81 | 0.38 |
| Hex | B0 | 13 | 2A | 0 | 59 | 4C | 1F | 15F | 51 | 26 |
| Octal | 260 | 23 | 52 | 0 | 131 | 114 | 37 | 537 | 121 | 46 |
| Binary | 10110000 | 10011 | 101010 | 0 | 1011001 | 1001100 | 11111 | 101011111 | 1010001 | 100110 |
Color Harmonies of #B0132A
Complementary color
Monochromatic Colors of #B0132A
Black with #B0132A
Text Example
Text Example
White with #B0132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0132A; }
p { color: rgb(176,19,42); }
H1.HeaderClassName
{
color: #B0132A;
}
.AnyTagClassName
{
color: #B0132A;
}
</style>
background-color css
<style>
a { background-color: #B0132A; }
a { background-color: rgb(176,19,42); }
div.DivClassName
{
background-color: #B0132A;
}
.BgClassName
{
background-color: #B0132A;
}
</style>
border-color css
<style>
span { border-color: #B0132A; }
span { border-color: rgb(176,19,42); }
td.TdClassName
{
border-color: #B0132A;
}
.TagClassName
{
border-color: #B0132A;
}
</style>