Shades of Cardinal #B5132E
Tints of Cardinal #B5132E
RGB
CMYK
RGB Variations
Color information
#B5132E (or 0xB5132E) is known color: Cardinal. HEX triplet: B5, 13 and 2E. RGB value is (181,19,46). Sum of RGB (Red+Green+Blue) = 181+19+46=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5132E is #4AECD1. Grayscale: #464646. Windows color (decimal): -4910290 or 3019701. OLE color: 3019701.
HSL color Cylindrical-coordinate representation of color #B5132E: hue angle of 350º 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 #B5132E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 46 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.29 |
| HSL | 350º | 0.81% | 0.39% | - |
| HSV(B) | 350º | 0.9% | 0.71% | - |
| XYZ | 19.78 | 10.49 | 3.57 | - |
| YUV | 70.52 | 114.17 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 46 | 0 | 0.90 | 0.75 | 0.29 | 350 | 0.81 | 0.39 |
| Hex | B5 | 13 | 2E | 0 | 5A | 4B | 1D | 15E | 51 | 27 |
| Octal | 265 | 23 | 56 | 0 | 132 | 113 | 35 | 536 | 121 | 47 |
| Binary | 10110101 | 10011 | 101110 | 0 | 1011010 | 1001011 | 11101 | 101011110 | 1010001 | 100111 |
Color Harmonies of #B5132E
Complementary color
Monochromatic Colors of #B5132E
Black with #B5132E
Text Example
Text Example
White with #B5132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5132E; }
p { color: rgb(181,19,46); }
H1.HeaderClassName
{
color: #B5132E;
}
.AnyTagClassName
{
color: #B5132E;
}
</style>
background-color css
<style>
a { background-color: #B5132E; }
a { background-color: rgb(181,19,46); }
div.DivClassName
{
background-color: #B5132E;
}
.BgClassName
{
background-color: #B5132E;
}
</style>
border-color css
<style>
span { border-color: #B5132E; }
span { border-color: rgb(181,19,46); }
td.TdClassName
{
border-color: #B5132E;
}
.TagClassName
{
border-color: #B5132E;
}
</style>