Shades of Cardinal #B5132A
Tints of Cardinal #B5132A
RGB
CMYK
RGB Variations
Color information
#B5132A (or 0xB5132A) is known color: Cardinal. HEX triplet: B5, 13 and 2A. RGB value is (181,19,42). Sum of RGB (Red+Green+Blue) = 181+19+42=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B5132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5132A is #4AECD5. Grayscale: #464646. Windows color (decimal): -4910294 or 2757557. OLE color: 2757557.
HSL color Cylindrical-coordinate representation of color #B5132A: hue angle of 351.48º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5132A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 42 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.29 |
| HSL | 351.48º | 0.81% | 0.39% | - |
| HSV(B) | 351.48º | 0.9% | 0.71% | - |
| XYZ | 19.71 | 10.46 | 3.17 | - |
| YUV | 70.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 42 | 0 | 0.90 | 0.77 | 0.29 | 351.48 | 0.81 | 0.39 |
| Hex | B5 | 13 | 2A | 0 | 5A | 4D | 1D | 15F | 51 | 27 |
| Octal | 265 | 23 | 52 | 0 | 132 | 115 | 35 | 537 | 121 | 47 |
| Binary | 10110101 | 10011 | 101010 | 0 | 1011010 | 1001101 | 11101 | 101011111 | 1010001 | 100111 |
Color Harmonies of #B5132A
Complementary color
Monochromatic Colors of #B5132A
Black with #B5132A
Text Example
Text Example
White with #B5132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5132A; }
p { color: rgb(181,19,42); }
H1.HeaderClassName
{
color: #B5132A;
}
.AnyTagClassName
{
color: #B5132A;
}
</style>
background-color css
<style>
a { background-color: #B5132A; }
a { background-color: rgb(181,19,42); }
div.DivClassName
{
background-color: #B5132A;
}
.BgClassName
{
background-color: #B5132A;
}
</style>
border-color css
<style>
span { border-color: #B5132A; }
span { border-color: rgb(181,19,42); }
td.TdClassName
{
border-color: #B5132A;
}
.TagClassName
{
border-color: #B5132A;
}
</style>