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